You are on page 1of 1

lorem

*{
-webkit-transition: all 0.25s
ease-out;
-moz-transition: all 0.25s
ease-out;
-o-transition: all 0.25s ease-
out;
transition: all 0.25s ease-
out;
}
.intro {
position: absolute;
height: 100%;
width: 100%;
background: #0082c8;
}
.intro .content {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
margin: -6em -40% 0;
display: block;
text-align: center;
}
.intro .content h3 {
font-size: 3em;
margin: 0;
color: #FFF;
}
.intro .content h4 {
font-size: 2em;
font-weight: 100;
margin: 0 0 2em;
color: rgba(255, 255, 255,
0.5);
}
.overlay {
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0,
0.65);
z-index: 999;
-webkit-transform:

You might also like