.l-full{
	width:100%;	
}

h1{
	font-weight: 800;
	font-size:30px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	border-top: solid 2px black;
	width: 300px;
	margin:20px auto;
	line-height:27px;
}

h1 span {  
    background: #fff;  
    padding: 0 20px;  
    position: relative;  
    z-index: 5;  
    top:-15px;
}  
p{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

#header{
	
	background: url('../images/header.png') #000 bottom no-repeat;
	background-size: 100%;
	position: relative;
}#header .container{
	height:500px;
	position: relative;
}
#header .date{
	position: absolute;
	width:225px;
	height:84px;
	background:url('../images/date.png') no-repeat;
	bottom: 0px;
	right:0px;
}
#header .title{
	position: absolute;
	width:267px;
	height:225px;
	background:url('../images/title.png') no-repeat;
	bottom: 0px;
}
#header-mobile{
	display: none;
	background:#000;
	color:#CCB67C;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
#nav{
	background:#000;	
	position: relative;
	padding:10px 0;
}
#nav ul{
	position:relative;
	text-align:center;
	margin:0px;
}
#nav li{
	width:133px;
	display:inline-block;
	margin:0 20px;
}
#nav a{
	width:133px;
	height:25px;
	padding-top:10px;
	background:#414042;
	color:#fff;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	display:inline-block;
	border-radius:10px;
	margin:5px 0;
}
#nav a:hover{
	background:#6D6E71;
}
#alert{
	background:#CCB67C;
	color:#fff;
	font-weight: bold;
	padding:10px 0;
	text-align: center;
	margin-bottom: 20px;
}
.history-pics{
	text-align: center;
}
.history-pics img{
	border:8px #000 solid;
}
#history .caption{
	font-size: 10px;
	font-style: italic;
	float:right;
}
#judges .judge{
	text-align: center;
	font-weight: 800;
	margin:10px;
}
#judges{
	margin-bottom:30px;
}
.judge img{
	border:8px #000 solid;
	margin-bottom: 10px;
}
#route-content{
	background:#414042;
	color:#fff;
	padding:20px 0;
}
#map{
	width:100%;
	height:450px;
	margin-bottom: 30px;
}
iframe{
	margin-bottom: 30px;
}
.app_btns{
	text-align: center;
}
.app{
	display:inline-block;
	width:250px;
	height:50px;
	padding-top:20px;	
	text-align: center;
	color:#fff;
	font-size:32px;
	font-weight:800;
	margin:20px;
	background:#000;
	text-transform: uppercase;
	text-decoration: none;
}
.app:hover{
	color:#CCB67C;
}
#footer{
	background:#000;

}
#footer ul{
	text-align: center;
	margin:0px;
}
#footer li{
	display:inline-block;
	padding:10px 0 0px 0;
	margin-top:10px;
}
#footer a{
	color:#fff;
	text-transform: uppercase;
	margin:10px;
	font-weight: 600;
	display:inline;
	text-decoration: none;
}
#footer a:hover{
	color:#CCB67C;
}
#footer p{
	color:#888;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0px;
	
}


