@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;700&display=swap');

body {
 font-family: 'Source Serif Pro', serif;
}

@media screen and (max-width: 799px){
  .bannerContainer{
    display: none;
  }
 
 .info{
  width: 220px;
  margin: auto;
 }

    .logo {
        display: block; 
        margin-left: auto;
        margin-right: auto; 
        width: 100%;
    }
 
 th:not(.in){
  font-weight: 400;
  width: 350px;
  padding-bottom: 10px;
 }
 
 form{
  width: 100%;
  margin-left: 0%;
  text-align: left;
 }
 
 blockquote {
  white-space: normal;
  width: 250px;
  margin: auto;
 }
}
/*END > TABLET*/


/*START LAPTOP/DESKTOP*/
@media screen and (min-width: 800px){
    .logoContainer{
        display: none;
    }
    
    .banner {
        display: block; 
        margin-left: auto;
        margin-right: auto; 
        width: auto; 
        height: auto;
    }
 
 
 
 form{
  width: 650px;
  margin: auto;
  text-align: left;
 }
 
 blockquote {
  white-space: normal; 
  position: relative;
  width: auto;
 }
 
 

}
/*END TABLET*/

/*START > HD*/
@media screen and (min-width: 1760px){
 form{
  width: 700px;
  margin: auto;
  text-align: left;
 }
}

.in{
    padding-left: 0px;
}

th:not(.in){
 font-weight: 400;
 width: 350px;
}

.formdiv{
 border-radius: 5px;
 border-style: solid; 
 border-width: 1px; 
 border-color: rgb(174, 176, 182);
 width: fit-content;
 padding:10px;
 margin: auto;
 margin-top: 25px;
}

.title{
 background-color: white; 
 margin-top: -20px;
 text-align: left;
 font-size: 1em;
 padding-left: 20px;
 padding-right: 15px;
 width: fit-content;
}

.thank{
 width: 45%;
 height: 300px;
 margin: auto;
 margin-top: 4px;
 text-align: center;
 
}

.navback{
 background-color: #025064;
	text-decoration: none;
 color: white;
 border-style: none;
 border-radius: 5px;
 padding: 5px;
}

.info{
 margin-top: 30px;
 text-align: center;
}

.inputdiv{
 border-style: solid; 
 border-width: 1px; 
 border-color: rgb(174, 176, 182);
 padding:10px;
}

.emailbox{
 width: 58%;
 position: relative;
 margin: auto;
 margin-top: 20px;
 text-align: left;
 padding: 1
}

.emailinput{
 text-align: center;
 height: 20px;
 width: 97.5%;
 border-width: 1px;
 border-radius: 3px;

}

.hack{
 padding: 10px;
 padding-top: 0px;
}

.submit{
 width: 150px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #FF2102;
 border-style: none;
 border-radius: 5px;
 color: white;
}

.submitContainer{
 width: fit-content;
 margin: auto;
 margin-top: 30px;
}

.muted{
    width: fit-content;
    color:rgb(174, 176, 182);
}

.selection{
    padding-left: 0px;
}

.extra{
    display: none;
}

.other{
    display: none;
}

