body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
}

#TopSection {
	background: linear-gradient(180deg, #16243d 0%, #243c67 77%, #7a6957 77.1%, #877767 78%, #ffffff 78.1%);
}

h2, h3, #Footer, big {
	/* font-family: 'Roboto Slab', serif; */
}

.middle {
	width: 100%;
}
.half {
	float: left;
	width: 46%;
	margin: 1%;
	padding: 1%;
}

/* @group Header */

#Header {
	width:100%;
}

#HeaderContent {
	width: 90%;
}

#Logo {
	float: left;
	width: 50%;
	z-index: 1000;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left:25%;
}

/* @end */

/* @group TopNav */

/* Add a black background color to the top navigation */
.topnav {
	width: 98%;
	margin: 1%;
	margin-top: 5px;
    overflow: hidden;
    background: linear-gradient(180deg, #dddddd 0%, #f5f5f5 100%);
    border-radius:6px;
    box-shadow:2px 3px 5px #111111;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #16243d;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
	font-size: 0.9em;
}

.topnav a.twoline {
    padding: 6px 8px;
    text-decoration: none;
	font-size: 0.9em;
	margin-top: 0px;
	padding-top: 5px;
}

/* Add an active class to highlight the current page */
.active {
	/* background-color: #4CAF50; */
    color: #16243d;
    border-bottom: solid 2px #877766;
}

.topnav a:hover {
    color: #243c67;
    border-bottom: solid 2px #c8bd7d;
	background-color: #f5f5f5;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 0.9em; 
    border: none;
    outline: none;
    color: #243c67;
    padding: 12px 8px;
    background-color: inherit;
    font-family: inherit;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-top: 0px;
    border-bottom: solid 2px #f9f9f9;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    color: #16243d;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: #243c67;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  /* .topnav a:not(:first-child) {display: none;} */
  .topnav a:not(:first-child), .topnav .dropdown  { display: none; }
  .topnav a.icon {
    float: right;
    display: block;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {
		background:#404040;
		margin-top: 14px;
		position: relative;
	}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	margin-top:0px;
	border-bottom: solid 2px #404040;
  }
  
	.dropdown .dropbtn {
		margin: 0px;
	padding-left: 12px;
}
	.topnav.responsive a:hover {
		color: white;
		border-bottom: solid 2px #f7d71f;
	}
  .topnav.responsive a.twoline br {
    display: none;
}
  .topnav.responsive a.twoline {
	padding: 14px 12px;
}
  .topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {
		display: block;
		position: relative;
	}
	.topnav.responsive .dropdown {
		display: block;
	}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
	.dropdown-content {
	    background-color: #333333;
	}
	.dropdown-content a {
		background-color: #333333;
		padding-left: 28px;
		color: #eeeeee;
	}
	.dropdown-content a:hover {
		background-color: #555555;
		color: #ffffff;
	}
}

/* @end */

#Marketing {
	clear: both;
}

#Marketing img {
	width:90%;
	box-shadow: 3px 5px 8px #111111;
	margin-top: 0px;
	margin-left: 4.5%;
	z-index: 0;
	border:solid 6px #ffffff;
}

.decor-image {
	float: left;
	margin:1%;
	margin-left:2%;
	margin-right:2%;
	padding: 0.25%;
	border: solid 4px #ffffff;
	box-shadow: 2px 2px 4px #cccccc;
}

#Content img, #Content iframe {
	border-radius:4px;
}

h1 {
	color: #243c67;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 2px;
	padding: 4px;
}

h2 {
	color: #cd9934;
	font-size: 1.8em;
	margin: 2px;
	padding: 4px;
}

h3 {
	color: #c8bd7d;
	font-size: 1.5em;
	margin: 2px;
	padding: 4px;
}

p {
	padding: 8px;
	margin-top: 2px;
	font-size: 1em;
}

p a {
	color: #243c67;
	text-decoration: none;
}

p a:hover {
	color: #cd9934;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

.leftcontent {
	float: left;
	width: 66%;
	margin: 1%;
	margin-top: 5px;
	margin-left: 0px;
	padding: 1%;
	padding-top: 5px;
	padding-left: 0px;
}

.rightbar {
	float: right;
	width: 25%;
	margin: 1%;
	padding: 1%;
	background-color: #cd9934;
	border-radius: 6px;
	color: #ffffff;
	box-shadow:2px 3px 4px #cccccc;
	text-align: center;
}

.rightbar a {
	color: #eeeeee;
	text-decoration: none;
}

.rightbar a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.orangebox {
	
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	background-color: #d73b16;
	padding: 4px;
	padding-left: 8px;
	padding-right: 16px;
	color: #ffffff;
}
.buybutton {
	float:left;
	text-decoration:none;
	color:#ffffff;
	padding:8px;
	padding-left:16px;
	padding-right:16px;
	background: linear-gradient(180deg, #d83c16 0%, #d64b28 100%);
	font-weight:bold;
	border-radius:4px;
	margin-top:5px;
	margin-left:1px;
	box-shadow: 1px 1px 2px #cccccc;
}
.buybutton:hover {
	background: #d83c16;
	text-shadow:1px 1px 2px #000000;
	margin-top:4px;
	margin-left:0px;
	box-shadow: 2px 2px 4px #333333;
}

.bigbuybutton {
	text-decoration:none;
	color:#ffffff;
	padding:12px;
	padding-left:32px;
	padding-right:32px;
	background: linear-gradient(180deg, #d83c16 0%, #d64b28 100%);
	font-weight: bold;
	border-radius:8px;
	margin-top:10px;
	margin-left:1px;
	box-shadow: 1px 1px 2px #cccccc;
	font-size: 1.7em;
}
.bigbuybutton:hover {
	background: #d83c16;
	text-shadow:1px 1px 2px #000000;
	margin-top:9px;
	margin-left:0px;
	box-shadow: 2px 2px 4px #333333;
}

a.button {
	background:#c8bd7d; 
	padding: 8px 16px; 
	border-radius:6px;
	color:#eeeeee;
}

a.button:hover {
	background:#cd9934;
	border-radius:10px;
	transition: 1s;
	color:#ffffff;
	text-decoration: none;
}

.sponsors {
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	text-transform: capitalize;
}
.sponsors big {
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: -1px;
}

/* @group Forms */
form {
	width: 90%;
	background-color: #f3f3f3;
	padding: 5%;
}

form input, form textarea {
	border: none;
	width:90%;
	background-color: #ffffff;
	color: #333333;
	padding: 5%;
	margin-bottom: 12px;
	font-size: 0.8em;
}

form input[type=submit] {
	width: 98%;
	background-color: #c8bd7d;
	text-align: center;
}

/* @end */

#Footer {
	clear: both;
	color: #243c67;
	font-size: 1.3em;
	line-height: 1.8em;
}

.yellowbar {
	float: left;
	height: 5px;
	margin-bottom: 16px;
	border-radius:5px;
	background: #c8bd7d;
}

.graybar {
	width:100%;
	background-color: #243c67;
	background: linear-gradient(180deg, #16243d 0%, #243c67 100%);
	/* box-shadow: inset 0px 0px 8px #111111; */
	color: #ffffff;
}

.graybar a {
	color: #ffffff;
	text-decoration: none;
}

.graybar a:hover {
	color: #ffffff;
	text-decoration: underline;
}


@media only screen and (min-width:1000px) {
	.middle {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width:800px) {
	#Logo {
		float: left;
		width: 25%;
		z-index: 1000;
	}
}

@media only screen and (max-width:600px) {
	#Logo {
		float: left;
		width: 35%;
		z-index: 1000;
	}	
	.half {
		float: left;
		width: 86%;
		margin: 1% 6%;
		padding: 1%;
	}
	

	h1 {
		font-size: 1.8em;
		line-height: 1em;
	}
	
	h1 small {
		font-size: 0.75em;
		line-height: 0.8em;
	}
	
	h2 {
		font-size: 1.3em;
		line-height: 1em;
	}
	
	h3 {
		font-size: 1em;
		line-height: 1em;
	}
	p {
		font-size: 0.9em;
		padding: 5px;
	}
	.event {
		font-size: 0.7em;
		width:85%;
		margin:1.5% 5%;
		padding:1%;
	}
	
	.eventPrice {
		font-size:2em;
	}
	.bigbuybutton {
		font-size: 1.3em;
	}
	#Footer {
		font-size: 1.1em;
		line-height: 1.3em;
	}
}