/* CSS files add styling rules to your content */

body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  position: relative;
  margin: 0;
  min-height: 100%;
  background-image:url("https://cdn.glitch.com/b94de031-23a0-4bb9-8af8-62b636e54303%2Fbackground4%20(1).jpg?v=1573674461935");
  background-posistion:center;
  background-repeat:no-repeat;
  background-size:cover;
}

h1 {
  background-color: Blue;
  margin-top: 5%;
  color: white;
  border-radius: 0.625em;
  text-align: center;
  align: center;
  font-size: 2.5em;
  padding: 0.6em 0.6em 0.6em 0.6em;
  width: 50%;
  margin-left: 22%;
  margin-right: 25%;
 
  font-style: italic;
}

h2 {
  font-size: 1.8em;
  margin-top: 6%;
  color:white;
}
footer{
  height:7em;
}
.footerImg{
  float:left;
  height:7em;
  clear:left;
}
.footerImg2{
  float:right;
  height:7em;
  clear:left;
}
.footer {
  posistion:absolute;
  left:0;
  right:0;
  bottom:0;
  box-sizing:border-box;
  text-align: center;
  color: white;
  background-color: blue;
  padding:1rem;
}

.footer2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}


header img {
  height: 7.5em;
  border-color: blue;
  /*Ask david what kind of border he wants after creating the nav bar*/
  border-style: none;
  border-width: 1.563em;
}
header {
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  height: 7.5em;
  display: flex;
  align-items: center;
  box-shadow: 0 0 1.563em 0 black;
  margin-top: 1.875em;
  border-style: groove;
  border-width: 0.938em;
  border-color: blue;
}

header * {
  display: inline;
}

header li {
  margin: 1.25em;
}

header li a {
  color: black;
  text-decoration: none;
  font-size: 1.438em;
  text-align: center;
  padding-left: 1.875em;
}
a.highlight:hover {
  color: blue;
}

.jawn {
  margin-top: 15%;
  margin-bottom: 10%;
  text-align: left;
}
.bigFont {
  font-size: 1.2em;
  color:white;
}
/*This is the start of the dropdown menu css code*/
.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1em;
  border: none;
  outline: none;
  color: white;
  padding: 0.875em 1em;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 0.5em 1em 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 0.75em 1em;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.fatText {
  font-size: 1.4em;
  color:white;
  text-decoration: none;
}
.sizing {
  height: 40.625em;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.blueHR {
  border-color: blue;
  margin-bottom: 5%;
}
.blueHR2 {
  border-color: blue;
}
.noBullet {
  list-style-type: none;
}
.center {
  text-align: center;
  font-size: 2.4em;
}
.leftSideHeader {
  text-align:left;
  font-size: 1.6em;
  text-decoration: underline;
}
.footerInfo {
  text-align:left;
  list-style-type: none;
  width:25%;
}
.slogan {
  text-underline: underline;
  text-align: center;
  list-style-type: none;
  font-size:1.4em;
}
.footerLinks a{
  color:white;
  list-style-type: none;
  text-align:center;
  width:25%;
  font-size:1.2em;
  align:center;
  
}
/*This is the code for the image gallery*/
.fling-minislide {
  width: 500px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.fling-minislide img {
  position: absolute;
  animation: fling-minislide 20s infinite;
  opacity: 0;
  width: 100%;
  height: auto;
}

@keyframes fling-minislide {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
.fling-minislide img:nth-child(4) {
  animation-delay: 0s;
}
.fling-minislide img:nth-child(3) {
  animation-delay: 5s;
}
.fling-minislide img:nth-child(2) {
  animation-delay: 10s;
}
.fling-minislide img:nth-child(1) {
  animation-delay: 15s;
}

.slideshow {
  margin-top:5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 55%;
  height: 25em;
}
td {
  padding: 0.5em;
}
.centerImage {
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px solid darkblue;
}
#alignment {
  float: right;
}
.manuSizing {
  width: 24em;
  height: 12.5em;
}

/*This is the image gallery code*/
  div.gallery {
  border: 1px solid #ccc;
    background-color:white;
    margin-bottom:1em;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 10em;
}

div.desc {
  padding: .938em;
  text-align: center;
}


.responsive {
  padding: 0 .375em;
  float: left;
  width: 24.99999%;
  box-sizing:border-box;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999999%;
    margin: .375em 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*End of image gallery code*/
.hide{
  display:none;
}
.block{
  display:inline-block;
}
.aboutUs{
  color:white;
  font-size:1.5em;
}
#img{
  float:right;
  margin-right:.5em;
}
.ladder{
  margin-left:6em;
  margin-right:0;
  height:16em;
  width:50%;
}
/*Trying to make the shit responsive*/   

@media only screen and (max-width: 1200px) {
  header img {
    height: 6em;
    border-color: blue;
    /*Ask david what kind of border he wants after creating the nav bar*/
    border-style: none;
    border-width: 1.35em;
  }
  header {
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 6em;
    display: flex;
    align-items: center;
    box-shadow: 0 0 1.3em 0 black;
    margin-top: 1.7em;
    border-style: groove;
    border-width: 0.938em;
    border-color: blue;
  }

  header * {
    display: inline;
  }

  header li {
    margin: 1em;
  }

  header li a {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    padding-left: 1em;
  }
  .manuSizing {
    width: 17em;
    height: 7.5em;
  }
  
} /*The end the 1100 pxiel max*/

/*Start of the 1000*/
@media only screen and (max-width: 1000px) {
  header img {
    height: 5em;
    border-color: blue;
    /*Ask david what kind of border he wants after creating the nav bar*/
    border-style: none;
    border-width: 1.35em;
  }
  header {
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 5em;
    display: flex;
    align-items: center;
    box-shadow: 0 0 1.2em 0 black;
    margin-top: 1.7em;
    border-style: groove;
    border-width: 0.8em;
    border-color: blue;
  }

  header * {
    display: inline;
  }

  header li {
    margin: 0.8em;
  }

  header li a {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    padding-left: 1em;
  }
  .manuSizing {
    width: 17em;
    height: 7.5em;
  }
} /*End of the 1000px max*/

/*Start of the 900*/
@media only screen and (max-width: 992px) {
  header img {
    height: 4.5em;
    border-width: 1.1em;
  }
  header {
    background-color: white;
    height: 4.5em;
    box-shadow: 0 0 1.2em 0 black;
    margin-top: 1.56em;
    border-width: 0.7em;
  }
  header li {
    margin: 0.7em;
  }
  header li a {
    font-size: 1.1em;
    padding-left: 0.6em;
  }
  .manuSizing {
    width: 14.6em;
    height: 5.5em;
  }
} /*End of the 900px max*/

/*Start of the 825 mac*/
@media only screen and (max-width: 825px) {
  h1 {
    margin-top: 5%;
    border-radius: 0.625em;
    font-size: 1.9em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    width: 50%;
    margin-left: 22%;
    margin-right: 25%;
  }

  header img {
    height: 3.8em;
    border-width: 1.35em;
  }
  header {
    height: 3.8em;
    box-shadow: 0 0 1em 0 black;
    margin-top: 1.5em;
    border-width: 0.65em;
  }

  header li {
    margin: 0.8em;
  }

  header li a {
    font-size: 1em;
    text-align: center;
    padding-left: 0.8em;
  }
  .manuSizing {
    width: 17em;
    height: 7.5em;
  }
  .slideshow {
    width: 17em;
    height: 7.5em;
  }
} /*End of the 825 max*/
/*Start of the 760*/
@media only screen and (max-width: 768px) {
  h1 {
    margin-top: 5%;
    border-radius: 0.625em;
    font-size: 1.6em;
    padding: 0.4em 0.4em 0.4em 0.4em;
    width: 50%;
    margin-left: 22%;
    margin-right: 25%;
  }

  header img {
    height: 3.4em;
    border-width: 1.35em;
  }
  header {
    height: 3.4em;
    display: flex;
    box-shadow: 0 0 0.8em 0 black;
    margin-top: 1.3em;
    border-width: 0.46em;
  }
  header li {
    margin: 0.67em;
  }

  header li a {
    font-size: 0.9em;
    text-align: center;
    padding-left: 0.5em;
  }
  .manuSizing {
    width: 13em;
    height: 5.5em;
  }
  .slideshow {
    height: 5.5em;
    width: 13em;
  }
} /*End of the 700px max*/

/*For Phones and stuff*/
@media only screen and (max-width: 600px) {
 h1 {
    margin-top: 5%;
    border-radius: 0.625em;
    font-size: 1.9em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    width: 50%;
    margin-left: 22%;
    margin-right: 25%;
  }

  header img {
    height: 3.8em;
    border-width: 1.35em;
  }
  header {
    height: 3.8em;
    box-shadow: 0 0 1em 0 black;
    margin-top: 1.5em;
    border-width: 0.65em;
  }
  header li {
    margin: 0.8em;
  }
  header li a {
    font-size: 0.7em;
    text-align: center;
    padding-left: 0.8em;
  }
  .manuSizing {
    width: 5em;
    height: 2.5em;
  }
  .slideshow {
    display: none;
  }
   .hide{
    display:block;
    width:1.5em;
    height:1.4em;
    float:left;
    margin-right:1em;
  }
  .block{
    display:none;
  }  
  .center {
  text-align: center;
  
  font-size: 1.4em;
}
.leftSideHeader {
  text-align:left;
  font-size: 1em;
}
.footerInfo {
  text-align:left;
  font-size:.65em;
  list-style-type: none;
  width:50%;
}
  .footerLinks{
    font-size:.8em;
  }
  .slogan{
    font-size:1em;
  }
} /*End of for phones only code*/