@import 'https://fonts.googleapis.com/css?family=Oxygen:300,400&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Merriweather&subset=latin-ext';

body{
  font-family: 'Oxygen', sans-serif;
  color: #eee;
  text-align: center;
  font-size: 1.6vh;
  
  background-color: #000;
  background-image: url("/img/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-opacity: 0.4;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  
  text-shadow: #000 0px 0px 0.2vh,#000 0px 0px 0.2vh,#000 0px 0px 0.2vh,#000 0px 0px 0.2vh,#000 0px 0px 0.2vh,#000 0px 0px 0.2vh;
}
h1{
  font-family: 'Merriweather', serif;
  font-size: 4.5vh;
}
a{
  color: #ffc654;
  text-decoration: none;
}
a:hover{
  color: #ffee50;
}

.flexbox{
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-flow: column;
}

.flex{
  display: flex;
}
.content{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  width: 90vh;
  min-width: 0vh;
  max-width: 100%;
}

#content-bg{
  background-color: rgba(0,0,0,0.25);
  height: 100%;
  overflow: hidden;
  flex: 1 1 auto;
}

.content_body{
  margin-top: 5vh;
  background-color: rgba(0,0,0,0.66);
}

.pad2{
  padding: 2vh;
  max-width: 95vw;
}

.wmargin2{
  margin-left: 2vh;
  margin-right: 2vh;
  max-width: 95vw;
}

.rel{
  position: relative;
  height: 100%;
}

.sink{
  position: absolute;
  bottom: 0;

}

#header{
  width: 100%;
  height: 15%;
  position: relative;
  background-color: rgba(0,0,0,0.66);
  color: #ffc654;
  font-size: 6vh;
  font-family: 'Merriweather', serif;
  flex: 0 1 auto;
}

#linkline-outer{
  background-color: #ffc654;
  color: #000;
  height: 0.5vh;
  width: 100%;
}

.links{
  width: 100%;
  height: 3.5vh;
  padding: 0;
  margin: 0;
  font-family: 'Merriweather';
  font-size: 2vh;
  background-color: rgba(0,0,0,0.80);
  text-align: center;
}
.head-link-div{
  display: inline-block;
  width: 19.0%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;    
  color: #ffc654;
  text-align: center;
}
.head-link-div:hover{
  color: #0C0B07;
  background-color: #ffc654;
  text-align: center;
}
.table{
  display:table;
  width: 100%;
  height: 100%;
}
.head-link{
  width: 100%;
  height: 3.5vh;
  color: inherit;
  text-decoration: none;
  
  
  display: table-cell;
  vertical-align: middle;
  text-align: center;
} 
