@charset "utf-8";

html {
background: #f6f6f6;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding : 0;
margin : 0;
}

body {
background: #f6f6f6;
}

.main {
    background: transparent;
    margin-left: auto; 
    margin-right: auto;
    margin-top: none;
    text-align: center;
    width: 100%;
	  display: block;
}

.content { 
background: #f6f6f6;
font-family : "Times New Roman", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #000000;
font-weight: 700;
margin-left: auto;
margin-right: auto;
font-size: 14pt;
}

/* 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%;
}

.container {
background: #e3e3e3;
display : inline-block;
position : relative;
margin-left : auto;
margin-right : auto;
width: 100%; 
height: auto;
}

.fluid {
clear : both;
margin-left : auto;
margin-right: auto;
width : 100%;
width : 100%;
display : block;
}

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

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

p {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #000000;
font-size: 14pt;
font-weight: normal;
text-align: center;
}

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

h2 {
font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color: #ffffff;
font-size: 15pt;
text-align: center;
}

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

ul,ol,li {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #000000;
font-size: 14pt;
font-weight: normal;
text-align: left;
line-height: 25px;
list-style: disc inside;
}

.footer {
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #000000;
font-weight : normal;
font-size : 10pt;
}


.span {
font-family : "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color : #000000;
font-weight : bold;
font-size : 14pt;
} 

.button {
width: 160px; /* Adjust the width */
height: 40px; /* Adjust the height */ 
background: #6b3d06; /* Set your desired background color */ 
color: #ffffff; /* Set text color */
border: none; /* Remove border */ 
outline: none; /* Remove default focus outline */
border-radius: 30px; /* This makes the button oval */
font-size: 12pt;
font-weight: bold;
margin: 2px;
} 

.pedtable {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     width: 100%;
     font-family: arial, sans-serif;
     font-size: 12pt;
     font-weight: bold;
 }
.ped {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     padding-left: 4px;
     font-weight: normal;
     width: 33%; 
     background: #FFFFE5; 
     padding-bottom: 8px;
     border: 1px solid #000000;
 } 
 
.ped2 {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     padding-left: 4px;
     font-weight: normal;
     width: 50%;
     padding-bottom: 8px;
     vertical-align: top;
 }

a:link {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
font-size: 14pt;
color : #000080;
text-decoration : underline;
}

a:visited {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
font-size: 14pt;
color : #774479;
text-decoration : underline;
}

a:active {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
font-size: 14pt;
color : #A31A07;
text-decoration : none;
}

a:hover {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
font-size: 14pt;
background-color : #ffffff;
color : #000000;
text-decoration : underline;
}

a:link.menu {
color : #32207b;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial, sans-serif, Serif;
font-weight : bold;
}

a:visited.menu {
color : #FFFFE7;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial,  sans-serif, Serif;
font-weight : bold;
}

a:active.menu {
color : #970000;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial, sans-serif, Serif;
font-weight : bold;
}

a:hover.menu {
color : #111FDF;
background : #ffffff;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial,  sans-serif, Serif;
font-weight : bold;
}

a:link.footer {
color: #000080;
font-size: 10pt;
text-decoration : underline;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:visited.footer {
color: #774479;
font-size: 10pt;
text-decoration : underline;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

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

a:hover.footer {
background-color: #cccccc;
font-size: 10pt;
color : #970000;
text-decoration : none;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

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

.gridContainer {
margin-left : auto;
margin-right : auto;
width : 100%;
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 : #bba183;
}

#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;
width: 100%;
border-bottom : none;
}

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

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden;
border: 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

@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%;
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;
}

} 