/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: LeagueGothicRegular,"Arial Narrow",sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	color: white;
	display: none;
	white-space: nowrap;
	top: 22%;
	background-color: #0b0b0b;
	position: absolute;
	left: 1%;
}

.show-menu img {
	display: inline !important;
}
/* menu background
	background: #020306 url(../images/top_nav_button_gradient_2020a.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
*/
div.menu_wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	padding-left: 2%;
	padding-right: 2%;
	}

div.menu>div>a:hover {
	color: #f2ecc8 !important;
	background: linear-gradient(#f2ecc8 0% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

div.menu>div a {
		color: #f5901f;
		width: 100%;
		height: 100%;
		text-decoration: none;
		font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
		font-size: 23px;
		font-weight: normal !important;
		height: 34px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 12px;
		padding-right: 12px;
}

/*
div.menu>div a {
		background: linear-gradient(#f5901f 0%, #f48721 25%, #f26a26 50%, #f26029 62%, #f1592a 75% 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
*/


div.menu_half {
	width: 40.86%;
	height: 10.29%;
	padding: 0;
	position: absolute;
	top: 72.86%;
}

div.menu_left {
	left: 0;
}

div.menu_right {
	right: 0;
}

/*
Linear gradient for nav link text
div.menu>div a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(bottom, #f5901f, #f26d26, #f15929); /* For Safari 5.1 to 6.0 */
}
  background: -o-linear-gradient(bottom, #f5901f, #f26d26, #f15929); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, , #f5901f, #f26d26, #f15929); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, , #f5901f, #f26d26, #f15929); /* Standard syntax */
*/

div.menu>div>div a:hover {
	background: url(../images/top_nav_button_gradient-hover.png);
	}

div.button_side {
	width: 2px;
	height: 100%;
	background: url( ../images/thin_button_separator2.png ) 100% 100%;
}


/*Hide checkbox*/
input#show-menu{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input#show-menu:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

#top_nav_box {
	display: block;
}

img.fit_with_sidebar {
	max-width: 70%;
}

#bottom_nav_box {
	display: none;
	}

@media screen and (max-width : 500px)
	{
	#top_nav_box {
		display: none;
	}
	#bottom_nav_box {
		display: block;
		width: 100%;
	}
	img.fit_with_sidebar {
	max-width: %90;
}
}


@media screen and (max-width : 768px){
	/*Display 'show menu' label*/
	.show-menu {
		display: block;
		z-index: 10000;
	}

	div.main_navigation {
	display: block;
	width: 100%;
	position: absolute;
	top: 35%;
	left: 6px;
	overflow-y: visible;
	}
	
	div.menu {
		overflow-y: visible;
		position: absolute;
		top: 100%;
		left: -6px;
		width: 100%;
		display: table;
		z-index: 10001;
		background-color: #222222;
	}
	
	div.menu_half {
		height: auto;
		position: relative;
	}


	div.menu_left {
		left: 2%;
		position: relative;
	}

	div.menu_right {
		right: auto;
		left: 2%;
		position: relative;
	}

	div.main_navigation>div>div {
		display: block;
		text-align: left;
		width: 100%;
		background-color: #0b0b0b;
		position: relative;
		display: block;
	}

	div.main_navigation>div {
		display: none;
	}

	div.button_side {
		display: none !important;
	}

	div.menu_wrapper {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		}
}

@media screen and (max-width : 950px)
	{
	div.wide_content #top_nav_box {
		display: none;
	}
	div.wide_content #bottom_nav_box {
		display: block;
		width: 35%;
	}

	div.menu>div a {
	font-size: 21px;
	}
}

@media screen and (max-width : 900px)
	{
	div.menu>div a {
	font-size: 20px;
	}
}

@media screen and (max-width : 852px)
	{
	div.menu>div a {
	font-size: 18px;
	}
}


@media screen and (max-width : 795px)
	{
	div.menu>div a {
	font-size: 17px;
	}
}

/* font size for mobile menu */
@media screen and (max-width : 765px)
	{
	div.menu>div a {
		font-size: 21px;
	}
}

div.nav_box {
	float: right;
	width: 250px;
	background: url( ../images/nav_button_background_yellow.jpg ) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
	}

div.nav_box a {
  display: block;
  box-sizing: border-box;
  margin: 1em auto;
  padding: 8px;
  width: 80%;
  max-width: 200px;
  /*
  background: #fff; 
  background: rgba(255, 255, 255, 0.8);
  */
  background: #605b27 url( ../images/big_button_gradient.png );
  background-size: auto 100%;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal !important;
}
div.nav_box a hover,
div.nav_box a:focus,
div.nav_box a:active {
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}
div.nav_box a:focus {
  outline: none;
}

div.nav_box a {
  border: 1px solid #fff;
}


div.home_nav_box {
	padding-top: 60px;
	width: 100%;
	background: url( ../images/nav_button_background_yellow.jpg ) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow: visible;
  line-height: 150px;
	padding-bottom: 50px;
	}

div.home_nav_box a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 120px;
  color: #f78f1e;
  /*
  background: #fff;
  background: rgba(8, 8, 8, 0.5);
  */
  background: #605b27 url( ../images/big_button_gradient.png );
  background-size: auto 100%;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 28px;
  line-height: 120px;
  overflow: visible;
  text-transform: uppercase;
  box-shadow: 
  0 4px 8px #fff,
  0 -4px 4px #666,
  inset 0 -4px 4px rgba(0,0,0,0.5),
  inset 0 4px 4px rgba(255,255,255,0.8);
}
div.home_nav_box  a:hover,
div.home_nav_box  a:focus,
div.home_nav_box  a:active {
  background: #4b4720 !important;
  color: #f78f1e;
  transition: all 0.5s ease-in;
}
div.home_nav_box a:focus {
  outline: none;
}

div.home_nav_box a {
  border: 1px solid #fff;
}

div.home_nav_box div.responsive_table > div > div {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	padding: 0 1em;
}

div.responsive_table {
	display: table;
	width: 100%;
}

div.responsive_table > div {
	display: table-row;
}

div.responsive_table > div > div {
	display: table-cell;
}

/* Stack home page nav box links for small screens */
@media screen and (max-width : 768px){
	
	div.home_nav_box {
		width: 100%;
		padding-top: 15px;
	}
	
	div.responsive_table {
		display: block !important;
		width: 100%;
	}

	div.responsive_table > div {
		display: block !important;
		width: 100%;
	}
	div.responsive_table > div > div {
		display: block !important;
		padding: 0;
		width: 100% !important;
		padding: 0 !important;
	}

	div.home_nav_box a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media print {
	#menu {
		display: none;
	}
}