body {
   	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18pt;
	background: url(../Images/BackgroundImage.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-default {
    background-color: transparent;
	border-color: transparent;
}

.nav.navbar-nav li a {
    color: rgb(252,251,198);
}

.nav.navbar-nav li a:hover {
	color:rgb(0, 65, 54);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:rgb(0, 65, 54);
	background-color: transparent;
}

.flag{
	height: 20px;
	width: auto;
}

.fixedAlles{
	position:absolute;
	bottom:0;
}

.redBackground{
	background-color: rgb(172,32,55);
}

.name{
	color: rgb(252,251,198);
	font-size:60px;
}
.text{
	color: rgb(252,251,198);
	padding-top: 10px;
	font-size: 12pt;
}

img { 
   
}

.logo{
	border:5px solid white;
	margin:10px 25px 40px;
	position:fixed;
	bottom: 0;
	height:auto;
	width:300px;
	max-width:20%;
}

#fst_nav *{
	z-index:3;
}
#sec_nav *{
	z-index:1;
}

@media screen and (min-width: 600px){
	.text{
		font-size: 2vw;
	}
}