
/*gewone body*/
html
{
	position: relative;
  	min-height: 100%;
}
body
{
  background: url('/background/cloud.jpg');
  background-position:bottom;
  background-repeat:no-repeat;
  background-size:100%;
  /*background-size:cover;*/
  background-color:#9FD4FE;
  padding-top: 70px;
  min-height:100%;
}
.container, .container-fluid
{
	position:relative;
}

.panel .panel-heading
{
	background: none;
}
.container-fluid
{
	padding-left:0px;
	padding-right:0px;
}
.navbar.navbar-default.navbar-fixed-top
{
	background-color: white;
	height:auto;
	margin-bottom: 0px;
}

ul.nav.navbar-nav
{
	padding-top:36px;
}


ul.nav.navbar-nav a:hover, .activeMenuItem
{
	border-bottom:4px solid #bdc17c;
	color: #bdc17c !important;
	/*background-color:none;*/
}

.navbar-brand
{
	height: auto;
}

.menucontainer
{
	background-color:white;
}


.carousel-inner .item
{
	width: 100%;
	height:400px;
	
}

.carousel-inner .item > *
{
	width: auto;
	height:100%;
	background-size:cover !important;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
}

.panel
{
	border:0px;
}
.panel-heading .panel-title
{
	font-size: 28px;
}


#content
{
	padding-left: 15px;
	padding-top: 5px;
	margin: 0 0px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: 1px solid #bdc17c;
	border-left: 5px solid #bdc17c;
	min-height:300px;
}

.btn
{
	border-color:#bdc17c;
	background-color:#bdc17c;
	color: white;
}

img
{
	max-height: 700px; 
	max-width: 450px;
}

.btn:hover
{
	background-color:white;
	color:#bdc17c;
}

#content a
{
	color: #bdc17c;
}

#info
{
	align:left;
	background:url('/background/blackgrey3.jpg');
	border: 0px;
	border-top: 5px solid #bdc17c;
	width: 100%;
	color:white;
	text-decoration: none;
	position: absolute;
  	bottom: 0;
	/* Set the fixed height of the footer here */
 	height: 250px;
}

#info .panel
{
	border:0px;
	
}
#info a
{
	color:white;
}

#info a:hover
{
	color:#bdc17c;
	text-decoration:none;
}

#info .panel-heading
{
	font-family: Lucida Console;
	font-size: 23px;
	border: 0px solid white;
	color: white;
}

#info .panel-body
{
	border-left: 5px solid #bdc17c;
}


nav.shrink a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 13px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

nav.resize img
{
	width: 100px;
	height: 40px;
}

nav.resize ul.nav.navbar-nav
{
	padding-top:16px;
}

.footerpusher
{
	position:relative;
	padding-bottom:350px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow:hidden;
  /* Set the fixed height of the footer here */
}

.uitslag {
	top: 25px;
}

.btn-primary a {
	color: #FFFFFF !important;
}

.btn-primary{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
	border-radius: 0px;
}



@media only screen and (max-width : 1200px){
 .container-fluid > carousel, #carousel-example-generic, .carousel slide
	{
		margin-top: 30px;
		height: 300px;
	}
	.carousel-inner, .carousel-inner .item 
	{
		height: 300px;	
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
	#info
	{
		height:650px;
	}
	.footerpusher
	{
		padding-bottom:650px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
   .container-fluid > carousel, #carousel-example-generic, .carousel slide
	{
		margin-top: 30px;
		height: 200px;
	}
	.carousel-inner, .carousel-inner .item 
	{
		height: 200px;	
	}

	.uitslag {
		top: -40px
	}
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	.container-fluid > carousel, #carousel-example-generic, .carousel slide
	{
		padding-top: 30px;
		height: 60px;
	}
	.carousel-inner, .carousel-inner .item 
	{
		height: 60px;	
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}
