#logo img
{
	width: 230px;
	height: 160px;
}
nav ul
{
	list-style-type: none;
	margin-top: 100px;
}
nav ul li
{
	display: inline;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
}
h1,h2,h3
{
	text-align: center;
	font-family: 'Slabo 27px', serif !important;
}
p
{
	font-family: 'Slabo 27px', serif;
}
#dates td, #dates th
{
	font-family: 'Slabo 27px', serif;
	font-size: 22px;
}
footer
{
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	background: #000000;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Slabo 27px', serif;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook, .w3l-social ul li a i.fa.fa-twitter, .w3l-social ul li a i.fa.fa-google-plus {
    height: 35px;
    width: 35px;
    background: #FFFFFF;
    line-height: 37px;
    margin-left: 3px;
    color: #383838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
#sponsors img
{
	height: 95px;
	width: 200px;
	display: inline;
	margin-right: 15px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 40px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
button
{
	height: 175px;
	width: 160px;
	border-radius: 5px;
}
table#buttons td
{
	padding: 10px 10px 10px 10px;
}
.docs ul {
	text-align: center;
	margin-bottom: 48px;
	padding-left: 0;
}
.docs ul li
{
	display: inline-block;
	margin: 0 49px; 
	position: relative;
}
.docs ul li:before{
	position: absolute;
	border: 1px solid #e74c3c;
	height: 0;
	width: 102px;
	content: "";
	top: 35%;
	left: 100px;
}

.docs ul li:last-child:before {
	display: none;
}

.docs ul li a{
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.docs ul li a i {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	border: 1px solid #e74c3c;
	font-size: 30px;
	line-height: 100px;
	color: #e74c3c;
	margin-bottom: 20px;
}
.docs ul li:hover a > i {
	background-color: #e74c3c;
	color: #fff;
}
.docs ul li:hover a {
	text-decoration: none;
}

.docs-container {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 150px;
}
#social
{
	position: absolute;
	left: 0;
	top: 30%;
	z-index:1;
	border-radius: 10px;
}
#social:hover
{
	opacity: 0.6;
	transition: 0.5s;
}
#social_links
{
	display: none;
	border: 1px solid #000000;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 2%;
	border-radius: 10px;
	height: 220px;
	font-family: Existence;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 20px;
	z-index:1;
}
#social:hover + #social_links
{
	display: block;
}
#social_links:hover
{
	display: block;
}