body{
  text-align: center;
  font-family: Calibri;
  font-size: 14pt;    
  color: White;
  background-image: url("SEbackground.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;

}


#pageheading{
  font-family: Gill Sans Mt;
  font-size: 22pt;
  font-weight:bold;  
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.main-text{
  clear: both;
  width:80%;
  margin: auto;
}



.image-footer{
  clear: both;
  margin: auto;
}

.covertoread{
  width:100%;
  margin: auto;

}


.blocklocation{
  font-size: 13pt;
  width: 50%;
  float: left;
  text-align: center;
}

.blocklocationpic{
  clear: both;
  font-size: 13pt;
  width: 50%;
  float: left;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  /* Switch to 1 column */
  .blocklocationpic {width: 100%;
  margin: auto;float: none;}
}


.blocklocationmap{
  font-size: 13pt;
  width: 25%;
  float: left;
  text-align: left;
  margin: 0px;
}

.blocklocationtext{
  width: 25%;
  float: left;
  text-align: left;
  margin: 0px;
}

.blocklocationdesc{
  width: 50%;
  float: left;
  text-align: left;
  margin: 0px;
}



#legalnotice{
  clear: both;
}


#menubar{
}




.menuoption{
  float:left;
  width:12.5%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  /* Switch to 4 */
  .menuoption {width: 25.00%;}
}
@media only screen and (max-width: 600px) {
  /* VANISH */
  .menuoption {display:none;}
}

  /* IF OVER 600px DO NOT SHOW LOWER MENU */

@media only screen and (min-width: 601px) {
  .menuoption-below {
  display:none;
}
}

  /* SHOW LOWER MENU IF UNDER 600px */
@media only screen and (max-width: 600px) {
  .menuoption-below {
float:left; 
width:50%; 
}
}




.legal{
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
}

.publicationname{
  font-style: italic;
}

.copyright{
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
  font-style: italic;
}

.underlined{
  text-decoration: underline;
}
.gillsansmt{
  text-align: center;
  font-family: Gill Sans Mt;
  font-size: 20pt;
}
.biondi{
  text-align: center;
  font-family: Biondi;
  font-size: 20pt;
}

.13point{
  font-size:13pt;
}
.initalic{
  font-style:italic;
}

.underscore{
      text-transform: uppercase;
}
