#headerBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerBar ul li {
	display: inline;
}
#headerBar #upper {
	background-color: hsl(0,0%,29%);
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 31px;
	padding-top: 2px;
}
#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: 4px;
	padding-left: 8px;
    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: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	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 #4A4A4A;
	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%);
}
#dropDownMenu {
	position: absolute;
	width: 250px;
	height: auto;
	top: 75px;
	right: 0px;
    box-shadow: 5px 5px 5px hsla(0,0%,0%,.4);
	z-index: 99;
	background: hsl(0, 100%, 100%);
	display: none;
}
#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;
}
#footer #upper .footerMenu  {
	width: 24.5%;
	position: relative;
	top: 0px;
	text-align: center;
}
#footer #upper {
	background: hsl(216, 71%, 22.5%);
	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;
}
#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,0%,0%);
	text-decoration: none;
}
#footer #subLower {
	text-align:center;
}


@media screen and (min-width: 1510px) {
	#headerBar {
		width: 1510px;
		margin: auto;
	}	
	#footer #upper, #footer #lower  {
		width: 1510px;
		margin: auto;
	}
}
@media screen and (max-width: 1168px) {
	#raftingNL {
		display: none;
	}
}
@media screen and (min-width: 1137px) {
	#fullMenu {
		display: inline;
	}
	#mobileMenu {
		display: none;
	} 
	#dropDownMenu {
		display: none;
	}
}
@media screen and (max-width: 1136px) {
	#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:  hsl(0,0%,29%);
	font-weight: bold;
	text-align: center;
    text-shadow: 0 0 0px hsl(0,0%,0%), 2px 2px 1px hsla(0,0%,0%, .4);
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #113162;
	font-weight: bold;
	margin-top: 15px;
    text-shadow: 0 0 0px hsl(0,0%,0%), 1px 1px 0.5px hsla(0,0%,0%, .4);
}
