@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #333;
}

h1 {
  color: #223c77;
  text-transform: uppercase;
  margin: 50px 0 10px 0;
}
h2 {
  color: #223c77;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1%;
}

#head {
  height: 100px;
  background-color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.head {
  font-size: 70px;
  color: #000;
  line-height: 95px;
}
nav {
  background-color: #40454D;
}
nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
nav ul li {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  line-height: 35px;
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
}

nav ul.sub1 {
  display: none;
  position: absolute;
}
nav ul.sub1 li {
  width: 100%;
  font-size: 100%;
}
/* nav ul.sub1 a {
  display: block;
} */

nav li:hover .sub1 {
  display: block;
  background-color: #40454D;
  width: 100%;
}

nav li:hover > a {
  background-color: #e0e0e0;
  color: #990000;
}

nav a:link, nav a:visited {
  color: #FFF;
  transition: .5s;
}
nav a:hover {
  color: #990000;
  background-color: #e0e0e0;
  /* transition: .7s; */
}

#wrapper {
  height: auto;
  min-height: 300px;
  width: 100%;
  background-color: #FFF;
  margin-top: 60px;
  overflow: hidden;
}

#footer {
  background-color: #e0e0e0;
  color: #FFF;
  text-align: center;
  border-top: 10px solid #40454D;
  padding: 20px 0 20px 0;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

a:link {
  text-decoration: none;
  color: #0000FF;
}
a:visited {
  text-decoration: none;
  color: #0000FF;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
}
a:active {
  text-decoration: none;
  color: #0000FF;
}

#mpl-box {
  height: 80px;
  width: 200px;
  padding-right: 100px;
  margin: 0 auto;
  display: inline;
}
#mhs-box {
  height: 80px;
  width: 92px;
  margin: 0 auto;
  display: inline;
}

.content {
	columns:5;
	-webkit-columns:5; /* Safari and Chrome */
	-moz-columns:5; /* Firefox */
	width: 1000px;
	text-align: left;
  list-style: none;
  margin-left: 100px;
}
.list {
  list-style: none;
  padding-top: 2%;
}

.message {
  text-align: center;
  padding: 0 5% 3% 5%;
  line-height: 2;
}


#search_container {
  width: 505px;
  height: 52px;
  overflow: hidden;
}

#zoom_searchbox {
  width: 400px;
  height: 50px;
  border: none;
  font-size: 24px;
  color: #d62626;
  background-color: #DEDEDE;
  text-align: center;
  float: left;
  outline: none;
}
#search_button {
  width: 100px;
  height: 50px;
  border: none;
  font-size: 24px;
  color: #edad3f;
  background-color: #DEDEDE;
  text-align: center;
  cursor: pointer;
  float: left;
  outline: none;
}
#search_button:hover {
  color: #d62626;
  font-size: 26px;
}
#container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#slide-txt-container {

}
#slide {
  /* height: auto;
  width: 100%; */
  /* float: left; */
  height: 550px;
  width: 400px;
  border: 5px solid #FFFDF6;
  box-shadow: 0 0 3px #000;
}
#txt {
  height: 100px;
  width: 100%;
  padding-top: 10px;
  font-size: .8em;
}
#home-wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1600px) {

  nav li {
    font-size: .6em;
  }

  #slide-txt-container {

  }
  #slide {
    /* height: auto;
    width: 100%;
    float: left; */
    height: 400px;
    width: 300px;
    border: 5px solid #FFFDF6;
    box-shadow: 0 0 3px #000;
  }
  #txt {
    height: 100px;
    width: 100%;
    float: left;
    padding-top: 10px;
    font-size: .8em;
  }
  #home-wrapper {

  }

}
