

body, html {

  background: #57599F;
  font-family: 'Muli', 'Helvetica', sans-serif;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  /*display: block ---- makes no scrolling */
  box-sizing: border-box;
  line-height: 1;
}



a, body, h1, h2, h3, h4, h5, p { 
    color:#FFF;
    text-decoration: none;
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased;

}

h1 {

    font-family: 'Libre Baskerville', Georgia, Times, serif;
    color: #fff;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;


}


h2, h3 {
    font-family:'Muli', 'Helvetica', sans-serif;
    font-weight: 600;

  }






h2 {
    font-family:'Muli', 'Helvetica', sans-serif;
    font-size: 24px;
    /*font-size: 3vh;*/
    font-weight: 400;
    margin-top: .5em;
    letter-spacing: -.01625rem;
    line-height: 1.1em; /* 3.435rem*/
    max-width: 90%;
}



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

   h2 {
        max-width: 100%;
        margin-bottom: 0.5em;
        line-height: 1.1em;
    }
}

h3 {
    font-family:'Muli', 'Helvetica', sans-serif;
    font-size: 1.1rem;;
    font-weight: 400;
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
    letter-spacing: .05em;

}

h3 a {
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
  letter-spacing: .05em;
}

@media only screen and (max-width:768px) {
    h3, h3 a {
        font-size: 1.25rem; /* !!!!!! was 16px!! *///
    }
}


header {
  margin: 24px 0 36px;
  text-align: right;
}

@media only screen and (min-width: 550px) {

  header {
    margin: 48px 0 60px;
  }

}

.modal-content {
  background: #57599F
}

section {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
}


section a:hover {
    color: #fff;
    text-decoration: none;

}

section a:hover::after {
    -webkit-transition: 20ms .3s;
    -moz-transition: 20ms .3s;
    transition: 20ms .3s
}

@media screen and (min-width: 375px){
  section {
    padding: 0 25px 0 50px;
  }
}

@media screen and (min-width: 550px){
  section {
    padding: 0 25px 0 75px;
  }
}

@media screen and (min-width: 1280px) {
  section {
    padding: 0 75px;
    box-sizing: content-box;
  }
}




section .content {

    margin: 0;
    padding: 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85vh;

}

section .content p {
    font-size: 18px;
    line-height: 24px;
}


@media screen and (min-width: 550px) {

  section .content {
    justify-content: flex-start;
    padding-top: 80px;
    align-items: flex-start;
    max-width: 1440px;
}
}


@media screen and (min-width: 1280px) {
  section .content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 65vh;
    padding-top: 0;
  }
}




section .content .section-title {
    
    font-family: 'Libre Baskerville', 'Garamond', serif;
    font-size: 48px;
    color: #fff;
    letter-spacing: -3px;
    line-height: 1;
    padding: 25 0;
    max-width: 270px;

}





@media screen and (min-width: 450px) {
section .content .section-title {
    font-size: 48px;
    padding: 25px 0 30px;
    max-width: 320px;
  }

}

@media screen and (min-width: 750px) {
    section .content .section-title {
    font-size: 90px;
    line-height: 114px;
    padding: 25px 0 58px;
    max-width: 550px;
  }
}




@media screen and (min-width: 1280px) {
  section .content .section-title {
    font-size: 120px;
    line-height: 123px;
    align-self: center;
  }
}


section .content .section-text {


}

@media screen and (min-width: 550px) {
    section .content .section-text {
      max-width: 400px;
      line-height: 27px;
  }

}


@media screen and (min-width: 1280px) {
    section .content .section-text {
      position: fixed;
      bottom: 72px;
      right: 170px;
  }
}

section .content .section-text-main {
    max-width: 260px;
}


@media screen and (min-width: 550px) {
    section .content .section-text-main {
      line-height: 27px;
      max-width: 5000px;
  }

}

input {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 25px;
    padding: 10px 30px;
    border: 1px solid #1A1A1A;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    transition: 0.3s;
}







footer {
    overflow: auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 3rem;
    
}
  
footer, footer a {
  color: #1A1A1A;

}

footer a:hover {
  color: #FFF;
  text-decoration: none;

}

footer ul {
  list-style-type: none;
  overflow: hidden;
}

footer li {
  text-align: left;
  display: inline-block;
  float: left;
  padding: 20px;

}






