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

* {
	box-sizing: border-box;
}
body {
	font-size: 1.0em;
	font-family: 'Varela Round', sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.container > * {
  max-width: 1200px;
  /* height: 1200px; */
  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);
}
.preheader {
  /* background: url("../images/businessdistrict.png");
  background-size:auto; 
  background-repeat: no-repeat;                                                          */
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width: 100%;
  color: #000;
  height: fit-content;       /*change 20 dec  */
  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: 1.2rem;         /* change 20 dec   */
  /* background-color: #3f8abf; */
}
.preheader h2 {
  position: relative;
  /* top: 0; */
  margin-top: -15px;
  padding: 0;
}
.headernav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;  /*  change 12-20  */
  justify-content: space-evenly;   /*  change 12-19  */
  align-items: center;
  width: 100%;
  /* height: 10vh; */
  position: relative;
  margin-top: 2px;
  margin-left: auto;      /*change 12-19  */
  margin-right:auto;     /*  change 12-19  */
  /* background-color: #fbaea8; */
  font-size: .8rem;        /*  change 12-20  */
  padding: 0;
 
}
.headernav img {
  height: 80px;
  width: 250px;
}
.headernav ul, .bottomnav ul {
  display: flex; /*makes gallery a flex container */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  gap: 30px;
  margin-right: 5px;   /* change 12-19 */
  list-style-type:none;
 
  
}
.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;
}
/* .headernav a:active, bottomnave a:active {
  color:darkturquoise;
} */

.maintext {
  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;
}
/* .text1 {
  width: 100%;
  max-width: 215px;
  max-height: 250px;
  height: 95%;*/
  /* object-fit: fill; */
  /*border-radius: 10px;
} */
.mainimage {
   background: url("../images/construction.jpg");
   background-repeat: no-repeat;      /* change  */
  background-size: 100%;

  /*display: flex; 
  flex-direction: row;
  justify-content:center;
  align-items: center; */
  width: 100%;
  height: 80vh;
  position: relative;
  margin: 2px auto 4px auto;
}
/*
.mainimage img {
 width: 100%;
} */





.bottomnav {
  display: flex; 
  flex-direction: row;
 flex-wrap: wrap;
 justify-content:center;
 align-items: center;
  margin: 10px auto;
  width: 100%;
  position: relative;
  bottom: 0;
 /* top: 20px; */
  background-color: aliceblue;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: .80rem;
  /* height: 5vh; */
}
/*****************************  FORM INPUTS *******************************************************/
form {
  width: 90vw;
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
  padding-bottom: 2em;
 
}

fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #3b3b4f;
}

fieldset:last-of-type {
  border-bottom: none;
}

label {
  display: block;
  margin: 0.5rem 0;
}

input,
textarea,
select {
  margin: 10px 0 0 0;
  width: 100%;
  min-height: 2em;
}

input, textarea {
  background-color:darkcyan;
  border: 1px solid #0a0a23;
  color: #ffffff;
}
/*************************************************************************************************/

 @media (min-width: 770px) {

  .body {
    font-size: 1.4em;
  }
  .headernav {
    flex-direction: row;
    justify-content: space-evenly;
  }
  
  /* .gallery {
    flex-direction: row; 
            } */
  .mainimage {
    /* height: 35vh; */
    background: url("../images/construction.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
                  }
 
  .preheader {
    height: 5vh;
              } 
  
                          }

 
