
body#home div.hero {display:flex;justify-content:center;align-items:center;margin:auto;width:100%;background-color:#003350;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;min-height:20vh}



body#default div.hero {display:flex;justify-content:center;align-items:center;margin:auto;width:100%;background-color:#003350;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;min-height:40vh}



body#default.tryout div.header_text_holder {
	display: none;
}
body#default.agape div.header_text_holder {
	display: none;
}

body#default.agape .navy_bg {
	background-color: #262627;
}

      /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      @keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
@media only screen and (max-width: 600px) {
  body#home div.hero {
    min-height: 20vh;
}
}

@media only screen and (min-width: 600px) {
  body#home div.hero {
    min-height: 36vh;
}
}
.seafoam_bg {
    background-color: #efe8d9;
}
body#home div.builder:nth-child(3) > div:nth-child(1) > div:nth-child(2) {background-color: #d47535; padding: 15px; border-radius: 10px;}

body#home div.builder:nth-child(3) > div:nth-child(1) > div:nth-child(3) {background-color: #d6a351; padding: 15px; border-radius: 10px;}

body#home div.builder:nth-child(3) > div:nth-child(1) > div:nth-child(4) {background-color: #768d86; padding: 15px; border-radius: 10px;}
