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

body{
    font-family: 'Ubuntu', sans-serif;
    background-image: url("/images/shared/bg-sunny-fruit-pastel.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
    font-size: 1.1em;
}
div#mainmenu {
    text-shadow: 2px 2px 8px #000;
    font-family: 'Amatic', cursive;
    font-size: 18px;
}
div#halve_uke {
    position: absolute;
    width: 100%;
    opacity: 0.5;
}
div#halve_uke img{
    width:100%;
    max-width: 800px;
}

.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;
}

#jumbotron-index{
	background-color: red;
    background-image: url('../assets/rosegarden.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
}
#jumbotron-index h1{
    font-family: 'Bowlby One SC', cursive;
    color: bisque;
}
#jumbotron-index p{
    color: white;
}
.kopje{
    font-family: 'Bowlby One SC', cursive;
	font-size:1.8em;
}
.btn-aanmeld{
    font-family: 'Bowlby One SC', cursive;
	margin-top:7px;
	margin-bottom:10px;
	letter-spacing: 0.05em;
}
.amatic{
	font-family: "Amatic";
	font-size:1.2em;
}
.groter{
	font-size:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Londrina Solid', cursive;
}
h1{    font-size: 2.2em;;}
h2{    font-size: 1.9em;}
h3{    font-size: 1.5em;}
h4{    font-size: 1.3em;}
h1.title,h2.title{
    color:firebrick;
}
.navbar {
    font-family: "Londrina Solid",sans-serif;
    font-weight: 300;
    font-size: 18px;
	margin-bottom: 0;
    margin-bottom: 20px;
	border-radius: 0;
}
.navbar .navbar>li>a {
    color: antiquewhite;
}
.navbar a{
    color: cornsilk;
}
.navbar a:hover{
	color: black;
}
a{
	color: blue;
}

a.menu{
    color:black;
}
a.menu:hover{
    color:white;
}

.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,
div#prive,
div#werk,
div#school,
div#festival,
div#contact
{
	display:none;
}
.nieuws-item{
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px darkgreen;
    margin-bottom: 40px;
    padding: 20px;
}
.nieuws-item a{
    color: dodgerblue;
}
.dropdown-menu.show {
    display: block;
    background-color: MEDIUMSEAGREEN;
}
.chapter{
    font-size: 4em;
    color: bisque;
}
table{
    /*box-shadow: 0px 0px 150px black;*/
    background-color:#fff;
    border-radius:5px;
    width:100%;
}
td{
    padding:20px;    
}
button{
    border-radius: 5px;
    border-width: 0px;
}