html, body {
	height:100%;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    width: 100%;
	float:left;
}

@media only screen and (min-width: 600px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

body {
	width: 100%;
	overflow-y:auto;
	overflow-x:hidden;
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
	background-size: cover;
	background-color:black;
}

h1 {
	letter-spacing:2px;
	color:#FFFFFF;
	font-family: ostrich-sans;
	font-size: 300%;
}

h2 {
	color:#D49644;
	font-family: raleway;
	font-size: 220%;		
}

h3 {
	color:#FFEACE;
	font-family: jslab;
	font-size: 140%;
}

p  {
	color: white;
	font-family: raleway;
	font-size: 100%;
}

@font-face {
	font-family: jslab;
	src: url(JosefinSlab-Light.ttf);
}		
@font-face {
	font-family: raleway;
	src: url(Raleway-Thin.ttf);
}

@font-face {
	font-family: decalotype-light;
	src: url(OpenSans-Light.ttf);
}
@font-face {
	font-family: decalotype-regular;
	src: url(Decalotype-Regular.woff);
}
@font-face {
	font-family: ostrich-sans;
	src: url(ostrich-regular.ttf);
}
@font-face {
	font-family: ostrich-sans-medium;
	src: url(OstrichSans-Black.otf);
}
@font-face{
	font-family: ralewaybold;
	src: url(Raleway-Bold.ttf);
}

nav ul li{
	display:inline;
	
}
nav ul li a{
	-webkit-transition-duration: 0.4s;
	font-family: ostrich-sans-medium;
	margin: 5px 20px;
	font-size: 20px;
	color: #A0A09F;
	text-decoration:none;
}

nav ul li a:hover{
	color:#CCCCCC;
}

nav ul li a:active{
	color:#FFFFFF;
}
.current{
	color:#FFFFFF;
}





.center{
	text-align:center;

}

.panel{
	width: 100%;
	background-color:rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity:1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

@media only screen and (min-width: 768px){
	.panel{
		width:75%;
	}
}

.workframe{
	width:100%;
}

@media only screen and (min-width: 768px){
	.workframe{
		width: 75%;
		margin: auto;
}
}
.wf-inactive{
	opacity:0;
}

label{
	font-family: raleway;
	color:#FFFFFF;
}

.albumcontainer{
	width:50%;
	float:left;
}

@media only screen and (min-width: 600px){
	.albumcontainer{
		width:25%;
	}
}

.albumcontainer img{
	width:98%;
	padding:2%;
}

.albumcontainer img:hover{
	cursor:pointer;
}

.albumcontainer h3{
	text-align:center;
}

.container{
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap:wrap;
	justify-content:center;
	flex-direction:row;
	align-items:center;
}

.container-item{
    width: 46%;
	margin:20px;
	background-color:rgba(0,0,0,0.2);
	align-self:flex-start;
}

.container-item h2{
	margin:10px;
	margin-top:-10px;
	text-align:left;
}

.container-item h3{
	margin:10px;
	margin-bottom:1px;
	text-align:left;
}
.container-item p{
	margin:10px;
}

.container-item img{
    display: block;
    margin: auto;
    width: 90%;
}

.container-biscard{
	padding:30px;
}

.container-biscard h2{
	text-align:left;
	font-family: ostrich-sans;
	letter-spacing:3px;
	margin:auto;
}
.container-biscard h3{
	margin:auto;
	margin-bottom:10px;
	text-align:left;
}
.container-biscard h4{
	letter-spacing:3px;
	text-align:left;
	font-family: ostrich-sans;
	color:#FFEACE;
	font-size:120%;
	margin:auto;
}

table{
	width:100%;
	border-collapse: separate;
    border-spacing: 12px;
}
td{
	font-family:jslab;
	font-size:120%;
	color:white;
}

td a{
	color: lightgrey;
	font-family: jslab;
	font-size: 90%;
	line-height:25px;
	background:#6E6969;
	padding:8px;
	text-decoration: none;
}

td a:hover{
	background:grey;
}

#logo-container{
	position:relative;
}

.imageOne{
	width:100%;
}
.imageTwo{
	position:absolute;
	
	width:60%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.divider{
	width:10%;
	margin-top:0px;
	margin-bottom:20px;
}

.foot{
	line-height:100px;
	width:100%;
	font-size:60%;
	color: #A0A09F;
	text-align:center;
}

.textbox{
	padding:10px;
}

.textbox ul li{
	color: white;
	font-family: raleway;
	font-size: 100%;
	line-height:25px;
}

.textbox a{
	color: lightgrey;
	font-family: ralewaybold;
	font-size: 100%;
	line-height:25px;
	background:#6E6969;
	padding:10px;
}

.textbox a:hover{
	background:grey;
}

.quote-box{
	background:rgba(0,0,0,0.2);
	border-radius:25px;
}

.quote-box h2{
	color:grey;
}
.quote-box h3{
	text-align:right;
	color:grey;
}

.epkpic{
	width:40%;
	margin:3%;
}

.biopic{
	width:95%;
	margin:2.5%;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color:#FFEACE;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  height:100px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  cursor:pointer;
}

.hover-shadow:hover {
  opacity:0.6s;
}

.albumbox{
	background:rgba(0,0,0,0.5);
}

.albumbox ol li{
	font-family:raleway;
	color:white;
}

.cover{
	width:100%;
	padding:5%;
}

.linkbox h3{
	padding-left:2%;
}

.linkbox img{
	padding-left:2%;
	max-height:40px;
}
.linkbox p{
	padding-left:2%;
}

.menu{
	background-color:black;
}

@media only screen and (min-width: 768px){
	.menu{
		margin-left:12.5%;
		padding-top:20px;
	}
}

.menulogo{
	margin:5px;
	max-width:100px;

}

.newsbox{
	padding:2%;
	background:rgba(0,0,0,0.2);
}

.newsbox h2{
	text-align:left;
}
.newsbox h3{
	margin-bottom:1px;
	text-align:left;
}
.newsbox p, h2, h3{
	margin:10px;
}
.newsbox a{
	font-family:ostrich-sans-medium;
	font-size:20px;
	color:#FFEAAE;
    text-decoration: none;
	letter-spacing:1px;
}

.newsbox a:hover{
	text-decoration: underline;
}

.newsbox img{
	width:100%;
}

.socic{
	max-width:24px;
	margin:2.5%;
}