/* Mobile first styles : smallest screen size and upward
-----------------------------------------------------------*/
* {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  margin: 0;
  padding: 0;
}
body {
  background-color: #F0F7FF;
  color: #333333;
  font-size: 120%;
  font-family: Georgia, serif;
  line-height: 1.5;
  background-image: url('../images/body-bg.jpg');
  font-family: corbel;
  text-align: justify;
}
p {
    padding: 0.5em 1em 1em 1em;
    font-size: 0.7em;
/*    text-transform: uppercase;*/
}
.homeimg {
    max-height: 10em;
    width: 100%;
}
.headerimg {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; 
}
h3 {
    text-align: center;
}
.loginstatus
{
    color: white;
}

a {
  color: #923f3f;
}
a:hover,
a:active {
  color: #923f3f;
}
img {
  max-width: 100%;
}
.headerimg {
    padding-top: 2.4em;
}
#header-container {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0%;
  margin-left: -50%;
  z-index: 1;
}
header {
  background-color: #009999;
  padding: 0.5em 1em;
  font-family: Lato, sans-serif;
  position: relative;
}
header a {
  color: #ffffff;
  text-decoration: none;
}
.logo {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.7);
}
.logo:hover,
.logo:active {
    color: #ffffff;
}
nav {
  position: relative;
  background: #009999;
  margin: -1em -1em 1em -1em;
  font-family: corbel;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: lighter;
}
nav .main-nav {
  height: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
nav .main-nav li {
  visibility: visible;
  color: rgba(255, 255, 255, 0.7);
}
nav .main-nav.active {
  height: auto;
}
nav .main-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  padding: 1.2em 1em;
  text-align: center;
}
nav .main-nav a:hover,
nav .main-nav a:active {
  color: #ffffff;
  /*background: -webkit-linear-gradient(top,  rgba(255,255,255,0.05),  transparent);*/

}
.menu-button {
  float: right;
  display: inline-block;
  margin: 0;
/*  background-color: #ffffff;*/
  padding: 1.4em 1em 1em 1em;
}
.menu-button .text {
  display: none;
}
.menu-button a,
.menu-button a:hover,
.menu-button a:active {
  color: #ffffff;
  font-weight: 900;
}
@media all and (min-width: 18em) {
  .menu-button .text {
    display: inline;
  }
}
@media all and (min-width: 48em) {
  .menu-button {
    display: none;
  }
  nav .main-nav {
    height: auto !important;
    float: right;
    margin-right: 1em;
  }
  .main-nav li {
    display: inline-block;
  }
  .main-nav a {
    background: transparent !important;
  }
}
@media all and (min-width: 20em) and (max-width: 25.999999em) {
  .main-nav li {
    display: inline-block;
    min-width: 49%;
    max-width: 49%;
  }
}
@media all and (min-width: 26em) and (max-width: 48em) {
  .main-nav li {
    display: inline-block;
    min-width: 24%;
    max-width: 24%;
  }
  .main-nav li a {
    text-align: center;
  }
}