@font-face {
  font-family: "Bold";
  src: url("fonts/bold/FoundationSans-Bold-webfont.eot");
  src: url("fonts/bold/FoundationSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/bold/FoundationSans-Bold-webfont.woff") format("woff"), url("fonts/bold/FoundationSans-Bold-webfont.ttf") format("truetype"),
    url("fonts/bold/FoundationSans-Bold-webfont.svg#FoundationRoman") format("svg");
}

@font-face {
  font-family: "Italic";
  src: url("fonts/italic/FoundationSans-Italic-webfont.eot");
  src: url("fonts/italic/FoundationSans-Italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/italic/FoundationSans-Italic-webfont.woff") format("woff"),
    url("fonts/italic/FoundationSans-Italic-webfont.ttf") format("truetype"),
    url("fonts/italic/FoundationSans-Italic-webfont.svg#FoundationRoman") format("svg");
}

@font-face {
  font-family: "Light";
  src: url("fonts/light/FoundationSans-Light-webfont.eot");
  src: url("fonts/light/FoundationSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/light/FoundationSans-Light-webfont.woff") format("woff"),
    url("fonts/light/FoundationSans-Light-webfont.ttf") format("truetype"),
    url("fonts/light/FoundationSans-Light-webfont.svg#foundation_sans_lightregular") format("svg");
}

@font-face {
  font-family: "LightCd";
  src: url("fonts/lightCd/FoundationSans-LightCd-webfont.eot");
  src: url("fonts/lightCd/FoundationSans-LightCd-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/lightCd/FoundationSans-LightCd-webfont.woff") format("woff"),
    url("fonts/lightCd/FoundationSans-LightCd-webfont.ttf") format("truetype"),
    url("fonts/lightCd/FoundationSans-LightCd-webfont.svg#FoundationRoman") format("svg");
}

@font-face {
  font-family: "Regular";
  src: url("fonts/regular/FoundationSans-Roman-webfont.eot");
  src: url("fonts/regular/FoundationSans-Roman-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/regular/FoundationSans-Roman-webfont.woff") format("woff"),
    url("fonts/regular/FoundationSans-Roman-webfont.ttf") format("truetype"),
    url("fonts/regular/FoundationSans-Roman-webfont.svg#FoundationRoman") format("svg");
}

@font-face {
  font-family: "Thin";
  src: url("fonts/ultraLight/FoundationSans-UltraLight-webfont.eot");
  src: url("fonts/ultraLight/FoundationSans-UltraLight-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/ultraLight/FoundationSans-UltraLight-webfont.woff") format("woff"),
    url("fonts/ultraLight/FoundationSans-UltraLight-webfont.ttf") format("truetype"),
    url("fonts/ultraLight/FoundationSans-UltraLight-webfont.svg#FoundationRoman") format("svg");
}

@font-face {
  font-family: "ThinItalic";
  src: url("fonts/ultraLightIt/FoundationSans-UltraLightIt-webfont.eot");
  src: url("fonts/ultraLightIt/FoundationSans-UltraLightIt-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/ultraLightIt/FoundationSans-UltraLightIt-webfont.woff") format("woff"),
    url("fonts/ultraLightIt/FoundationSans-UltraLightIt-webfont.ttf") format("truetype"),
    url("fonts/ultraLightIt/FoundationSans-UltraLightIt-webfont.svg#FoundationRoman") format("svg");
}

body {
  font-family: "Regular", "Arial Black", Sans-Serif;
  color: #ffffff;
  background: #e8e8e8;
  font-size: 14px;
  margin: 0px;
}

h1 {
  font-family: "Light", "Arial Black", Sans-Serif;
  margin: 0px;
  padding: 6px 6px;
  font-size: 96px;
  font-variant: small-caps;
  text-align: center;
}

h2 {
  font-family: "Light", "Arial Black", Sans-Serif;
  margin: 0px;
  padding: 4px 4px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-family: "Italic", "Arial", Sans-Serif;
  margin: 0px;
  padding: 4px 10px;
  font-size: 20px;
}

p {
  padding: 6px 16px;
  margin: 0px;
  text-align: justify;
}

ul {
  padding: 6px 0px 6px 36px;
  margin: 0px;
}

ol {
  padding: 6px 0px 6px 36px;
  margin: 0px;
}
li {
  margin: 0 20px 9px 20px;
}
a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

img {
  border-style: none;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

#menu {
  margin: 6px auto;
  width: 860px;
  border: 6px solid #ffffff;
  background: #01a0a0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
#menu div {
  cursor: pointer;
  width: 100%;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
  opacity: 0.8;
}

.center {
  text-align: center;
}

.small {
  font-size: 92%;
}
.smaller {
  font-size: 85%;
}
.inactive {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.active {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  color: #ff9900;
  font-family: Bold;
}
.sl {
  position: absolute;
  left: 30%;
  top: 6px;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}
