*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color:#383837;
  font-size:16px;
  margin: 0px;
}

h1{
  margin: 0 0 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
}

h2, 
h3,
h4{
  /*font-family: 'Lato', sans-serif;*/
  margin: 0 0 20px;
  line-height: 1.33em;
}

h2{
  font-weight: 300;
}

h3{
  text-transform: uppercase;
  color: #7d7e73;
}

p{
  margin: 0 0 20px;
  line-height: 1.5em;
}

a{
  text-decoration: none;
  transition: .4s;
}

ul{
  margin-bottom: 20px;
  padding-left: 40px;
}

ul li{
  margin-bottom: 10px;
}

p.small-text{
  font-size: .9em;
}

.center-text{
  text-align: center;
}


#splash{
  background: url(images/splash-bg.jpg) no-repeat center;
  background-size: cover;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#splash-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(241, 238, 235, .9);
  padding: 40px;
  border-radius: 20px;
}

#splash-logo{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

#splash-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

#splash-left{
  display: flex;
  flex-direction: column;
  background: #d55023;
  border-radius: 20px;
  padding: 20px;
  width: 450px;
  height: fit-content;
  color: white;
  font-size: .9em;
}

#splash-left h1{
  margin-bottom: 10px;
  font-size: 1.5em;
}

#splash-left p{

}
#splash-left ul{
  margin-bottom: 0px;
}

#splash-right img{
  height: 320px;
  width: auto;
  margin: 0px 20px;
}

#splash-form{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-radius: 20px;
}

#mc_embed_signup{
  width: 600px;
  background:#ed9534; 
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
  border-radius: 20px; 
  color: white;
}



@media (max-width: 1099px) {

  #splash{
    padding: 80px 0px;
    height: fit-content;
  }

  #splash-content{
    background: rgba(241, 238, 235, .9);
    padding: 60px 20px;
    width: 95%;
  }

  #splash-container{
    flex-flow: row wrap;
  }

  #splash-left {
    width: 100%;
    max-width: 600px;
  }

  #splash-right{
    margin-bottom: 20px;
  }

  #splash-right img{
    height: 300px;
    width: auto;
    display: none;
  }

  #splash-form{
    margin-top: 0px;
  }

  #mc_embed_signup{
    width: 100%;
    max-width: 600px;
  }

}
