body, html {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.625em;
  border: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  background-image:url(../images/background.jpg);
  background-color:#070e14;
  background-size: cover;
  background-position: right 68%;
  background-repeat: no-repeat;
  width:100%;
  height:100%;
  display:block;
  position: relative;
}
h1,h2,h3,h4,h5{
  font-family: "Playfair Display", serif;
  font-weight:normal;
  line-height:1.2em;
}
section.content{
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  color:#F7EBE2;
  padding-top:130px;
  padding-left:24px;
  padding-right:24px;
}
section.content .container{
  max-width: 660px;
  /* padding-bottom:200px; */
}
.spacer{
  height:200px;
}
.logo{
  padding-bottom:30px;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  color:#F7EBE2;
  transition:all 0.3s;
  text-decoration: none;
  border-bottom:1px solid transparent;
}
a:hover,a:focus{
  color:#313B3B;
  border-bottom:1px solid #313B3B;
}

@media (max-width: 1199px){
  /* section.content{
    padding-top:50px;
  }
  .logo{
    padding-bottom:20px;
  } */
}
@media (max-width: 767px){
  body, html {
    font-size: 15px;
  }
  body {
    background-position: right top;
  }
  h1{
    font-size:1.5rem;
  }
  h2{
    font-size:1.3rem;
  }
  section.content .container{
    padding-bottom:200px;
  }
  /* section.content{
    padding-top:24px;
  }
  .logo{
    max-width:150px;
  } */
}
@media (max-width: 575px){
  body, html {
    font-size: 14px;
  }
  body {
    background-size:1000px auto;
    background-position: right 20%;
  }
  section.content .container{
    padding-bottom:250px;
  }
  .logo{
    padding-bottom:0px;
  }
}
@media (max-width: 424px){
  body, html {
    font-size: 13px;
  }
  /* body {
    background-size:640px auto;
    background-position: right top;
  }
  section.content .container{
    padding-bottom:200px;
  } */
}
@media (max-width: 374px){
  /* body {
    background-size:670px auto;
  } */
}

@media (max-height: 850px) and (max-width: 1199px) {
  section.content{
    padding-top:50px;
  }
  .logo{
    padding-bottom:20px;
  }
}

@media (max-height: 850px) and (max-width: 767px) {
  section.content{
    padding-top:24px;
  }
  .logo{
    max-width:150px;
  }
}

@media (max-height: 850px) and (min-width: 768px) {
  section.content{
    padding-top:50px;
  }
  .logo{
    padding-bottom:20px;
  }
}

@media (max-height: 850px) and (max-width: 575px) {
/* @media (max-height: 850px) and (min-width: 425px) and (max-width: 575px) { */
  body {
    background-size:850px auto;
  }
}
@media (max-height: 750px) and (max-width: 575px) {
/* @media (max-height: 750px) and (min-width: 425px) and (max-width: 575px) { */
  body {
    background-size:750px auto;
  }
}
@media (max-height: 850px) and (max-width: 424px) {
  body {
    background-size:850px auto;
  }
}
@media (max-height: 750px) and (max-width: 424px) {
  body {
    background-size:750px auto;
  }
}
@media (max-height: 640px) and (max-width: 424px) {
  body {
    background-size:640px auto;
    background-position: right top;
  }
}
@media (max-height: 850px) and (max-width: 374px) {
  body {
    background-size:850px auto;
  }
}
@media (max-height: 750px) and (max-width: 374px) {
  body {
    background-size:750px auto;
  }
}
@media (max-height: 670px) and (max-width: 374px) {
  body {
    background-size:670px auto;
  }
}