@font-face {
  font-family: TitleStyle;
  src: url(taile.ttf);
}



body {
	margin:0;
	width:100%;
	height: 100%;
}

#wrapper {
	min-height:100%;
	position: relative;
}

header{
	background-image: url("../images/keopel.jpg");
	background-size: cover !important;
	background-position: left top;
	width: 100%;  
	border-bottom: 2px #FFFEF2 solid;
	/*height: 100vh;
	min-height: 800px;*/
}

div#h1-header{
	padding: 20px 0 0 40px;
	display: block;
	position:relative;
}

h1 {
	margin-left:auto !important;
	margin-right:auto !important;
	width:354px;
	color: white !important;
	font-size: 36px!important;
	font-family: TitleStyle!important;
	letter-spacing: 10px;
	font-weight: bold !important;
}



h1 span{
	font-size: 24px;
	float:right;
}

.navbar-right {
 margin-right: 0px !important;
}

#menu {
	margin:0;
	text-decoration: none;
	list-style-type: none;
	float: right;
}

#menu li{
	float: left;
	margin: 35px;
	font-size: 30px;
}

#menu li a{
	text-decoration: none;
	color: black;

}

.navbar {
   background-color: transparent !important;
   background: transparent !important;
   border-color: transparent !important;
}

.navbar li { 
color: #000 !important;
padding:15px 20px 15px 0px;;
/*background-color: rgba(255, 254, 242, 0.2) !important;*/
} 

.navbar li a{

font-size: 18px !important;
}

.navbar li a:hover{
color: #F5780B !important;

}

a.active{
  outline: 3px solid #dddddd;
}

#content {
	min-height: 60vh;
	min-width: 400px;
	padding-bottom: 100px;
}

#content h2{
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px; 
	text-align: center;
	/*width: 200px;*/
	font-size: 28px !important;
}

#content h2 span{
	color: #D37B17;
}

#footer{
	background-color: #655C53 !important;
	height:100px;
	width: 100% !important;
	padding-top: 30px !important;
	color: #FDFCFC !important;
	font-size: 14px !important;
}

#success_message{ 
	display: none;
}

/*fixes for little devices */
@media (max-width: 767px) {
    #infobar li{
		height: 100px!important;
	}
	#h1-container{
		top: auto !important;
	}
	header nav a{
		text-align: center;
		margin-left: 30px;
		outline: 3px solid #dddddd;
		color: white;
	}
	
	.navbar li a{
	 color: white !important;
	}
	
	header nav li{
		padding-bottom: 5px !important;
		display:block;
	}
	
	h1{
		width: auto;
	}
	
	header{
		height: auto !important;
	}
	
	a.active{
		color: #F5780B !important;
	}
	h1 {
		text-shadow: 1px 2px #aaaaaa;
	} 
}

/*fixes for little to small devices */
@media (min-width: 768px) and (max-width: 991px) {
    #infobar li{
		height: 150px!important;
	}
	#h1-container{
		top: auto !important;
	}
	h1 {
		text-shadow: 1px 2px #aaaaaa;
	} 
	.navbar li a{
	 color: black !important;
	
	}
}

/*everything bigger than previous*/
@media (min-width: 991px){
	header{
		height: 200px !important;  
	}
	.navbar li a{
	 color: black !important;
	}
	
}