body {
	background-image: url("images/frontpage-background0.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #b9b9b9;
}

#headerBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerBar ul li {
	display: inline;
}
#headerBar #upper {
	background-color:#0D1B0E;
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 31px;
	padding-top: 2px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
}
#headerBar #upper #logo{
	position: absolute;
	left: 29px;
	top: 30px;
	z-index: 100;
	cursor: pointer;
}
#headerBar #upper #links a{
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: hsl(0,0%,90%);
	text-decoration: none;
	padding-right: 6px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,.8);
}
#headerBar #upper #links a:hover{
	color: hsl(0,100%,100%);
    text-shadow: 0 0 1px hsl(0,0%,0%), 0 0 10px hsl(60,100%,100%);
}
#facebook{
	position: relative;
	margin: 2px 10px 0 30px;
	width: 20px;
	height: 21px;
	background-image:url(images/rnl_facebook_bw.png);
	background-repeat:no-repeat;
    box-shadow: 2px 2px 2px hsla(0,0%,0%,.4);
}
#facebook:hover{
	top: -2px;
	left: -2px;
	background-image:url(images/rnl_facebook.png);
    box-shadow: 4px 4px 3px hsla(0,0%,0%,.4);
}
#instagram{
	position: relative;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 21px;
	background-image:url(images/rnl_instagram_bw.png);
	background-repeat:no-repeat;
    box-shadow: 2px 2px 2px hsla(0,0%,0%,.4);
}
#instagram:hover{
	top: -2px;
	left: -2px;
	background-image:url(images/rnl_instagram.png);
    box-shadow: 4px 4px 3px hsla(0,0%,0%,.4);
}
#twitter{
	position: relative;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 21px;
	background-image:url(images/rnl_twitter_bw.png);
	background-repeat:no-repeat;
    box-shadow: 2px 2px 2px hsla(0,0%,0%,.4);
}
#twitter:hover{
	top: -2px;
	left: -2px;
	background-image:url(images/rnl_twitter.png);
    box-shadow: 4px 4px 3px hsla(0,0%,0%,.4);
}
#tiktok{
	position: relative;
	margin: 2px 10px 0 0;
	width: 20px;
	height: 21px;
	background-image:url(images/rnl_tiktok_bw.png);
	background-repeat:no-repeat;
    box-shadow: 2px 2px 2px hsla(0,0%,0%,.4);
}
#tiktok:hover{
	top: -2px;
	left: -2px;
	background-image:url(images/rnl_tiktok.png);
    box-shadow: 4px 4px 3px hsla(0,0%,0%,.4);
}
#youtube{
	position: relative;
	margin: 2px 29px 0 0;
	width: 20px;
	height: 21px;
	background-image:url(images/rnl_youtube_bw.png);
	background-repeat:no-repeat;
    box-shadow: 2px 2px 2px hsla(0,0%,0%,.4);
}
#youtube:hover{
	top: -2px;
	left: -2px;
	background-image:url(images/rnl_youtube.png);
    box-shadow: 4px 4px 3px hsla(0,0%,0%,.4);
}
#headerBar #lower {
	position:relative;
	text-align: right;
	padding-right: 21px;
    box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
	z-index: 99;
	background: hsl(0, 100%, 100%);
}
#headerBar #lower a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: hsl(0,0%,29%);
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 42px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,.2);
}
#headerBar #lower a:hover {
	background: hsla(0,0%,30%,.15);
}
#headerLinks {
	display: flex;
	align-items: stretch;
	width: 100%;
	justify-content: space-between;
	position: relative;
	height: 42px;
}
#headerLinks div {
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-right: 4px;
	padding-left: 8px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,.8);
	width: 20%;
	border: 1px solid #0B170C;
	text-align: center;
}
#headerLinks div:hover{
	background-color: hsla(0,0%,29%,.4);
}
#headerLinks a {
	color: hsl(0,0%,0%);
	text-decoration: none;
}
#headerLinks a:hover{
	color: hsl(0,100%,100%);
    text-shadow: 0 0 1px hsl(0,0%,0%), 0 0 10px hsl(60,100%,100%);
}
#browseDropDownMenu{
	display: none;
}
#mainDropDownMenu {
	display: none;
}
.dropDownMenu {
	right: 5px;
	top: 73px;
	position: absolute;
	width: 250px;
	height: auto;
    box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
	z-index: 99;
	background: hsl(0, 100%, 100%);
}
.dropDownMenu a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: hsl(0,0%,29%);
	text-decoration: none;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 42px;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,.2);
}
.dropDownMenu a:hover {
	background: hsla(0,0%,30%,.15);
}
#footer  {

}
#footer #upper  {
	width: 100%;
	position: relative;
	top: 0px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
}
#footer #upper .footerMenu  {
	width: 24.5%;
	position: relative;
	top: 0px;
	text-align: center;
}
#footer #upper {
	background: hsla(0,91%,45%,1.00);
	padding-bottom: 20px;
}
#footer #upper a {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: hsl(0,0%,90%);
	text-decoration: none;
	padding-right: 4px;
	padding-left: 8px;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,.8);	
}
#footer #upper h1 a{
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}
#footer #lower {
	background-color: hsl(0,0%,29%);
	display: flex;
	justify-content: center;
	position: relative;
	height: 50px;
	padding-top: 20px;
	box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
}
#footer #lower a{
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: hsl(0,0%,90%);
	text-decoration: none;
	padding-right: 4px;
	padding-left: 8px;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,.8);
}
#footer #lower a:hover{
	color: hsl(0,100%,100%);
    text-shadow: 0 0 1px hsl(0,0%,0%), 0 0 10px hsl(60,100%,100%);
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer #subLower a{
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: hsl(0,100%,100%);
	text-decoration: none;
}
#footer #subLower {
	text-align:center;
	padding-top: 3px;
}

@media screen and (min-width: 1510px) {
	#headerBar {
		width: 1510px;
		margin: auto;
	}	
	#footer #upper, #footer #lower  {
		width: 1510px;
		margin: auto;
	}
}

@media screen and (min-width: 781px) {
	#fullMenu {
		display: inline;
	}
	#mobileMenu {
		display: none;
	} 
	#dropDownMenu {
		display: none;
	}
}
@media screen and (max-width: 780px) {
	#fullMenu {
		display: none;
	}
	#mobileMenu {
		display: inline;
	}
	#upperMenu {
		display: none;
	}
	#headerBar #upper #logo{
		position: absolute;
		left: 10px;
		top: 3px;
		z-index: 100;
		width: 100px;
	}
}
@media screen and (max-width: 769px) {
	#footer #upper .footerMenu  {
		width: 50%;
	}
}
@media screen and (max-width: 587px) {
	#phone  {
		display: none;
	}
}
@media screen and (max-width: 472px) {
	#footer #lower #facebook, #footer #lower #instagram, #footer #lower #twitter, #footer #lower #youtube {
		display: none;
	}
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #0D1B0E;
	font-weight: bold;
	text-align: center;
    text-shadow: 0 0 0px hsl(0,0%,0%), 2px 2px 1px hsla(0,0%,0%, .4);
	margin-top: 20px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: black;
	font-weight: bold;
	margin-top: 15px;
	text-shadow: 0 0 0px hsl(0,0%,0%), 1px 1px 0.5px hsla(0,0%,0%, .4);
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  hsl(0,0%,29%);
	font-weight: bold;
	text-align: center;
    text-shadow: 0 0 0px hsl(0,0%,0%), 1px 1px 0.5px hsla(0,0%,0%, .4);
}
.error  {
	background-color: #FCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	border: 2px solid #F00;
	text-align: center;
	font-weight: bold;
}
.highlight_yellow  {
	background-color: hsla(64,100%,50%,.35);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	border: 2px solid hsla(52,100%,50%,1.00);
	text-align: center;
	font-weight: bold;
}
.blockQuote {
	margin: 0px 10px 5px 0px;
	padding: 30px 30px 15px 30px;
	border: hsla(0,0%,0%,0.78) solid 3px;
	background: hsla(255,100%,100%,.75);
	font-style: italic;
}
.blockQuote strong {
	font-weight: bold;
}
.contactLink {
	cursor: pointer;
}
p.contactLink {
	color: blue;
}