/* cmsms stylesheet: Simple Mobile Friendly modified: 06/16/25 19:40:54 */


@font-face {
     font-family: Corbel;
     src: url('/uploads/fonts/corbel/Corbel.ttf') format('truetype');
}



* {
	padding:0;
	margin:0;
}


body {
    background:no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:50% 0%;
    border:none;
    font-family: Corbel, sans-serif;
    letter-spacing:1px;
    font-size:1.25em;
    font-weight:500;
    line-height:1.5em;
}

strong {font-weight:700;}

h1, h2, h3, h4, h5, h6 {
    color:#032480;
    margin:1em auto;
    text-transform:uppercase;
    text-align:center;
    font-weight:700;
    }

h1 {
    
    font-size:150%;
    }

h2 {
    font-size:130%;
    clear:both;
    }

h3 {
    font-size:110%;
    }

p {margin:1em auto;}
a {color:#c5186b;text-decoration:none;}
a:hover {color:#12b241;}

ul {

     margin:1em auto 2em auto;
     border:none;
}

ol {border:none;margin-left:0;padding:0;margin-block-start:0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;}

li {
    border:none;
    margin:.5em auto .5em 3em;
}

ol li {border:none;padding:0; }

strong, b {color:#032480;font-weight:700;}

.center {text-align:center;margin:0 auto;}
.clear {clear:both;}


#header {
     text-align:center;
     background-color:transparent;
     padding:0;
     margin:0;
     height:150px;
     border:none;
}

#header h1 {
     color: #fff;
     margin:0 auto;
}

#header .logo {
     float:left;
     margin:0;
     height:90%;
     border:none;
     position:relative;
     z-index:100;
     
}

#header .logo img {
     height:100%;
     border-radius: 10px;
}

#nav {
     float:right;
     height:auto;
     width:auto;
     border:none;
     margin:0 auto 0 0;
     padding:0;
     font-size:16px;
     letter-spacing:1px;
     font-weight:500;
}



.social {
    position:relative;
    top:8px;
    float:right;
    text-align:right;
    overflow:auto;
    margin:0 0 1em 0;
    border:none;
}

.social div {
     display:inline;
     float:left;
     width:35px;
     height:35px;
     padding:0;
     margin:0 1em 0 0;
}

.social div img {
      width:100%;
      height:100%;
}


#content {
    clear:both;
    background-color:#fff;
    border-radius: 10px;
    opacity:0.9;
    margin:0;
    padding:.25em;
    overflow:hidden;
    width:auto;
}

#content2 {
    clear:both;
    background-color:#ccc;
    opacity:0.9;
    margin:1em;
    padding:.5em 0;
    box-shadow:6px 6px 3px #333, -2px -2px 4px #333;
    border-radius: 10px;
    overflow:hidden;
    width:auto;
    font-size:1.25em;
    color:#032480;
}

.main {
    border:none;
        margin:.5em .25em 1em .25em;
}

.breadcrumbs {
    padding:3px;
    font-size: 80%;
    text-align:right;
    text-transform:uppercase;
    color:#333;
}

.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:0;
}


.section {
    text-align:center;
    border:none;
    margin:-1em 0;
    padding:.5em;
    background-color:#032480;
    color:#fff;
    font-size:1.25em;
    position:relative;
    z-axis:100;
    line-height:1.5em;
}

.parallax {
     border: none;
     width:auto;
/* Set a specific height */
     min-height: 300px; 

/* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
}

.tagline {
    font-style:italic;
    text-align:center;
    font-size:105%;
}

.content_photo {

    float:none;
    margin:0 1em 1em 1em;
    text-align:center;
    font-size:75%;
    width:100%;
    
}

.bannerimage {
     margin:0;
     border:none;
     width:100%;
     padding:0;
}


.content_photo img, .graphic img, .bannerimage img {
    width:100%;
    text-align:center;
    border-radius: 10px;
    box-shadow:6px 6px 3px #333, -2px -2px 4px #333;

}

div.tour-menu-item {
     border: none;
     border-radius: 10px;
     background-color:#f6f5df;
     padding:1em .25em;
     margin:0 auto 1em auto;
}

div.tour-menu-item h2 {font-size:120%;}

.booknow {
     border:1px solid black;
     width:280px;
     text-align:center;
     margin:1em auto;
     border-radius:7px;
     background-color:#f6f6f6;
}

.highlight, .button, div.booknow a {
     text-align:center;
     text-transform:none;
     font-weight:bold;
     opacity:0.9;
     background-color: #0044aa;
     color:#fff;
     border-radius:10px;
     padding:.5em 2em;
     line-height:1.25em;
     margin:1em auto;

}

div.booknow a {text-transform:uppercase;}

.highlight2 {
     text-align:center;
     text-transform:uppercase;
     font-weight:bold;
     opacity:0.9;
     background-color: transparent;
     color:#032480;
    

}
.highlight p, .highlight2 p {
     padding:.2em 0 0 0;
     border:none;
}

.highlight a, .button a {color:#e8bd1e;}
.highlight a:hover, .button a:hover {color:#fff;}
.highlight2 a {color:#c5186b;}
.highlight2 a:hover {color:#fff;}

.gallery {
    border:none;
    margin:1em auto;
    text-align:center;
    width:100%;
}

.pagination {
    float:right;
}

.content_foot {
     margin-top:3em;
     padding-top:1em;
     height:100px;
     background-color:#ffcc02;
     color:#032480;
     text-align:center;
     font-size:150%;
     font-weight:700;
     letter-spacing:2px;
     text-transform:uppercase;
     line-height:1.25em;
     
}

#footer {
    background-color:#032480;
    text-align:center;
    font-size:small;
    color:#d1a82c;
    width:100%;
    padding:.5em;
    position: fixed;
    z-axis:10000;
    bottom: 0;
}

#footer p {
    padding:0;
    margin:0;
}




div.formbuilderform {
     border:none;
     margin:1em 0;
     padding:0;
     text-align:center;
     width:100%;
}

.formbuilderform div {
    border:none;
    margin:0 auto 1em auto;
    width:100%;
    overflow:auto;
    clear:both;
}

.formbuilderform div div  {
    border:none;
    margin:.5em auto 1em auto;
    text-align:center;
}

.formbuilderform label {
    border:none;
    float:none;
    clear:both;
    padding:0;
    width:100%;
    font-weight:600;
    text-align:center;
    margin:.5em 0 0 0;
    display:block;
}


.formbuilderform input {
     border:1px solid #666;
     padding:.25em;
     margin:0 auto 1em auto;
     width:300px;
}

.formbuilderform select {
     margin:1em auto;
}

.formbuilderform input[type=checkbox] {
    float:left;
    border:none;
    padding:0;
    margin:10px 0 0 0;
    width:2em;
}

.formbuilderform input[type=radio] {
    float:left;
    border:none;
    padding:0;
    margin:10px 0 0 0;
    width:2em;
}


.formbuilderform input[type=submit] {
     background-color:#000;
     border:1px solid #666;
     padding:10px;
     margin:.5em;
     color:#fff;
     text-transform:uppercase;
     border-radius:10px;
}


.formbuilderform textarea {
     width:99%;
     height:8em;
     margin:.5em auto;
     padding:4px;
     border:1px solid #ccc;
}


.formbuilderform div div label {
    border:none;
    float:left;
    clear:none;
    padding:0;
    font-weight:600;
    text-align:left;
    margin:0;
    display:block;
    width:300px;
}




.captcha {
     margin:.5em auto;
     text-align:center;
     font-size:small;
}

.captcha img {
     border:1px solid #ccc;
}


table {
    border-collapse:collapse;
    border:1px dotted #333;
    margin:1em auto;
}

th, td {
    padding:.25em .5em;
    border:1px dotted #333;
    text-align:left;
    text-transform:uppercase;
}

.graphic {
     width:90%;
     margin:1em auto;
     text-align:center;
     font-size:90%;
}




ul.thumb_menu {

     font-weight:500;
     list-style-type:none;
     border:none;
     overflow:visible;
     width:auto;
     height:auto;
     margin:0 auto;
     padding:0;
     text-align:center;
}



ul.thumb_menu li {
     display:inline-block;
     border:1px solid black;
     border-radius: 5px;
     box-shadow:5px 5px 2px #777, -2px -2px 3px #666;
     text-align:center;
     width:250px;
     height:auto;
     padding:5px;
     margin:.5em;
     
     font-size:1em;
     font-weight:500;
     vertical-align:top;
     background-color:#fff;
}



ul.thumb_menu li h2 {
    text-align:center;
    background-image:none;
    background-position:center bottom;
    background-size:65%;
    font-size:1em;
    line-height:1em;
    height:2em;
    margin:.25em;

}

ul.thumb_menu li img {
     width:98%;
     height:auto;
     border:1px solid #333;
     border-radius: 0;
     margin:1em auto .5em auto;
     opacity:.9;
     z-index:0;
     float:none;
}

ul.thumb_menu li a {
     text-decoration:none;
     white-space:normal;
     margin:0;
}

ul.thumb_menu li div {
     border:none;
     position:relative;
     top:0;
}



ul.thumb_menu li p {
     border:none;
     color:#000;
     z-index:100;
     font-size:.8em;
     line-height:1.15em;
     text-transform:none;
     text-align:center;
     margin:0 auto.25em auto;
     height:4em;
     font-style:italic;
     
}

ul.thumb_menu li div.extra2, ul.thumb_menu li div.extra3 {
     border:none;
     background-color:#000;
     color:#fff;
     z-index:100;
     font-size:1em;
     line-height:1em;
     margin:0;
     padding:8px 0;
     font-style:italic;
}

ul.thumb_menu li div.extra2 a, ul.thumb_menu li div.extra3 a {color:#fed12b;}




@media screen and (min-device-width : 768px)

{

#header {height:200px;padding:0;border:none;}
#header h1 {text-align:left;float:left;margin-right:1em;}
.social {padding:0;float:right;top:5px;z-index:100;}
#content {margin:0 2em 4em 2em;padding:0;}
.content_photo {width:300px;margin:1em auto 1em 1em; float:right;}

}






@media screen and (min-width: 1000px) {

#header {height:220px;padding:0;margin:0;border:none;}
#header h1 {text-align:left;float:left;margin:1em auto;}
#header .logo {border:none; padding:0; margin:.5em .5em 0 .5em;}
#nav {border:1px solid transparent;float:left;}
.social {padding:0;border:none;float:right;top:10px;z-index:100;}
#content {margin:-190px 15% 200px 235px;padding:0;border:none;}
.main {padding:0;margin:.25em 1em 2em 1em;border:none;}
.gallery {width:90%;}

.content_photo {width:350px;margin:1em auto 1em 1em; float:right;}

div.formbuilderform {
     border:none;
     margin:1em auto;
     padding:0;
     text-align:center;
     width:500px;
}


.bannerimage {
     margin:0;
     border:none;
     width:100%;
     padding:0;
}

#content2 {
    clear:both;
    background-color:#fff;
    opacity:1.0;
    margin:1em;
    padding:.5em 0;
    box-shadow:6px 6px 3px #333, -2px -2px 4px #333;
    border-radius: 10px;
    overflow:hidden;
    width:auto;
}



.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:1em;
}


.section {
    text-align:center;
    border:none;
    margin:-1.5em 0;
    padding:.5em 2em;
    background-color:#fff;
    color:#032480;
    font-size:1.25em;
    position:relative;
    z-axis:100;
}

.parallax {
     border: none;
     width:auto;
/* Set a specific height */
     min-height: 500px; 

/* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}


}
