@import url('https://fonts.googleapis.com/css?family=Londrina+Solid:300,400|Ubuntu|Amatic+SC:400,700');

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    background-image: url("/images/shared/bg-cloud-wit.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(/images/paradijs/strand_banner_lang.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    min-height:160px
}

div#halve_uke {
    position: absolute;
    width: 100%;
    opacity: 0.3;
}
div#halve_uke img{
    width:100%;
    max-width: 400px;
}
div#roodborst{
    position: absolute;
    left:20px;
    top:10px;
    max-width:30%;
}
div#roodborst img{
    max-height: 180px;
    max-width: 100%
}


.responsive {
    width: 100%;
    height: auto;
}
.thumb{
    margin-bottom: 10px;
    text-align: center;
}
.thumb a div{
    padding-bottom: 5px;
}
.navbar {
    font-family: "Londrina Solid",sans-serif;
    font-weight: 300;
    font-size: 18px;
	margin-bottom: 0;
    margin-bottom: -60px;
	border-radius: 0;
}
.navbar .navbar>li>a {
    color: antiquewhite;
}
.navbar a{
}
.navbar a:hover{
	color: black;
}
/* Add a gray background color and some padding to the footer */
footer {
	padding: 25px;
}

#jumbotron-index{
	background-color: red;
    background-image: url('../assets/rosegarden.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Londrina Solid', cursive;
    font-weight: 300;
}
h1{    font-size: 6em;}
h2{    font-size: 4em;}
h3{    font-size: 16px;}
h4{    font-size: 14px;}


footer p{
    font-size: 0.9em;
	letter-spacing: .06em;
}
a.footer-link{
	font-family: 'amatic',Helvetica,Arial,sans-serif;
	font-size: 22px;
}
