@charset "utf-8";

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

.main {
background : f9f1dc;
margin-left : auto;
margin-right : auto;
text-align : center;
display : block;
color : #f1f1fe;
} 

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

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

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

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

#mainContent {
max-width : 90%;
display : block;
margin-left : auto;
margin-right : auto;
color : #493d1c;
}

.content { 
max-width : 90%;
display : block;
margin-left : auto;
margin-right : auto;
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #493d1c;
}

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

p {
font-family : Open Sans, "Trebuchet MS", sans-serif, Serif;
color : #05382e;
text-align : center;
font-size : 13pt;
font-weight : 700;
}

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

.terms {
background: #ffffff;
margin-top: 0px;
margin-left: auto; 
margin-right: auto;
margin-bottom: 20px;
text-align: justify;
max-width: 1000px;
display: block;
color: #565656;
font-size: 15px;
}

.prices {
font-family : Arial, Sans-Serif;
color : #0e5f4f;
font-size : 16px;
font-weight : bold;
background : repeat #e5d9c8;
padding : 4px;
border-width : 2px;
border-style : groove;
border-color : #A9CF8D;
}

h1 {
font-family : Open Sans, "Trebuchet MS", sans-serif, Serif;
color : #0e5f4f;
font-size : 15pt;
text-align : center;
font-weight: bold;
}

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

h3 {
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #493d1c;
text-align : center;
font-size : 14pt;
}

h4 {
font-family : "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
color : #493d1c;
text-align : center;
font-size : 14pt;
}

table, tr, th, td {
border : 0;
font-size: 13pt;
font-family : Arial, "Trebuchet MS", sans-serif, Serif;
font-weight: 700;
}

col {
display : table-column;
}

.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 : #493d1c;
font-weight : bold;
font-size : 8pt;
}

ul li {
font-family : Arial, sans-serif;
color : #0e5f4f;
text-align : left;
font-size : 13pt;
font-weight : bold;
}

a:link {
color : #000080;
text-decoration : none;
font-size : 13pt;
}

a:visited {
color : #774479;
text-decoration : none;
font-size : 13pt;
}

a:active {
color : #A31A07;
text-decoration : none;
font-size : 13pt;
}

a:hover {
background-color : #ffffff;
color : #970000;
text-decoration : none;
font-size : 13pt;
}

a:link.menu {
font-family : "Comic Sans MS", Helvetica, Arial, Sans-Serif;
color : #000080;
text-decoration : none;
font-size : 12pt;
font-weight : bold;
}

a:visited.menu {
font-family : "Comic Sans MS", Arial, Sans-Serif;
color : #cb00da;
text-decoration : none;
font-size : 12pt;
font-weight : bold;
}

a:active.menu {
font-family : "Comic Sans MS", Helvetica, Arial, Sans-Serif;
color : #970000;
font-size : 12pt;
font-weight : bold;
text-decoration : none;
}

a:hover.menu {
font-family : "Comic Sans MS", Helvetica, Arial, Sans-Serif;
color : #ff2210;
font-size : 12pt;
font-weight : bold;
background : none 0;
text-decoration : none;
}

a:link.list {
color : #000080;
text-decoration : none;
font-size : 14px;
outline: none !important;
}

a:visited.list {
color : #774479;
text-decoration : none;
font-size : 14px;
}

a:active.list {
color : #A31A07;
text-decoration : none;
font-size : 14px;
}

a:hover.list {
background-color : #ffffff;
color : #970000;
text-decoration : none;
font-size : 14px;
}

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

a:visited.footer {
color : #824A86;
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;
}

.links {
font-family : Arial, sans-serif;
color : #486449;
font-size : 11px;
font-weight : bold;
}

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

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

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

.zeroMargin_mobile {
margin-left : 0;
}

.hide_mobile {
display : none;
}

.gridContainer.clearfix {
margin-right : auto;
margin-left : auto;
display : block;
text-align : justify;
width : 90%;
max-width : 1000px;
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 (max-width:320px) {
body {
font-size : 2em;
}

}

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

}

} 