body {
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	background-color: #5a5858;
	margin: 0px;
}

#main {
	position: absolute;
	margin-top: 190px;
	width:100%;
}
#main_top {
	margin: 0px;
}
.above_nav {
	display: block;
	background-color: #073884;
	height: 50px;
	width: 100%;
	position: absolute; /* If you put fixed here it would drive around with scroll */
	margin-top: 120px;
}
#hamburger-input{
	display: none;
}

#hamburger-menu {
	position: relative;
	left: 20px;
	width: 50px;
	height: 50px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, Sans-Serif;
	border: none;

	/*
	 * The white stripes in the hamburger button
	 */
	background: linear-gradient(
			to bottom,
			#003d80 0%, #003d80 15%,
			white 15%, white 25%,
			#003d80 25%, #003d80 45%,
			white 45%, white 55%,
			#003d80 55%, #003d80 75%,
			white 75%, white 85%,
			#003d80 85%, #003d80 100%
	);

	z-index:5;
}

#hamburger-menu #sidebar-menu {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: -450px;
	width: 30%;
	max-width: 30%;
	min-width: fit-content;
	height: fit-content;
	color: white;
	background-color: #003d80;

	transition: 0.5s;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 0px 0px 40px 0px;
}

#hamburger-menu h3 {
	color: white;
	font-size: 2.2rem;
}

#hamburger-menu ul {
	padding-left: 2rem;
}

#hamburger-menu li {
	list-style-type: none;
	line-height: 3rem;
	font-weight: bold;
	font-size: x-large;
}

#hamburger-menu a {
	color: white;
	text-decoration: none;
}
#hamburger-menu a:hover {
	color: #00fe3d;
}

#hamburger-input:checked + #hamburger-menu #sidebar-menu {
	visibility: visible;
	left: 0;
}
#hamburger-input:checked ~ .overlay {
	visibility: visible;
	opacity: 0.4;
}

.sitenav {
	display:none;
}

.expand {
	display: block !important;
}

#main-menu ul {
	display: block;
	margin-left: 0px; /* 100px was when you get more items in menu */
	background-color: #003d80;
	list-style-type: none;
	/*justify-content: space-evenly;*/
	height: initial;
	overflow: hidden;
	position:absolute;
	margin-top: 120px;
	margin-bottom: 0px;
	margin-left: 68px;
	padding-left: 0px;

	font-family: Tahoma, Geneva, Sans-Serif;
	font-weight: bold;
	font-size: x-large;
	z-index: 10;
}
#main-menu li {
	width: auto;
	font-size: x-large;
	font-weight: bold;
	background: none repeat scroll 0% 0% transparent;
	color: white;
	word-wrap: break-word;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom:10px;
	margin-right:10px;
	padding: 0px;
	outline: 0px none;
}
#main-menu a {
	text-decoration: none;
	color: white;
}
#main-menu a:hover {
	color: #00fe3d;
}
li.dropdown {
	display: inline-block;
	cursor: default;
}
li.dropdown:hover {
	cursor: default;
}
.dropdown-content-individuals {
	display: none; /*Because of our special IOS child this is not possible */
	position: relative;
	height: 40px;
	padding-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.dropdown-content-individuals a {
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
.dropdown:hover .dropdown-content-individuals {
	/*    cursor: pointer;
	display: block;*/
}
.dropdown-content {
	display: none; /*Because of our special IOS child this is not possible */
	position: absolute;
	height: 40px;
	padding-top: 5px;
}
.dropdown-content a {
	text-decoration: none;
	margin-right: 10px;
}
.dropdown:hover .dropdown-content {
	cursor: pointer;
	display: block;
}

#logo {
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color: #073884;
	background-image: url("/static/images/top_banner.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:100%;
	height: 120px;
	z-index: -2;
}
#social_blank {
	display: none;
}
#social_fb {
	position: relative;
	display: block;
	float: right;
	margin-top:0px;
	margin-left: 0px;
	width: 56px;
	height:55px;
	background-image: url("/static/images/fb_logo.webp");
	background-repeat:no-repeat;
	background-size: contain;
	text-decoration: none;
	z-index: 1;
}
#social_twitter {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	width:40px;
	height:40px;
	background-image: url("../images/twitter.webp");
	background-repeat: none;
	background-size: contain;
	text-decoration: none;
}
.maintitle {
	display: none;
}
.maintitle_text h1 {
	font-family: 'Ubunutu',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 50px;
	color: white;
	text-align: right;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	float: left;
	display: inline;
	text-shadow: 	1px  1px 2px #003D80,
			1px -1px 2px #003D80,
			-1px  1px 2px #003D80,
			-1px -1px 2px #003D80;
}
h1#menu_title {
	margin-bottom: 5px;
	margin-top: 35px;
	font-weight: normal;
	font-size: 25px;
}
h1#menu_title a {
	color: white;
	text-decoration: none;
}
h1#menu_title a:hover {
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FAB0B0;
}
#home_sponsor_list {
	text-align:center;
}
.fb-like-box {
	margin-top: 120px;
	float: left;
}
#rules {
	display: block;
	margin-top: 0px;
	color: white;
	text-align: justify;
}

h1 a {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	cursor: pointer;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D80;
}

h1#results_gender:hover {
	cursor: pointer;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D80;

}

p {
	text-align: justify;
}
p a {
	color: white;
	text-decoration: none;
}

p a:hover {
	cursor: pointer;
	font-weight: bold;
}

img#profile {
	border-radius: 150px;
}

