html {
	background:#000 url(../images/Stefan_BG.jpg) no-repeat center top fixed; 
	min-height:100%;
	position: relative;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: 'Didact Gothic', sans-serif;
	color:#fff;
	color:rgba(255,255,255,.8); 
	font-weight: normal;
	margin: 0 0 200px; /* bottom = footer height */
}


/********************************************************/
/*                    Navigation bar                    */
/********************************************************/
.mainmenu { z-index: 999999; float: right;  padding: 30px 0 0 0;}
@media (min-width: 768px) {
	/*.mainmenu { position: fixed; }*/
	
}

.dropdown {
	float: right;
	z-index: 999999;
}

.navbar-toggle {
	position:relative;
	float:right;
	display:block;
	padding: 9px 10px;
	background: rgba(0, 0, 0, 0.2);
	background-image: none;
	border: 0 none;
	top:0px; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	outline: 0;
	opacity: 1;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
	        float: left;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.open .navbar-toggle { 
	top:-70px; 
	opacity: 0;  
}
.mainmenu .dropdown-menu {
	top: -25em;
	left: 0px;
	font-size: 16px;
	padding:0;
	float: right;
	background:none;
	border:0 none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display:block;
	opacity:0;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.mainmenu .dropdown-menu .active { 
	font-weight:bold;
}
.mainmenu .open .dropdown-menu { 
	top:2px;
	opacity:1;
}
.mainmenu .dropdown-menu a { 
	padding:10px 10px;
	margin:0;
	color:white;
	text-decoration: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:white;
	padding:10px 8px 10px 12px;
}

.dropdown-menu {
	left: -5em!important;
	background: rgba(0,0,0,0.25)!important;
}



/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section { 
	z-index: 1;
	min-height:100%;
	width: 100%; 
	overflow:auto;
	height:100%;
	/*padding-top:100px;*/
	padding-bottom:50px; 
	display:none;
	top:0;
} 
@media (min-width: 768px) {
	.section { padding-top:15px;}

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	  }

}

/* Show one of sections */
#head { 
	display: block;
}
  
.row{
	overflow: hidden; 
  }
  



/********************************************************/
/*                      Typography                      */
/********************************************************/
a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: underline; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}

.title,
.subtitle { 
	font-family: 'PT Sans', sans-serif;
	font-weight:600;	
	font-size:2em;
	letter-spacing: 5px;
	margin-bottom:15px; 
	color:#38376a; 
	line-height:1em;
}
.subtitle { 
	line-height:.9em;
	font-size:1.5em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-size:1.4em;
	font-family: 'Didact Gothic', sans-serif;
	line-height:1.3em;
	font-weight:bold;
	letter-spacing: 3px;
	margin-bottom:20px;
}

.contact {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	letter-spacing: 1px;
	
}

.text-bottom {
	bottom: 0px;
    position: absolute;
}

.text-muted {
    color: #aaa!important;
}

@media (max-width: 767px) {
	.lead { 
		font-size:1.3em;
		margin-bottom: 0px;
		padding-top: 10px;
	}
	p {
		margin-bottom: 0px;
	}
	.titleImage {
		width: 275px!important;
	}
	.tagline { 
		margin-bottom:0px!important;
		font-size: 1.0em!important;
		letter-spacing: 2px!important;
	}
}

@media (min-width: 992px) {
	.dl-horizontal dd {
		margin-left: 220px!important;
	}
	.dl-horizontal dt {
		width: 200px!important;
		white-space: normal!important;
		overflow: visible!important;
	}
	.pb-5 {
		padding-bottom: 5px;
	}
	.pb-10 {
		padding-bottom: 10px;
	}
}




/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0 none;
}
.btn:hover {
	color:#000;
}
.btn-lg { 
	padding:16px 30px;
	font-size:inherit;
}

.btn-link {
	color:rgba(255,255,255,.8);
	padding:0px 6px 0px 0px;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(0,0,0,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(0,0,0,.8);
}
.btn-primary {
	background: rgba(0,0,0,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(0,0,0,.5);
}



/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(0,0,0,.2);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.thumbnail .caption {
	color: inherit;
}



/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 
	text-decoration: none; 
}


/* Social buttons in the footer */
#social { 
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}

.titleImage {
	width: 300px;
}

.text-em {
	font-style: italic;
}

.cdImage {
	width: 250px;
}




/*Youtube*/

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	filter: brightness(75%);
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(../images/play_button_gray.png) no-repeat;
	cursor: pointer;
}






















/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}
.text-shadows .mainmenu .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover { 
	text-shadow:none;
}



/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert { 	
	color:#fff;
	color:rgba(255,255,255,.8); 
 }
.theme-invert a { 
	color:#fff;
}
.theme-invert .btn {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#fff
}
.theme-invert .navbar-toggle {
	background: rgba(0, 0, 0, 0.2);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #fff;
}
.theme-invert .mainmenu .dropdown-menu a { 
	color:#fff;
}
.theme-invert .mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.2);
	color:#fff;
}
.theme-invert .mainmenu .dropdown-menu .active, .theme-invert .mainmenu .dropdown-menu a:focus{ 
	background:rgba(0,0,0,.3)!important;
	color:#fff;
}

.theme-invert .title { 
	color:#38376a; 
}

.theme-invert .subtitle,
.theme-invert .tagline { 
	color:#fff; 
}

.theme-invert .lead {
	color:#fff;
}

.theme-invert .text-background-dimmed {
	background:rgba(0,0,0,.45)
}

.theme-invert .btn-default {
	background: rgba(0,0,0,.4);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(255,255,255,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(255,255,255,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: rgba(255,255,255,.3);
	color:#fff;
}

.theme-invert .thumbnail {
	background-color: rgba(255,255,255,.2);
}
.thumbnail .caption {
	color: inherit;
}

.modal-header {
    /*min-height: 16.43px;*/
    /*padding: 15px;*/
    border-bottom: 0px solid;
}

.modal-header h5 {
    /*min-height: 16.43px;*/
    /*padding: 15px;*/
    color: #F6E530 !important;
}

.modal-footer {
    /*padding: 15px;*/
    /*text-align: right;*/
    border-top: 0px solid;
}


/* Lightbox */
/* The Modal (background) */
.lightbox {
	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 */
  .lightbox-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
  }
  
  /* The Close Button */
  .lightbox-close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .lightbox-close:hover,
  .lightbox-close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
	display: none;
  }
  
  /* Next & previous buttons */
  .lightbox-prev,
  .lightbox-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;
  }
  
  /* Position the "next button" to the right */
  .lightbox-next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .lightbox-prev:hover,
  .lightbox-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .lightbox-numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Caption text */
  .lightbox-caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
  }
  
  img.lightbox-demo {
	opacity: 0.6;
  }
  
  .lightbox-active,
  .lightbox-demo:hover {
	opacity: 1;
  }
  
  img.lightbox-hover-shadow {
	transition: 0.3s;
  }
  
  .lightbox-hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }