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

body {
	color:#fff;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	background-color:#630;
	
    background-image: url(/images/shared/bg-color-fruit.jpg);
	/*
    background-image: url(/images/shared/bg-xmas-blur.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:100%;
}
div#halve_uke img{
    width:100%;
}


div#main-menu {
    text-shadow: 2px 2px 8px #000;
	font-family: 'Amatic','Share', cursive;
    font-size: 18px;
	margin-top: -33px;
}

div.rijtje {
    margin-top: 10px;
    margin-bottom: 24px;
}

img.fullwidth{
    width:100%;
}


a {
    color: lightskyblue;
	font-weight: 300;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1{
    font-family: 'Mountains of Christmas', cursive;
    font-size: 4em;
    font-weight: 300;
    letter-spacing: 2px;
}

h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: 'Londrina Solid', cursive;
    font-weight: 300;
    letter-spacing: 2px;
}
h2{
	font-size: 2.5em;
}
h3{
	padding-top:10px;
}

.centered{
	text-align:center;
}