@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Cassannet;
    src: url(resources/cassannet.woff);
}
a:link, a:visited {
	color: #A4C917;
}


h1, h2, h3, .nav_btn {
	font-family: Cassannet;
}
body {
	padding: 0;
	margin: 0;
	background-color: #000;
}
#sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 243px;
}
#parent {
    margin-left: 243px;
}
body,td,th {
	color: #DADADA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#main-content {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left;
	max-width: 1050px;
	padding-bottom: 25px;
}
#logo {
	background-image: url(images/logo_184.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 185px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;
}
.nav_selected a, .nav_btn a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #A4C917;
	color: #A4C917 !important;
}
.nav_btn a {
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;
	height: 33px;
	font-size: 16px;
	padding-top: 17px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_space {
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;
	height: 5px;
	display: block;
}
.covid-secure {
	padding-top: 17px;
	display: block;
	text-align: center;
	width: 100%;
}
.covid-secure img {
	width: 80%;
}
#home_img {
	background-image: url(images/background_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 402px;
	width: 100%;
}
#home_logo {
	width: 404px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#main_content {
	padding-top: 15px;
}
.text_block {
	max-width: 704px;
	padding-left: 30px;
	padding-right: 30px;
}
.text_block_right {
	max-width: 704px;
	padding-left: 303px;
	padding-right: 30px;
}
#side_img_1, #side_img_3, #side_img_4 {
	float: right;
	width: 272px;
}
#side_img_2 {
	float: left;
	width: 272px;
}
.clear_both {
	clear: both;
}
.clear_both_space {
	clear: both;
	height: 20px;
}
.more_btn {
	background-color: #A4C917;
	display: block;
	padding: 5px;
	color: #333 !important;
	text-decoration: none;
	font-family: Cassannet;
}
h1 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 48px;
	color: #A4C917;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 36px;
	color: #A4C917;
	margin-top: 0px;
	padding-top: 0px;
}
.sub_head {
	font-size: 16px;
}.green_outline {
	border: 1px solid #A4C917;
}
li {
	padding-bottom: 10px;
}

#nav_button, #order_button {
	display: none;
}

#main_menu {
  position: absolute;
  left: -999em;
}


@media only screen and (max-device-width: 480px) {
	#sidebar {
		position: relative;
		width: 100%; 
		padding-top: 160px;
	}
	#parent {
		margin-left: 0px;
	}
	#nav_button {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#order_button {
		display: block;
		position: absolute;
		top: 35px;
		right: 10px;
	}
	#order_button_a {
		background: #ffffff none repeat scroll 0 0;
		border: 1px solid #D00003;
		color: #D00003;
		outline: medium none;
		padding: 15px;
		margin: 15px;
		text-decoration: none;
		font-size: 46px;
	}
	#logo {
		display: none;
	}
	#main-content {
		padding-top: 120px;
	}
	
	.nav_toggle label {
	  display: block;
	  margin: 20px 0 0;
	}

	.hide {
	  width: 100%;
	  max-height: 99em;
	  opacity: 1;
	  height: auto;
	  overflow: hidden;
	  transition: opacity 1.5s linear, max-height 1.5s linear;
	}

	#main_menu[type="checkbox"]:checked + div {
	  opacity: 0;
	  max-height: 0;
	  border: none;
	}
	
	.nav_btn a {
		font-size: 36px;
		height: 70px;
	}
	.covid-secure img {
		width: 60%;
	}
	
}