@charset "UTF-8";
body{
	background-color:#05040f;
	
	}
.wrapper {
    width: 100%;
    height:100%;
    background-color:#05040f;
}

img {
  
    background-image: url(Splash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    
}

img2 {
    position:fixed;
    background-image: url(Splash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;   
}

/*Welcome text*/
#text {
    z-index:9999;
	display:block;
	position:fixed;   
    color:white;
    font-size:100px;
    font-weight:bold;
    margin-left: 90%;
	margin-right: auto;
	height: auto;
	width: auto;
    top:20px;	
}

/*BTNs text*/
#text2 {
	z-index: 100;
	display: block;
	position: fixed;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 95px;
	letter-spacing: 0;
	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	top: 60%;
	text-align: center;
    text-transform: none;
    
}

#text3{
	z-index: 100;
	display: block;
	position: fixed;
	color: white;
	font-family: 'Poiret One', cursive;
	font-size: 40px;
	line-height: 95px;
	letter-spacing: 0;
	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	top: 70%;
	text-align: center;
    text-transform: none;  
}

.btn-default {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
  text-transform: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-transform: none;
}

/*Mobile Setup*/
@media all and (max-width: 640px){/*iphone 4 hochformat*/

#text {
    z-index:100;
    position:fixed; 
	display:block;   
    margin-left: 38%;
	margin-right: auto;
	height: auto;
	width: 80px;
    top:140px;
	text-align: center;
    
}
#text2 {
	font-size: 36px;
    line-height: 95px;
	letter-spacing: 0;
	font-weight: 900;
	top: 50px;
    text-transform: none;
}

#text3{
	top: 270px;
    text-transform: none;	
}
}