* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
background: #000000;
}
main {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding: 100px;
}
#contact {
position: relative;
z-index: 3;
}
#contact img {
display: block;
width: auto;
height: 100px;
}
#contact p {
font-family: 'Golos Text', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
margin-top: 250px;
color: #FFFFFF;
}
#contact p a {
text-decoration:none;
color:#3DE1BA;
transition: all .2s;
}
#contact p a:hover {
color:#FFFFFF;
}
#background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
ss3-force-full-width,
ss3-force-full-width *,
.n2-ss-slide-backgrounds,
.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
height: 100vh !important;
overflow: hidden;
}
@media only screen and (max-width: 782px) {
main {
padding: 50px; }
}