body{
  margin: 0 auto;
  box-sizing: border-box;
  font: normal 15px "ProximaNova","Open Sans",Arial,sans-serif;
}
#header{
  background-color: #fff;
  position: fixed;
  top:0;
  width: 100vw;
  box-shadow: -2px 0 8px rgba(0,0,0,0.12);
  margin: 0 auto;
  z-index: 10;
  height: 75px;
}
#header>.logo>{
  width: 190px;
  position: absolute;
  top:13px;
  left: 135px;
}
#header>.logo>img{
  width: 190px;
  position: absolute;
  top:13px;
  left: 135px;
}
#header>p{
  padding: 24px 0px;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  color: #786e64;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
#main{
  margin:80px auto;
  width: 80%;
}
#main h3{
  color: #000;
  margin-bottom: .5em;
  font-weight: 500;
  line-height: 1em;
  font-size: 24px !important;
  font-family: Arial, Helvetica, sans-serif, 'Fatfrank' !important;
}

#main .columns{
  width: 40%;

  margin: 20px 5%;
  float: left;
}
#main iframe{
  margin-top: 14px;
  position: absolute;
  height: 1130px;
  width: 38vw;
  border: none;
}
@media screen and (max-width:900px){
  #header>.logo{
    text-align: center;
    width: 100%;
  }
  #header>.logo>img{
    position: inherit;
    width: 70px;

    margin-top: 5px;
  }
  #header p{
    display: block;
    width: 100%;
    padding: 5px 0px;
  }
  #main{
    margin:80px auto;
    width: 95%;
  }
  #main h3{
    text-align: center;
  }
  #main .columns{
    width: 90%;
    margin: 1% 5%;
  }
  #main img{
    width: 60% !important;
    margin: auto;
    display: inherit;
  }
  #main iframe{
    width: 85vw;
    margin: 0 auto;
  }
}

