body{
    font-family: 'Nunito Sans', sans-serif;
    
    background: url(../media/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.logo{
    max-height: 350px;
    margin-top: 30px;
}

.kachel{
    margin-top: 30px;
    /*background-color: rgba(0,0,0,0.4);*/
    padding-bottom: 20px;
}

h1{
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    /*margin-bottom: -18px;*/
}

.line{
    border-top: 1px solid rgba(255,255,255,0.4);
}

.thumbnail{
    border: 4px solid black;
}

.thumbnail:active{
    border: 4px solid yellow;
}

.btn-warning{
    background-color: yellow;
    color: black;
    border: 0px;
    font-weight: bold;
}

.btn-warning:hover{
    background-color: black;
    color: yellow;
}

p{
    color: white;
}

a{
    color: yellow;
}

a:hover{
    text-decoration: none;
}