@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
body {
	font-family: Georgia;
	font-size: 1.6em;
	color:#ccc;
	background: url("guido-pelgrim-bg-hd.jpg") no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
	text-shadow: 3px 0px 2px rgba(0, 11, 0, 1)
}

h1,h2,h3,h4 {
	color: #feb300;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
}
h2 {
		font-size: 1.4em;
}
h3 {
		font-size: 1.2em;
}
h4 {
		font-size: 1em;
}
a {
	color: #feb300;
}
h1 a {
	color: #feb300;
}
hr {
	border-top: 1px solid #ccc;
}
a:hover{
	text-decoration: underline;
	color: #feb300;	
}
blockquote {
	color: #feb300;
	font-size: 2.4em;
	border: 0;
	padding: 10px 50px;
	
}

#wrapper {
	position:relative;
	margin: 0 auto;
	min-height: 100vh;
}
#site-bg{
	background: url("guido-pelgrim-bg-hd.jpg") no-repeat center center fixed;
	position: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: center;
	background-position-y: center;
	min-height: 100vh; 
	min-width:100vw; 
}
@media (max-width: 767px) { /*ios fix for background*/
	#site-bg{
		background-attachment: initial;
		}
}
/*bootstrap carousel*/
.carousel {
	position: absolute;
    height: 100vh;
    width: 100%;
    overflow:hidden;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.carousel-caption {
	z-index: 30;
	bottom:30%;
}
.carousel-caption a {
	font-size: 2em;
	color: #ccc;
	text-shadow: 3px 0px 2px rgba(0, 11, 0, 1);
	text-transform: uppercase;
}
.carousel-caption a:hover {
	color: #feb300;
	text-decoration: none;
}

.carousel-indicators {
    bottom: 25%;
    left: 50%;
}

.carousel-indicators li {
    border: 1px solid #ccc;
    background-color: #ccc;   
    width: 1em;
    height: 1em;     
}
.carousel-indicators .active {
    margin: 0;
    border: 1px solid #feb300;    
    background-color: #feb300;
    width: 1em;
    height: 1em;    
}
@media screen and (min-width: 1024px) {
	.carousel-caption a {
		font-size: 3em;
	}
	.carousel-caption {
		z-index: 3;
		bottom:20%;
	}
	.carousel-indicators {
    	bottom: 15%;
 	}
}

/*End bootstrap carousel*/
#header {
}
.gp-logo {
position: absolute;
left: 25vw;
top: 0;
}
.transpixel {
    width: 50vw;
    height: 130px;
}
/*Menu*/
.navbar-default {
	background: rgba(0,0,0,0.4) url("bg_header_small.png") top center no-repeat;
	border: 0;
	min-height: 130px;	
}
@media screen and (min-width: 1024px) {
	.navbar-default {
		background: rgba(0,0,0,0.4) url("bg_header.png") top center no-repeat;
	}
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.navbar-header {
	 float: none;
	 padding-left: 20px;        
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 20px;
    padding-top: 30px;
}
.navbar-toggle {
	 display: block;
	 border: 0;
}
.navbar-collapse {
	 border-top: 1px solid transparent;
	 box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
/*altijd hamburger menu*/
.navbar-collapse.collapse {
	 display: none!important;
}
.navbar-collapse.collapse.in {display: block !important; }
.navbar-nav {
	 float: none!important;
	 margin: 7.5px -15px;
}
/*eind altijd hamburger menu*/
.navbar-nav>li {
	 float: none;
}
.navbar-default .navbar-nav li a {
	 color: #ccc;
	 font-family: Georgia;
}
.navbar-default .navbar-nav > li > a {
	 padding-top: 10px;
	 padding-bottom: 10px;
	 font-size: 1.5em;
}
.dropdown-menu {
	position: relative;
	float: none;
	background: transparent !important;
}
.dropdown-menu > li > a {
	color: #ccc;
	font-size: 1.3em;
	background: transparent !important;	
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #feb300;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #feb300;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #feb300;
}
.menu-text {
	position: absolute;
	left: 40px;
	top: 5px;
}
/*End menu*/

.aside {
		text-shadow: 0px 0px 2px #000;
}
.aside h3 {
	color: #ccc;
	font-size: 3em;
	font-weight: normal;
	text-align: center;	
	text-shadow: 3px 0px 2px rgba(0, 11, 0, 1);
}
.aside xh4::before {
content: "";
}
.aside h4 {
	color: #feb300;
	font-size: 1.5em;
	font-weight: normal;	
	text-align: center;
}
@media screen and (min-width: 1024px) {

	.aside .inner {
    	position: absolute;
    	top: 50%;
    	left: 45%;
    	margin: 25vh 0 0 0;
	}
	.rotate {  
    	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
	}
	.aside h3 {	
		font-size: 5em;
    }   
   .aside h4 {
	font-size: 3em;
	}
}
.content {
	background: rgba(100,100,100,.4);
	padding: 20px;
	margin-bottom: 50px;
	min-height: 60vh;
}
.content.listitems {
	background: none;
}
.content ul {
	color: #ccc;
	padding: 0 5px;	
	list-style: none;
}
.content li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    position: relative;
    margin-right: 10px;
    top: 0px;
    color: #feb300;
}
.content li {
	text-transform: uppercase;
	padding-left: 1.75em; /*fix voor afgebroken regels, zodat ze ook inspringen */
	text-indent: -1.75em;	
}
.home .voet {
	position: fixed;
	left: 0;
	bottom: 0;
}
.voet {
	position: relative;
   background: transparent; 
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #000;	
	text-align: center;	
	width: 95vw;	 
}
.voet a {
	color: #fff;
}
.voet ul{
	list-style: none;
	text-transform: uppercase;
	padding:0;
}
.voet img {
	xxxmax-width: 125%;
}
.images .imageEntry {
    float: left;
    display: inline-block;
    padding: 0px;
}
.images img {
    max-width: 100%;
    height: auto;
    opacity: 0.6;filter: grayscale(100%);
}
.images img:hover {
    opacity: 1; filter: none;
}

.clear {
	clear:both;
}
.formulier label {
	display: block;
}
.formulier input, .formulier textarea {
	width: 95%;
	padding: 3px;
	margin: 3px;
}
.formulier input[type="radio"] {
	width: 25px;
}
.formulier input[type="submit"] {
	width: 80px;
}
.article-list-entry {
    background: rgba(100,100,100,.4);
    margin-bottom: 20px;
}
.list-image {
    padding: 20px;
}