*{
    font-family: 'Josefin Sans', sans-serif;
    font-size:18px;
}


nav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
nav .logo {
  width: 180px;
  float:left;
  position: relative;
  left: 40px;
  top: 20px;
  z-index: 9999;
}
nav .logo img {
  width: 180px;
  height: 100%;
}
nav .menu_bar {
  float: right;
  position: relative;
  right: 40px;
  top: 20px;
  cursor: pointer;
    z-index: 99999;
}
#menu{
    width: 100%;
    width: calc(100% - 30px);
    /* height: calc(100vh - 120px); */
    margin-top: 86px;
}
.menu_bar a{
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change.bar1 {
    background-color: #000;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change.bar2 {opacity: 0;}

.change.bar3 {
    background-color: #000;
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}





.clients{
}
.text-center{
    text-align: center;
}


/*Footer*/

footer {
    text-align: center;
    height: 35px;
    line-height: 30px;
}



/*Clients*/
.clients h1{
    font-size: 4em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.clients p{
    font-size: 1.3em;
}
.logos{
    margin-top: 70px;
}
.logos div{
    height: 200px;
}
.clients img{
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) and (min-width: 530px) {

.clients img{
    width: 50%;
    height: auto;
}
.logos {
     margin-left: 50px;
}

}
@media screen and (max-width: 767px) and (min-width: 230px) {

.clients h1{
    margin-top:81px;
    font-size: 2em;
}

}
