
body{
  font: 15px/1.5 Verdana, Arial, Helvetica, sans-serif;
  background:url('../img/bgscrapbook.jpg') repeat;
  padding: 0;
  margin: 0;
  color:#680c30;
}
.container{
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
}
ul{
margin: 0;
padding: 0;
}
div {
text-align:center;
}
p{
text-align:center;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12pt;
}
.p2{
text-align:center;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 10pt;
margin-left:39px;
}
.p2a{
text-align:center;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 10pt;
}
header{
margin-left:36px;
background:url('../img/maroon1.jpg') repeat;
color: #fff;
padding-top: 30px;
min-height: 70px;
}
header li{
color: #fff;
float: left;
display: inline;
padding: 0 20px 0 20px;
}
header #branding{
float: left;
}
header #branding h1{
color:#fff;
margin: 0;
}
header nav{
color: #fff;
float: right;
margin-top: 10px;
}
header .highlight {
padding-left:20px;
}
.top1 {
text-align:center;
border:solid #680c30;
border-radius:25px;
color:#680c30;
font-style:italic;
font-size:28pt;
font-weight:bold;
width:30%;
margin-left:auto;
margin-right:auto;
}
img {
max-width: 100%;
height: auto;
}
#showcase {
min-height: 350px;
background:url('../img/mhsback.png') no-repeat center;
background-size: cover;
text-align: center;
color: #fff;
}
#showcase h1{
margin-top: 10px;
font-size: 50px;
margin-bottom: 10px;
}
.figure1 {
display:inline-block;
width:250px;
transform: rotate(-10deg);
border: 0.8em solid #fff;
box-shadow: 0.5em 0.5em 1em #ccc;

}
.figure2 {
display:inline-block;
width:250px;
transform: rotate(10deg);
border: 0.8em solid #fff;
box-shadow: 0.5em 0.5em 1em #ccc;

}
.figure3 {
display:inline-block;
width:250px;
transform: rotate(15deg);
border: 0.8em solid #fff;
box-shadow: 0.5em 0.5em 1em #ccc;

}
.figure4 {
display:inline-block;
width:250px;
border: 0.8em solid #fff;
box-shadow: 0.5em 0.5em 1em #ccc;

}
.figure5 {
display:inline-block;
width:200px;
border: 0.8em solid #fff;
box-shadow: 0.5em 0.5em 1em #ccc;

}
figcaption {
font-size:medium;
color:#680c30;
font-weight:bold;
background-color:#fff;
}
 /*page bottom nav*/
 
#jsbox {
  color: #fff;
  background:url('../img/maroon4.jpg') repeat;
  text-align:center;
  border: double 5px #4a1112;
  border-radius:15%;
  margin:25px auto 0px;
  width:20%;
}
#jsbox a:link {
  color:#fff;
}
#jsbox a:hover {
  color:#FFD700;
}
#jsbox a:visited {
  color:#fff;
}
footer{
  padding: 20px;
  color: #fff;
  text-align: center;
}
#url {
  color:#4a1112;
  font-size:x-small;
  clear:both;
}

 
 
@media all and (max-width: 1690px) {
#jsbox {
    float:none;
    text-align:center;
    width:25%;
  }
}
@media all and (max-width: 1280px) {
#jsbox {
    float:none;
    text-align:center;
    width:35%;
  }
}
@media all and (max-width: 980px) {
#jsbox {
    float:none;
    text-align:center;
    width:45%;
  }
}
@media all and (max-width: 736px) { 
#jsbox {
    float:none;
    text-align:center;
    width:55%;
  }
.top1 {
    width:50%;
}
.p2 {
    margin-left:41px;
  
}
@media all and (max-width: 480px) { 
#jsbox {
    float:none;
    text-align:center;
    width:65%;
  }
.top1 {
    width:50%;
} 
.p2 {
    margin-left:41px;
} 
}
