/*
@import url(http://fonts.googleapis.com/css?family=Averia+Libre:700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:700);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:700);
*/

html {
  margin: 0;
  padding: 0;
}
body {
  background: #000000;
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', trebuchet, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  overflow: hidden;
}
a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#panel1 {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  padding: 10px;
}
#panel1 div {
  width: 100%;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -opera-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#panel1 img {
  border: 0;
}
#panel1-bg {
  position: absolute;
  z-index: 11;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
}
#panel1-logo {
  position: relative;
  z-index: 12;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
#panel1:hover div {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -opera-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#panel1:hover #panel1-bg {
  opacity: 0.5;
}
#panel1:hover #panel1-logo {
  opacity: 1.00;
}

#info {
  position: absolute;
  top: 33%;
  left: 25%;
  width: 50%;
 /*font-family: 'Averia Libre', arial, sans-serif;*/
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 9px #191717;
  text-align: center;
  opacity: 0.5;
}

#panel2 {
  width: 150px;
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 60px;
  padding: 10px;
}
#panel2 div {
  width: 100%;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -opera-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#panel2 img {
  border: 0;
}
#panel2-bg {
  position: absolute;
  z-index: 21;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
}
#panel2-logo {
  margin-bottom: 10px;
}
#panel2-logo,
#panel2-coords {
  position: relative;
  z-index: 22;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  text-shadow: 0px 0px 2px #696969;
}
#panel2:hover div {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -opera-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#panel2:hover #panel2-bg {
  opacity: 0.5;
}
#panel2:hover #panel2-logo,
#panel2:hover #panel2-coords {
  opacity: 1.00;
}
#panel2 #seo {
  display: none;
}

#credits{
  display: none;
}

.main-wrapper{
  width: 100%;
  height: 100vh;  
  background: url(../images/site_inaccessible.jpg) center no-repeat;
  background-size: cover;
}