@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/piepke/bg-piep-veertje.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
}

div#halve_uke{
    position: absolute;
    width:70%;
    opacity: 0.8;
    z-index: -1;
}

.responsive {
    width: 100%;
    height: auto;
}
.thumb{
    /*background-color: chocolate;*/
    margin-bottom: 10px;
    text-align: center;
}
.thumb a div{
    padding-bottom: 5px;
}

/* Add a gray background color and some padding to the footer */
footer {
	padding: 25px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Londrina Solid', cursive;
    font-weight: 300;
    letter-spacing: .6px;
}
h1{ 
    font-size: 48px;
    color: antiquewhite;
}
h2{    font-size: 28px;}
h3{    font-size: 22px;}
h4{    font-size: 18px;}

.navbar {
    font-family: "Londrina Solid",sans-serif;
    font-weight: 300;
    font-size: 18px;
	margin-bottom: 0;
    margin-bottom: 0px;
	border-radius: 0;
}

.navbar .navbar>li>a {
    color: antiquewhite;
}
.navbar a{
    color: cornsilk;
}
.navbar a:hover{
	color: black;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
a{
	color: antiquewhite;
}
.well{
	color: #630;
	background-color: beige;
}
footer p{
    font-size: 0.9em;
	letter-spacing: .06em;
}
a.footer-link{
	font-family: 'amatic',Helvetica,Arial,sans-serif;
	font-size: 22px;
}
div#home{
	display:block;
}
nav#pagenav
{
	display:none;
}

