

body{
  font: 15px/1.5 Verdana, Arial, Helvetica, sans-serif;
  background:url('../img/maroon1.jpg') repeat;
  padding: 0;
  margin: 0;
}
.container{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul{
  margin: 0;
  padding: 0;
}
.container #branding h1 {
  margin-left:36px;
}
header{
  background:url('../img/maroon1.jpg') repeat;
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
}
header a{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}
header #branding{
  float: left;
}
header #branding h1{
  color:#ffffff;
  margin: 0;
}
header nav{
  float: right;
  margin-top: 10px;
}
header .highlight, header .current a{
  color: #ffffff;
  font-weight: bold;
}
header .highlight {
  padding-left:20px;
}
header a:hover{
  color: #ffd700;
  font-weight: bold;
}
nav ul {
  margin-right:50px;
}
#showcase {
  min-height: 350px;
  background:url('../img/mhsback.png') no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2%;
}
#info {
  color:#fff;
  text-align:center;
  font-size:28px;

}
img {
max-width: 100%;
height: auto;
}
#boxa {
  text-align:center;
  font-family: Verdana, Arial, sans-serif;  
  color: #FFFFFF;
}
#box1 {
  display: flex;
  justify-content: center;
}
figure {  
  float:left;
  margin: 2%;
  border-radius: 12px;
}
figure img {
  width:150px;
  height:200px;
  border: 1px solid #323232;
  padding: 5px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 5px rgba(50, 50, 50, .5);
}
figcaption { 
  color:#ffffff;
  text-align: center; 
  font-size: 1.2em; 
  font-style:normal;
}

/*Bottom Code for All Pages*/
#jsbox {
  color: #ffffff;
  background:url('../img/maroon4.jpg') repeat;
  border: double 5px #4a1112;
  margin:3% auto 0%;
  width:15%;
}
footer{
  padding:3%;
  color: #ffffff;
  text-align: center;
}
#url {
  color:#ffffff;
  font-size:x-small;
  clear:both;
}

 
 
@media (min-width:150px) and (max-width:520px){ 
#jsbox {
    float:none;
    text-align:center;
    width:75%;
  }
  h2 {
    margin-left:41px;
} 
}
@media (min-width:521px) and (max-width:768px){ 
#jsbox {
    float:none;
    text-align:center;
    width:75%;
  }
  h2 {
    margin-left:41px;
}
}
@media (min-width:769px) and (max-width:850px){ 
#jsbox {
    float:none;
    text-align:center;
    width:55%;
  }
} 
@media (min-width:851px) and (max-width:1024px){ 
#jsbox {
    float:none;
    text-align:center;
    width:45%;
  } 
}
@media (min-width:1025px) and (max-width:1470px){ 
#jsbox {
    float:none;
    text-align:center;
    width:35%;
  }  
}
@media (min-width:1471px){ 
#jsbox {
    float:none;
    text-align:center;
    width:25%;
  }
} 