body,html{
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
height: 100%;
}
#background{
position: fixed;
background: url(https://download.unsplash.com/photo-1422640805998-18a4dd89bec2);
width: 100%;
height: 100%;
background-size:cover;
z-index: -1;
top:0;
}
h1, p{ margin:0; padding: 0; }
a{text-decoration: none;}
button{
border:none;
color:white;
background: #ED4933;
text-transform: uppercase;
font-weight: bolder;
font-size:15px;
padding: 10px 30px;
letter-spacing: 6px;
border-radius: 4px;
}
#header{
height: 100%;
overflow: hidden;
position: relative;
#intro{
width: 400px;
margin:300px auto;
text-align: center;
color: white;
h1{
border-top: 2px solid white;
border-bottom: 2px solid white;
padding:15px 20px;
margin-bottom: 25px;
letter-spacing: 8px;
font-size: 30px;
display: inline-block;
}
p{
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 25px;
line-height: 26px;
a{
color: white;
border-bottom: 1px dotted rgba(255,255,255,1);
transition: all .5s linear;
&:hover{
border-bottom: 1px dotted rgba(255,255,255,0);
}
}
}
}
#more{
color: white;
position: absolute;
bottom: 100px;
width: 150px;
text-align: center;
left:50%;
margin-left: -75px;
letter-spacing: 3px;
i{display: block;
margin-top: 20px}
}
}
#catch{
padding:50px;
background: #21B2A6;
color:white;
text-align: center;
h1{
text-transform: uppercase;
letter-spacing: 5px;
line-height: 35px;
border-bottom: 2px solid #1C9B91;
padding: 0 0 40px 0;
margin-bottom: 30px;
}
p{
font-size:17px;
letter-spacing: 3px;
}
#icons{
margin-top: 40px;
.icon{
font-size: 40px;
padding: 10px;
margin: 30px 40px;
position:relative;
color: #00FFCC;
&:after{
content: '';
display: block;
position:absolute;
border: 2px solid #1C9B91;
top: -5px;
left: -2px;
transform: rotate(45deg);
border-radius:3px;
width: 100%;
height: 100%;
}
}
}
}
#image_1{
background: url(https://download.unsplash.com/photo-1421757295538-9c80958e75b0);
background-size: cover;
height: 500px;
}