body{font-family: 'Mulish', sans-serif; font-size: 15px; background-color: #000;}

.header{width: 100%; height: 100vh; background: url(../images/bg.jpg) top center no-repeat; background-size: cover;}
.placer{margin-top: 55px; margin-right: 68px;}
.logo{width: 225px;}

.top-text{
color:white;
font-weight: 300;
font-size: 15px;
line-height: 1.8em;
text-align: right;
letter-spacing: 0.05em;
text-transform: uppercase;
width: 330px;
margin-top: 80px;
}

.grey{background-color: #C5C5C5;}
.dark-grey{background-color: #292929;}
.second-grey{background-color: #989898;}

.home-text{font-size: 20px;}
.dark-text{color:#555759;}
.light-text{color:#AAAAAA;}

.social{height: 21px;}

.footer{font-size: 12px; color:#555759;}
.footer a{color:inherit;}



@media (max-width: 575px){
  .placer{margin-top: 35px; margin-right: 25px;}
}
