/* ===================================== 
   Page Styles
======================================== */

* {
	box-sizing: border-box;
}
body {
	font-size: 1.0em;
	font-family: 'Varela Round', sans-serif;
  /* font-weight: bold; */
  padding: 0;
  margin: 0;
  /* background: url("../images/3d-geometric-abstract-background.jpg");  */
}
.container > * {
  max-width:1200px;
  margin-left: auto;
  margin-right:auto;
  color: #000;
  text-shadow: 0 2px 0 rgba(110,133,156,0.12);
  padding: 0.85em;
  /* border: solid 1px rgba(110,133,156,0.15); */
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.preheader {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width: 100%;
  color:aliceblue;
  height: 5vh;       
  position: relative;
  /* margin: auto; */
  margin-left: auto;
  margin-right:auto;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: .8em;         /* change 20 dec   */
  background-color: #6e859c;
  /* background-color: #c7c7c7; */
}
.preheader h4 {
  position: relative;
  /* top: 0; */
  margin-top: -10px;
  padding: 0;
  font-weight:bold;
}

.headernav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;  
   justify-content:center;   
  align-items: center;
  width: 100%;
  /* height: 10vh; */
  position: relative;
  margin-top: 1px;
  /* margin-left: auto;    
  margin-right:auto;      */
  /* background-color: #fbaea8; */
  font-size: .8rem;        /*  change 12-20  */
  padding: 0;
  margin-bottom: 0;
  /* background-color: #9a9a9a; */
  height: 25vh;
}

.headernav img {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: 80px;
  width: 140px;
 
}
.headernav ul, .bottomnav ul {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  gap: 10px;
  margin-right: 5px;   /* change 12-19 */
  list-style-type:none;
  font-size: .8rem; 
}
.headernav a, .bottomnav a {
  color:#003399;
  /* background: #ffcc00; */
  text-decoration: none;
 } 

 .headernav a:hover, .bottomnav a:hover {
  color:#fff;
  background:#3f8abf;
  border: 4px #003399 outset;
}


.legend  img{
  text-align: center;
}
/* .logopic, logopic a:hover{
  text-decoration: none;
  background: none;

} */

.mainimage {
  position: relative;
  height:25vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #4e4e4e;
   /* justify-content:center; */
  
  /*align-items: center; */
}
.mainimage img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  width: 50%;
  height: 75%;
   border:#000;
  border-style: solid;
  border-width: 2px;
}
.mainimage h1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  /* margin-bottom: -30; */
    /* color: red; */
    font-size: 1.5rem;
    z-index: 2; 
    font-stretch:condensed;
    font-weight: bold;
  color: #d32300;
  
}

/* .textbox {
  position: absolute;
  top: 5vw;
  left: 8vw;
  background-color: #9a9a9a;
  opacity: 0.35;
  height: 200px;
  width: 20vw;
  border-radius: 0;
  object-fit: contain;
  z-index: 2;
} */
.tbtext {
  position: absolute;
  width: 300px;
  height: 200px;
  top: 85px;
  margin-left: 15vw;
  z-index: 3;
  color: white;
  font-weight: bold;
  font-size: 1.0rem;
  
font-stretch: expanded;
}
.maintext {
  height: 50vh;
  position: relative;
  display: flex;
  flex-direction:  column;
  justify-content: center;
  align-items: center;
  background-color: #9a9a9a; 
}
.maintext2 {


display: flex; 
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  /* align-items: center;  */
  width: 100%;
  /* height: 100%; */
  position: relative;
  padding-top: 0;
  margin: 0 auto 4px auto;
  background-color:aliceblue; 
  gap: 5px;
}
.mtcol1 {
  display: inline-block;
  /* flex-direction: column;
  justify-content: flex-start; */
  position: absolute;
  margin: 0;
  left: 0;
  width: 30%;
  height: 100%;
  /* background-color: aqua; */
 /* padding-top: 0;
 padding-bottom: 0; */
  padding-left: 3px;
}
.mtcol2 {
  display:inline-block;
  /* flex-direction: column;
  justify-content: flex-start; */
  position: absolute;
  left: 30%;
  width: 35%;
  height: 100%;
  /* background-color:#d32300; */
  padding: 2px;
  /* gap: 10px; */
 
}
.mtcol2 h2, mtcol3 h2 {
  margin-top: 5px;
  margin-bottom: 5px;
} 
.mtcol3 {
  display:inline-block;
  /* flex-direction: column;
  justify-content: flex-start; */
  position: absolute;
  left: 65%;
  width: 35%;
  height: 100%;
  padding:2px;
 
}
.bluetxtlrg {
  color: #0b5dc2;
  font-size: 1.3rem;
}

.whitetxtlrg {
  color: #fff;
  font-size: 1.5rem;
}

.bluetxtsml {
  color: #0b5dc2;
  font-size: 1.0rem;
}

.whitetxtsml {
  color: #fff;
  font-size: 1.0rem;
}
.benefits {
  /* background-color: #c7c7c7; */
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}

.bottomnav {
  position: relative;
  bottom: 5px;
  width: 100%;
  background-color: #6e859c;
  font-size: .8rem;
  text-align: center;
} 

/************************** Calendar *********************************/
.quickglance {
  display: flex;/* makes gallery a flex container */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 5px;
  
  
 
}

.quickglance img {
 /* max-width: 350px; */
 width: 350px;
 height: 250px;
  object-fit: fill;
 
}

.quickglance::after {
  content: "";
  width: 350px;
}
/**********************************************************************/




/********************************************************************/
@media (min-width: 768px) {

  .body {
    font-size: 1.4em;
  }
  .headernav {
    flex-direction: row;
    justify-content: space-evenly;
    height: 15vh;
    font-size: 1rem;
    
  }
  .headernav img {
    height:100px;
    width: 225px;
  }
  
  .textbox h3 {
    opacity: 1.0;
  }
  .tbtext {
    position: absolute;
    width: 300px;
    height: 200px;
    
    top: 85px;
    margin-left: 8vw;
    z-index: 3;
    color: white;
    font-weight: bold;
    font-size: 2.0rem;
    
  }
.maintext {
height:800px;
  position: relative;
  display: flex;
  flex-direction:  column;
  justify-content: center;
  align-items: center;
  background-color: #9a9a9a; 
        }

        .maintext2 {
          flex-direction: row;
          flex-wrap: nowrap;
                  }       

.bluetxtlrg {
  width: 60%;
  margin-left:auto;
  margin-right: auto;
  
  font-size: 2.8rem;
}

.whitetxtlrg {
  width: 60%;
  margin-left:auto;
  margin-right: auto;
  font-size: 2.8rem;
}

.bluetxtsml {
  width: 60%;
  margin-left:auto;
  margin-right: auto;
  font-size: 2.0rem;
}

.whitetxtsml {
  width: 60%;
  margin-left:auto;
  margin-right: auto;
  font-size: 2.0rem;
}
    
  /* .gallery {
    flex-direction: row; */
            
  .mainimage {
    position: relative;
    flex-direction: column;
    justify-content: flex-start; 
    height: 48vh; 
    /* background: url("../images/main\ pic2.png");
    background-repeat: no-repeat;
    background-size: 100% 60vh; */
    
    padding: 0; 
                  }
  .mainimage h1 {
    position: absolute;
  margin-left: 100px;
  margin-top: 0;
  /* margin-bottom: -30; */
    /* color: red; */
    font-size: 3rem;
    z-index: 2; 
    font-stretch:condensed;
    font-weight: bolder;
  }
    .mainimage img {
      position: relative;
      margin-top: 0;
      margin-left:auto;
      margin-right:auto;
      padding: 0;
      border:#000;
      border-style: solid;
      border-width: 2px;
      max-width: 600px;
      max-height: 100%;
      height: 100%;
      width: 50%; 
    }


  .preheader {
    height: 3vh;
   justify-content: center;
   font-size: 1.2rem;
  
              } 

.benefits {
  font-size: 1.25rem;
  
}
  .benefits ul {
    list-style-type:square;
  }
  
            }
