body {
position: absolute; 
text-align: center;
background-color: #FFFFFF;
background-image: url(images/dirt_background.jpg);
background-repeat: repeat;
background-position: center;
margin: 0px;
height: 100%; 
width: 100%;
}
#wrapper { 
display: block; 
border: none; 
width: 100%; 
margin: 0px auto; 
}
#header { 
position: relative;
width: 100%;
border: none;
min-height: 365px;
background-position: center top;
background-repeat: no-repeat;
}
#subHeader {
position: relative;
width: 1200px;
margin: auto;
}
#headerImage{
top: 28px;
max-height: 200px;
max-width: 1200px;
width: 1200px;
height: 200px;
position: relative;
}
#logo {
position: absolute;
padding: 0;
margin: 0;
}
#scouting-logo {
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 120px;
left: 95px;
margin: 0;
position: absolute;
top: 70px;
width: 238px;
z-index: 1;
/*background-image: url(images/logo_scouting.png);*/
}
#mainMenu {
width: 1200px;
margin-top: 28px;
margin-right: auto;
margin-left: auto;
}
.hamburger {
display: none;
}
#mainMenu div{
background-color: white;
width: 1200px;
height: 52px;
margin-right: auto;
margin-left: auto;
text-align:left;
}
.menu {
height:inherit;
}
#mainMenu ul {
height: inherit;
position: relative;
margin: 0; padding: 0; 
list-style-type: none; 
list-style-image: none;
z-index: 10;
}
#mainMenu ul li {
display: inline;
float: left;
text-align: center;
position: relative;
height: inherit;
background: #FFFFFF;
transition: color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
#mainMenu ul li a {
min-height: inherit;
float: left;
text-decoration:none;
text-align: center;
font-size: 13px;
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-weight: 900;
padding: 12px; 
color: #1A368D;
min-width: inherit;
}
#mainMenu li.current_page_item {
background-color: #FC0219;
}
#mainMenu li.current_page_item > a {
color: #FFFFFF;
}
#mainMenu li.current_page_ancestor {
background-color: #FC0219;
}
#mainMenu li.current_page_ancestor > a {
color: #FFFFFF;
}
#mainMenu li.menu-item-has-children > a::after {
font-family: FontAwesome;
content: "\f0d7";
margin-left: 5px;
}
#mainMenu ul li:hover {
background: #3399cc;
color: #FFFFFF;
}
#mainMenu ul li:hover > a{
color: #FFFFFF;
}
#mainMenu ul li:hover > ul , li{
display: block;
}
#mainMenu ul.sub-menu{
display: none;
position: absolute;
min-width: 180px;
top: 52px;
z-index: 10;
background-color: #F1F0E2;
border-top: 0;
height: initial;
padding-top: 5px;
padding-bottom: 5px;
}
#mainMenu ul.sub-menu li{
width: 170px;
background-color: #F1F0E2; 
height: initial;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 1px;
}
#mainMenu ul.sub-menu li a{
width: 144px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 14px;
padding: 12px;
color: #1A368D;
border: 1px solid;
border-color: rgba(0, 0, 0, 0);
transition: color 0.2s ease-out;
}
#mainMenu ul li ul li:hover{
background-color: #F1F0E2;
border: 1px black;
}
#mainMenu ul li ul li:hover >a {
color: #3399cc;
border: 1px solid;
border-color: rgba(0, 0, 0, 0);
box-shadow:1px 1px 1px 1px #cbcbcb;
}
#mainMenu ul li ul li:hover ul {
display: block;
box-shadow:2px 1px 1px 1px #cbcbcb;
}
#mainMenu ul.sub-menu li.current-page-item {
background-color: #F1F0E2 !important;
color: #1A368D !important;
}
#mainMenu ul.sub-menu li ul{
padding-top: 5px;
padding-bottom: 5px;
top: 0px;
left: 175px;
display: none;
transition: display 0.2s ease-out;
}
#mainMenu ul.sub-menu li.menu-item-has-children > a::after {
margin-top: -7px;
font-family: FontAwesome;
content: " \f0da";
font-size: 11px;
margin-left: 2px;
}
#mainMenu ul li ul li ul li.menu-item-has-children ul {
display: none;
}
#mainMenu ul li ul li ul li.menu-item-has-children:hover ul {
display: block;
}
#main {
width: 1150px;
margin-left: auto;
margin-right: auto;
}
#main h1 {
text-align: left;
}
#content {
width: 100%;
padding: 15; 
border: none; 
float: left;
list-style-type: disc;
}
#content h1, h2 {
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-weight: 900;
font-size: 20px;
color: #31a529;
}
#content h3 {
color: #1A368D;
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-weight: 900;
font-size: 16px;
}
#content h4 {
color: #434343;
font-size: 14px;
}
#content h5 {
color: #3399CC;
font-size: 110%;
}
#content h6 {
font-size: 12px;
line-height: 20px;
} 
#content p {
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
font-family: Roboto, 'Helvetica Neue', sans-serif; 
}
#content ul li{
display: list-item;
list-style-type: disc;
list-style-position: outside;
font-family: Roboto, 'Helvetica Neue', sans-serif; 
color: rgba(0, 0, 0, 0.8);
}
#content ol li{
display: list-item;
list-style-type: decimal;
list-style-position: outside;
font-family: Roboto, 'Helvetica Neue', sans-serif;
color: rgba(0, 0, 0, 0.8);
}
#content img.alignright {
float: right;
}
#content img.alignleft {
float: left;
}
#content img.aligncenter {
margin-left: auto;
margin-right: auto;
}
#cff {
background-color: #FFFFFF;
float: left;
}
#delimiter { 
clear: both; 
}
#footer { 
width: 100%;
border: none;
min-height: 149px;
background-position: center top;
background-repeat: no-repeat;
}
#footer-items {
display: flex;
position: relative;
top: 50px;
width: 1200px;
margin-right: auto;
margin-left: auto;
}
#external-links ul {
margin: 0px;
padding-left: 20px;
padding-right: 20px;
}
#external-links ul li {
width: 50px;
height: 40px;
display: inline;
float: left;
}
#external-links a {
width: 50px;
height: 40px;
display: block;
background-position: center;
}
#external-links em {
color: transparent;
}
.wagggs {
background-image: url(images/wagggs.png);
background-repeat: no-repeat;
}
.scouting {
background-image: url(images/scouting.png);
background-repeat: no-repeat;
}
.scout {
background-image: url(images/scout.png);
background-repeat: no-repeat;
}
.wagggs:hover {
background-image: url(images/hover-wagggs.png);
}
.scouting:hover {
background-image: url(images/hover-scouting.png);
}
.scout:hover {
background-image: url(images/hover-scout.png);
}
#footer-text{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
text-align: left;
}
#footer-text p{
width: initial;
} 
#footer-links {
right: 10px;
position: absolute;
}
#footer-links h2 {
color: #ffffff;
font-size: 14px;
line-height: 20px;
}
#footer-links a {
color: #FFFFFF;
text-decoration: none;
float: left;
font-size: 17pt;
padding-left: 10px;
padding-right: 10px;
}
#footer-links a:hover {
color: yellow;
}
.white-link {
color: #FFFFFF;
}
.white-link:hover {
color: yellow;
}
.facebook-icon:before {
font-family: FontAwesome;
content: "\f082";
}
.instagram-icon:before {
font-family: FontAwesome;
content: "\f16d";
}
.twitter-icon:before {
font-family: FontAwesome;
content: "\f099";
}
.linkedin-icon:before {
font-family: FontAwesome;
content: "\f08c";
}
.googleplus-icon:before {
font-family: FontAwesome;
content: "\f0d4";
}
.youtube-icon:before {
font-family: FontAwesome;
content: "\f16a";
}
.title { 
font-size: 11pt; 
font-family: verdana; 
font-weight: bold; 
}
@media only screen and (max-width: 1200px) {
#header {
width: 100%;
}
#subHeader {
width: 100%;
}
#scouting-logo {
top: 40px;
}
#headerImage {
width: 100%;
}
#mainMenu {
width: 100%;
}
#mainMenu div {
width: 100%;
}
#main {
width: 90%;
}
#content {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px !important;
}
#footer-items {
width: 100%;
}
#footer-links {
top: 15px;
}
}
@media only screen and (max-width: 800px){
#headerImage {
background-position: -100px 0px;
}
#scouting-logo{
max-height: 100px
}
#content {
}
}
@media only screen and (max-width: 450px){
#headerImage {
position: absolute;
top: 65px;
background-position: -350px 0px;
}
#logo {
position: relative;
float: right;
}
#scouting-logo {
top: 101px;
right: 100px;
left: -130px;
width: initial;
height: initial;
min-width: 100px;
min-height: 100px;
}
.hamburger{
display: block;
font-family: FontAwesome;
background:none;
position:absolute;
top:0px;
right:0;
color:#999;
border:0;
font-size: 25pt;
line-height:55px;
font-weight:bold;
cursor:pointer;
outline:none;
z-index:10000000000000;
padding: 1px, 6px;
}
#mainMenu {
position: absolute;
margin-left: initial;
width: 45px;
transition: width 0.2s;
margin-top: 0px;
}
#mainMenu div {
width: inherit;
margin-left: initial;
margin-right: initial;
}
.menu {
display: none;
}
#mainMenu ul li {
float: initial;
min-height: 52px;
display: block;
}
#mainMenu ul li a {
min-height: initial;
}
#mainMenu ul.sub-menu li ul {
top: 52px;
left: 0px;
}
#mainMenu ul.sub-menu li.menu-item-has-children > a::after {
content: "\f0d7";
}
#footer-items {
top: 20px;
}
#external-links ul li{
display: block;
float: initial;
}
#footer-links {
right: initial;
left: 90px;
top: 50px;
}
}
