@charset "utf-8";

html {
background : #000000;
background-size : cover;
padding : 0;
margin : 0;
}

.main {
background: #bdb7a9;
margin-left: auto; 
margin-right: auto;
text-align: center;
max-width: 1200px;
display:block;
border-radius: 25px;
}

/* For Centering such as li or headers 
html code example
<div class="float_center">
        <ul class="child">
          <li><a href="#">link 1</a></li>
          <li><a href="#">link 2</a></li>
          <li><a href="#">link 3</a></li>
        </ul>
        <div class="clear"></div>
    </div>
*/
.float_center {
float : right;
position : relative;
left : -50%;
text-align : left;
}

.float_center > .child {
position : relative;
left : 50%;
}

img, object, embed, video {
max-width : 100%;
}

.ie6 img {
width : 100%;
}

.fluid {
clear : both;
margin-left : 0;
width : 100%;
max-width : 1200px;
display : block;
}

.fluidList {
list-style : none;
list-style-image : none;
margin : 0;
padding : 0;
}

.content {
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #222332;
padding : 10px;
}

.sidebar {
background-color : rgba(103, 198, 82, 0.45);
border : #010066 dotted 1px;
}

p {
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #030f35;
font-size : 13pt;
text-align : center;
font-weight: normal;
}

h1 {
font-family : "Comic Sans MS", Arial, "Trebuchet MS", sans-serif, Serif;
color : #030f35;
font-size : 16pt;
text-align : center;
font-style : italic;
}

h2 {
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #010066;
text-transform : uppercase;
font-size : 18pt;
text-shadow : 0 1px 1px rgba(255, 255, 255, 1), 1px 2px 2px rgba(255, 255, 255, 1), 1px 2px 2px rgba(1, 0, 102, 1);
}

.img {
border : #6B6E85 solid 1px;
box-shadow : 1px 1px #82421d, 2px 2px 8px #5c2809;
}

.footer {
font-family : "Comic Sans Ms", Arial, sans-serif, Serif;
color : #ffffff;
font-size : 18px;
}

a:link {
color : #000080;
text-decoration : none;
}

a:visited {
color : #774479;
text-decoration : none;
}

a:active {
color : #A31A07;
text-decoration : none;
}

a:hover {
background-color : #ffffff;
color : #000000;
text-decoration : none;
}

a:link.menu {
color : #ffffff;
text-decoration : none;
font-size : 16px;
font-family : "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif;
font-weight : bold;
}

a:visited.menu {
color : #ffffff;
text-decoration : none;
font-size : 16px;
font-family : "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif;
font-weight : bold;
}

a:active.menu {
color : #ffffff;
text-decoration : none;
font-size : 16px;
font-family : "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif;
font-weight : bold;
}

a:hover.menu {
color : #455a82;
background : #ffffff;
text-decoration : none;
font-size : 16px;
font-family : "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif;
font-weight : bold;
}

a:link.footer {
color : #9AB4C0;
text-decoration : underline;
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:visited.footer {
color : #D6B8D8;
text-decoration : underline;
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:active.footer {
color : #970000;
text-decoration : none;
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:hover.footer {
background-color : #ffffff;
color : #000000;
text-decoration : none;
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:link.socialHeader {
color : #010066;
text-decoration : none;
}

a:visited.socialHeader {
color : #010066;
text-decoration : none;
}

a:active.socialHeader {
color : #010066;
text-decoration : none;
}

a:hover.socialHeader {
color : #67C652;
text-decoration : none;
}

#header {
margin-left : auto;
margin-right : auto;
display : block;
text-align : center;
width : 100%;
max-width : 1200px;
}

.gridContainer {
margin-left : auto;
margin-right : auto;
width : 100%;
max-width : 1200px;
clear : none;
float : none;
}

#socialHeader {
text-align : center;
vertical-align : middle;
width : 100%;
clear : both;
margin-left : 0;
}

.gridContainer.clearfix #div1 #socialHeader {
display : block;
margin-left : auto;
margin-right : auto;
text-align : center;
font-size : 22pt;
font-weight : bold;
font-family : "Franklin Gothic Medium";
color : #01006C;
background-color : #000000;
}

#headerSlides {
display : block;
margin-left : auto;
margin-right : auto;
text-align : center;
}

.zeroMargin_mobile {
margin-left : 0;
}

.hide_mobile {
display : none;
}

#headerNav {
margin-right : auto;
margin-left : auto;
display : block;
text-align : center;
max-width : 1200px;
border-bottom : none;
}

.gridContainer.clearfix {
margin-right : auto;
margin-left : auto;
display : block;
text-align : justify;
width : 90%;
max-width : 1200px;
border-bottom : none;
}

.video-container {
position : relative;
padding-bottom : 56.25%;
padding-top : 30px;
height : 0;
overflow : hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}

@media only screen and (min-width:600px) {
.gridContainer {
width : 100%;
clear : none;
float : none;
}

#logoHeader {
width : 61.8784%;
}

#socialHeader {
padding-top : 10px;
font-size : 20pt;
width : 36.464%;
margin-left : 1.6574%;
clear : none;
}

.hide_tablet {
display : none;
}

.zeroMargin_tablet {
margin-left : 0;
}

}
@media only screen and (min-width:900px) {
.gridContainer {
width : 100%;
max-width : 1000px;
padding-left : 0.5434%;
padding-right : 0.5434%;
margin : auto;
clear : none;
float : none;
}
#logoHeader {
width : 66.3003%;
}
#socialHeader {
width : 32.6007%;
padding-top : 20px;
font-size : 24pt;
clear : none;
margin-left : 1.0989%;
}
.zeroMargin_desktop {
margin-left : 0;
}
.hide_desktop {
display : none;
}
}

