@font-face {
  font-family: Avenir;
  src: url(AvenirMedium.woff);
}


@font-face {
  font-family: Sztos;
  src: url(../Sztos-Medium.woff);
}     

* {
   font-family: Sztos, sans-serif;
}

body {
  background-image: url(../images/esho-background.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
  min-height: 400px;
}

body {
    margin: 0 !important;
}

p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 1.5;
}

#container {
  position: relative;
  text-align: right;
  min-height: 500px;
  min-height:100%;
  float:right;
  padding-right:10%;
}

#container-left {
  margin-top:30px;
  position: relative;
  text-align: left;
  min-height: 500px;
  min-height:100%;
  float:left;
  padding-left:5%;
}

#logo {
  padding-top:10%;
  width:310px;
}

#intro {
  margin-top:60px;
  width: 100%;
  max-width: 500px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: white;
}

.formbutton {
  font-family: Sztos, sans-serif;
  background-color:#877059;
  border-radius:5px;
  border:none;
  letter-spacing:5px;
  font-size: 20px;
  color: white; 
  padding:30px; 
  text-decoration: none;
}

#insta {
  margin-top:30px;
}

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

  #container-left {
      margin-top:0;
      width: calc(100% - 10%);
  }

.formbutton {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.5px;
    padding:20px;
  }  

  p {
    font-size:14px;
    letter-spacing:1.2px;
    line-height:1.75;
  }

}