

body {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  /*background-image: url(Logo.jpg);
  background-size: auto;*/
}

#header {
  width: 100%;
  top: 0px;
  /*position: fixed;*/
  z-index: 99999;
  background-color: white;
  padding-bottom: -5px;
}

#nav {
  /*border-bottom: 1px solid #999999;*/
  width: 80%;
  height: 24.39%; /*150px*/
  /*position:fixed;*/
  z-index: 100000;
  background-color: white;
  opacity: 0.98;
}

#logo {
  float: left;
  clear: both;
  position: relative;
  display: inline-block;
}

@media (max-width: 800px) {
  #logo {
  margin: auto;
  }
}


#logo img {
  max-width: 100%;
  height: auto;
}

#menu {
  float: left;
  margin-top: -25px;
  display: inline-block;
  background-color: white;
}

#nav h1 {
  float: left;
  margin-left: 50px;
  padding-top: 25px;
  /*display: inline-block;
  position: relative;*/
  font-size: 3.333em;
  font-family: 'VAG Rounded Std Bold', 'Arial Rounded MT Bold', sans-serif;
  color: #ca2c27;
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#title {
  float: left;
  margin-left: -250px; /*-300px*/
  margin-top: 75px; /*75px*/
  position: relative;
  display: inline-block;
}

#title img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  #title {
    margin: auto;
  }
}

#nav p {
  float: left;
  margin-left: 3.90625%; /*50px*/
  margin-top: 25px; /*100px*/
  display: inline-block;
  position: relative;
  font-size: 1.250em;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}

#menu li {  
  font-family: 'Arial', sans-serif;
  display: inline-block;
  margin-right: 50px;
  width: 75px; /*75px*/
  text-align: center;
  position: relative;
}

#menu a {
  text-decoration: none;
  margin-right: 0px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color:#97d6f4;
}

#menu a:hover {
  color: #b2d9ec;
}

#fb {
  display: inline-block;
  float: right;
}

#fb a {
  float: right;
  margin-right: -200px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color:#3b579d;
  position: relative;
}

#fb a img {
  vertical-align: middle;
}


#fb a:hover {
  color: #97d6f4;
}

#nav ul {
  float: left;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}


body#fis a#fisnav,
body#home a#homenav,
body#links a#linksnav {
  border-bottom: solid #ADAFAA;
  padding-bottom: 3px;
}

.left {
  float: left;
  clear: both;
  width: 50%;
  margin-top: 0px;
  background-color: white;
}

@media (max-width: 800px) {
  .left {
    width: 100%;
  }
}

.left h1 {
  font-family: 'Arial', sans-serif;
  font-size: 2.500em;
  font-style: bold;
  color: #8cd600;
  padding-bottom: 5px;
  border-bottom: 2px solid #a8adb4;
}

.left li {
  font-family: 'Arial', sans-serif;
}

.right {
  float: right;
  width: 50%;
  margin-top: -40px;
  margin-bottom: 10px;
  background-color: white;
}

@media (max-width: 800px) {
  .right {
    float: left;
    clear: both;
    margin-top: 0px;
    width: 100%;
  }
}

.right img {
  float: right;
  max-width: 100%;
  height: auto;
}

.Fleft {
  float: left;
  clear: both;
  width: 49%;
  margin-top: -10px;
  font-family: 'Arial', sans-serif;
  font-size: 0.750em;
}

@media (max-width: 800px) {
  .Fleft {
    width: 100%;
  }
}

.Fleft h3 {
  font-size: 1.000em;
  margin-bottom: -5px;
}

.Fright {
  float: right;
  width: 49%;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 0.750em;
}

@media (max-width: 800px) {
  .Fright {
    float: left;
    clear: both;
    width: 100%;
  }
}

.Fright h3 {
  font-size: 1.000em;
  margin-bottom: -5px;
}



.left h1 span {
  color: #adafaa;
}

.left p {
  font-family: 'Arial', sans-serif;
  font-size: 1.000em;
  color: #202020;
}

#footer {
  width: 100%;
  height: 80px;
  background-color: white;
  border-top: 1px solid #a8adb4;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}

#footer img {
  vertical-align: middle;
}

#footer ul {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width: 800px) {
    #footer ul {
        margin-bottom: -5px;
    }
}

#footer li {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-family: 'VAG Rounded Std Bold', 'Arial Rounded MT Bold', sans-serif;
  font-size: 0.875em;
  color: #ca2c27;
}

#info {
    width: 59%;
    margin: auto;
    margin-top: -13px;
    margin-bottom: -13px;
}

@media (max-width: 800px) {
    #info {
        width: 100%;
    }
}

#footer a {
  text-decoration: none;
  font-family: 'VAG Rounded Std Bold', 'Arial Rounded MT Bold', sans-serif;
  font-size: 1em;
  color: #ca2c27;
}

#footer a:hover {
  color: #97d6f4;
}

#footer p {
  text-align: center;
  font-family: 'VAG Rounded Std', 'Arial Rounded MT', sans-serif;
  font-size: 0.625em;
  color: #ADAFAA;
  padding-bottom: 10px;
}

@media (max-width: 800px) {
    #footer p {
        margin-top: 25px;
    }
}