
body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background: url('../images/sport.jpg') center center no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;
}

html {
     height: 100%;
    width: 100%;
}

h1, h2, h3, h4 {
    font-family: 'Lora', serif;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6)
}

p {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6)
}

a {
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6)
}

a:hover {
    color: #e8e8e8;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.6)
}

.middentekst {
    position: relative;
    top: 25%;
}

.fotorondje {
    background: rgba(0, 0, 0, 0) url("../images/frnk.jpg") no-repeat scroll center center / contain ;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6)
}