body,
a,
p {
  font-family: 'exo-light', sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 25px 0;
}

h1, h2, h3 {
  font-family: 'exo-light', sans-serif !important;
  font-weight: normal;
  color: #000;
}

h1 { 
  font-size: 48px;
  text-transform: uppercase;

}

h2 { 
  font-size: 36px;
}

h3 { 
  font-size: 32px;
}

h4 { 
  font-size: 26px;
}

a, a:visited, a:active {
  color: #000;
  font-weight: inherit;
  text-decoration: underline;
}

.topbar {
  background-color: #000;
  min-height: 26px;
}
.topbar p {
  color: #FFF;
}
.topbar .container {
  padding-top: 16px;
}

#logo img {
  max-height: 150px;
  width: auto;
}

#content {
  margin-top: 50px;
  margin-bottom: 50px;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
  animation: fadein 1s;  
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#content img {
  box-shadow: none;
}

#content a:hover {
  color: #00aeee;
  text-decoration: underline;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer img {
  width: 28px;
  height: 28px;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #00aeee;
  text-decoration: none;
}