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

#container {
	width: 980px;
	border-color: #000;
	border-style: solid;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-image: url(Assets/choice1enhanced2.fw.png);
}

#header {
	/* [disabled]height: 150px; */
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	font-size: 99px;
	text-align: center;
	text-shadow: 3px 3px 3px #1622A2;
	font-style: italic;
}

#sidebar {
	width: 150px;
	float: left
}


#content {
	width: 800px;
	float: left;
	padding: 13px;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bolder;
	font-size: xx-large;
	text-align: left;
	background-repeat: no-repeat;
}


#footer {
	height: 64px;
	color: #FFFFFF;
	font-size: xx-large;
	text-shadow: 2px 2px 2px #1622A2;
	font-weight: bold;
	clear: both;
}

.hidden {
	display: none;
}

#menu-icon{
	background-color:FF5A5D;
	display:none;
}
#medialinks {
	float: right;
}
#header p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}




/* a media query - conditional css */
@media only screen and (max-width: 800px) {
	
	#container {
		width: 95%
	}
	
	#content {
		float: none
		width: 90%
		padding: 5%
		border-top: solid 1px
		border-right: solid 0px
		border-bottom: solid 1px
		border-left: solid 0px
	}
	
	#footer, #header {
		border-top: solid 1px
		border-right: solid 0px
		border-bottom: solid 1px
		border-left: solid 0px
	}
	
	
	nav{
		display: none
	}
	
	#menu-icon{
		display: block
	}
	
}


/*a media query - conditional CSS*/
@media only screen and (min-width: 800px){

	nav{

		display: block !important;
	font-size: x-large;
	text-shadow: 1px 0px;
	text-shadow: 1px 1px 1px #FFFFFF;
	}
ul li a {
	text-decoration: none;
}

	
}
		
		

	
	#sidebar {
		float: none
		width: 100%
		border-top: solid 1px
		border-right: solid 0px
		border-bottom: solid 1px
		border-left: solid 0px
		
	}
