@font-face {
  font-family: Lato;
  src: local("Exo2 Thin"),
       local("Exo2-Thin"),
       url('../fonts/Exo2-Thin.ttf');
  font-weight: hairline;
}

.overlay{
  opacity:0;
  background-color:#ccc;
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:10;
}

.uppercase {
  text-transform: uppercase;
}

body {
  font-family: Lato, sans-serif;
  color: #444;
  font-size: .8em;
}

#top-menu {
  list-style-type: none;
  float: left;
  padding-top: 30px;
  margin-left: 40px;
}

#top-menu a {
  text-decoration: none;
  color:inherit;
  letter-spacing: .2em;
}

#top-menu a:link {
  text-decoration: none;
  color:inherit;
}

#top-menu a:active {
  text-decoration: none;
  color:inherit;
}


#top-menu a:visited {
  text-decoration: none;
  color:inherit;
}

#top-menu a:hover {
  text-decoration: underline;
  color:inherit;
}


a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

h1 {
  background-color: #f3f2f0;
  /* opacity: .4; */
}

h1 img {
  margin-top: 40px;
  margin-left: 60px;
  max-width: 200px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  display: inline;
  padding: 1em;
}

img {
  position: absolute;
  z-index: -1;
}

.centered-link {
  text-align: center;
  font-size: 2em;
  font-family: Lato, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -175px;
}

.centered-link  a {
  text-decoration: none;
}

.centered-link  a:hover {
  color: inherit;
}

body {
  background-color: #f3f2f0;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  z-index:1000 !important;
}

#main {
  overflow: auto;
  padding-bottom: 180px;
  /* must be same height as the footer */
}

#footer {
  position: relative;
  margin-top: -40px;
  height: 20px;
  clear: both;
  text-align: center;
  pointer-events: none;
  letter-spacing: .2em;
}

/* Opera Fix thanks to Maleika (Kohoutec) */

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/
}

.link {
  height: 1em;
}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
