/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .98em;
    line-height: 1.4em;
    color: #000;
    background-color: #e1eae8;
}

main, .site-branding, .footer {
    max-width: 960px;
    margin: 0 auto;
}

/* Clearfix -- h5bp.com/q */
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after { clear: both; }
  .clearfix { zoom: 1; }

.w1-container {
    background-color: #009999;
}

.w2-container {
    background-color: #e6e6e6;
    padding-bottom: 10px;
    border-left: 1px dotted silver;
    border-right: 1px dotted silver;
}

.w3-container {
    background-color: #cccccc;
    padding-bottom: 10px;
}

.w4-container {
    background-color: #fff;
}

.row {
    padding: 1.6%;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-1 {
    float: left;
    width: 7%;
    padding: 5px;
    margin-left: 2%;
}

.col-2 {
    float: left;
    width: 15%;
    padding: 5px;
    margin-left: 1%;    
}

.col-3 {
    float: left;
    width: 24%;
    padding: 5px;
    margin-left: 1%;
}

.col-4 {
  float: left;
  width: 32%;
  padding: 5px;
  margin-left: 1%;
}

.col-5 {
    float: left;
    width: 39%;
    padding: 5px;
    margin-left: 1%;    
}

.col-6 {
  float: left;
  width: 49%;
  padding: 5px;
  margin-left: 1%;
}  

.col-7 {
    float: left;
    width: 56%;
    padding: 5px;
    margin-left: 1%;    
}

.col-8 {
    float: left;
    width: 64%;
    padding: 5px;
    margin-left: 1%;
}

.col-9 {
    float: left;
    width: 73%;
    padding: 5px;
    margin-left: 1%;
}

.col-10 {
    float: left;
    width: 81%;
    padding: 5px;
    margin-left: 1%;    
}

.col-12 {
    padding: 5px;
    width: 100%;
}

/* SITE BRANDING */

.site-branding a {
    text-decoration: none;
}

.site-branding a h1 {
    float: left;
    padding: 0px;
    margin: 40px 0 20px 30px;
    line-height: 1.1em;
    font-size: 2.5em;
    color: #fff;
}

.site-branding a span {
    font-size: 25px;
    color: #000;
    padding: 35px 0 20px 30px;
}

.booking-tagline {
    font-size: .96em;
    margin-top: 8px;
    font-weight: bold;
    text-align: right;
}

.top-contact {
    font-size: .94em;
    text-align: right;
    color: #fff;
}

a.email-link-top {
    text-decoration: underline;
    color: #fff;    
}

/* NAVIGATION MENU */

.navbar {
    margin-top: 8px;
    width: 100%;
    background-color: silver;
    overflow: auto;
}

.nav {
    max-width: 960px;
    margin: 0 auto;
}

/* Navigation links */
.navbar a {
  float: left;
  padding: 9px;
  color: #000;
  text-decoration: none;
  font-size: .96em;
  width: 14.25%;
  text-align: center; /* If you want the text to be centered */
  box-shadow: inset 0px 0px 4px 2px #404040;
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #009999;
  color: #fff;
}

/* Style the current/active link */
.navbar a.active {
  font-weight: bold;
  background-color: #009999;
  color: #fff;
}

/* BREADCRUMBS */

ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
  margin: 6px 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: .93em;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #009999;
  text-decoration: underline;
}

ul.breadcrumb li a:hover {
  color: #214020;
}

/* HEADERS */

h1, h2, h3 {
    font-family: Papyrus, fantasy;    
    font-weight: bold;
}

h2 {
    font-size: 2em;
    color: #009999;
    margin: 20px 0;
}

h3 {
    font-size: 1.6em;
    color: #009999;
    margin: 15px 0 15px 10px;
}

h3.first-sentence {
    line-height: 1.2em;
    color: #009999;
    margin-top: 20px; 
}

h3.darkFt {
    color: #004040;
}

h3.card-header {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 25px;
}

h3.card-header2 {
    font-size: 1.1em;
    text-align: center;
    color: #009999;
    margin-top: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 1.1em;
    letter-spacing: 2px;
    margin: 15px 0 15px 15px;
}

a {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000;
}

p.tagline {
    text-align: center;
    font-weight: bold;
}

p {
    line-height: 1.6em;
}

p.intro {
    margin: 20px 10px;
}

hr.greenLN {
    margin-bottom: 20px;
    border-bottom: 1px solid #006666;
}

.centered {
    text-align: center;
}

.signature {
    font-family: Papyrus, fantasy;
    color: #009999;
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 30px;
}
/* IMAGES */

img {
    border: 1px solid darkgrey;
}

img[alt*="logo"] {
    border-radius: 50%;
    box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
    padding: 3px;
    border: 2px solid #214020;
}

img[alt*="icon"] {
    border-radius: 90%;
    border: 1px solid lightgrey;
    box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
}

img[alt*="sign"] {
    border: none;
}

img.lwr {
    margin-top: 32px;
}

.img-description {
    font-size: .91em;
    text-align: center;
    color: #009999;
    font-weight: 600;
}

/* BUTTONS */

p.button {
    margin: 22px auto;
    padding: 8px;
    max-width: 140px;
    font-size: .96em;
    text-align: center;
    background-color: #009999;
    color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
}

p.button-green {
    margin: 28px 15px;
    padding: 8px;
    max-width: 100px;
    font-size: .96em;
    text-align: center;
    background-color: #004040;
    color: #fff;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
}
/* LISTS */

.nav-social-media {
    margin: 20px;
    text-align: center;  
}

.social-media {
    display: inline;
    margin-left: 18px;
}

.cabin-list {
    margin: 20px 15px 20px 25px;
    list-style-type: square;
    line-height: 1.6em;
}

/* GALLERIES */

div.gallery {
  border: 1px solid silver;
  box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
  font-weight: bold;
}

div.gallery:hover {
  border: 1px solid #009999;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 16px 10px;
  text-align: center;
  font-size: .90em;
  color: #009999;
}

.responsive {
  padding: 9px 6px;
  float: left;
  width: 24.99999%;
}

/* CARDS */

.card {
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 1px;
    border: 2px solid silver;
    border-radius: 5px;
    box-shadow: 5px 5px 5px hsla(0, 0%, 26.6667%, 0.8);
}

.card-2 {
    margin: 20px;
    margin-left: 30px;
    background-color: transparent;
}

.card-content {
    margin: 10px;
    font-size: .97em;
    text-align: center;
}

/* TABLES */

table.rates {
  width: 100%;
  border: 1px solid #fff;
  font-size: .98em;
  background-color: #009999;
  margin: 20px auto;
  max-width: 92%;
}

th, td {
  text-align: center;
  padding: 8px;
  border: 1px solid #fff;
}

th {
    color: #fff;
}

/* FOOTER */
  
footer {        
    color: white;
}

.content-wrap {
    background-color: #004040;
    max-width: 960px;
    margin: 0 auto;
}

.award {
    margin: 20px auto;
}

.address, .telephone, .copyright {
    margin-left: 18px;
}

p.address {
    font-size: .93em;
    line-height: 1.4;
}

p.telephone {
    font-size: .93em;
    line-height: 1.6;
    color: #CCAE14;
    font-weight: bold;
}

a.email-link-btm {
    color: #CCAE14;
    text-decoration: underline;
}

.TopPg {
    margin: 60px 10px 10px 20px;
}

a.topPageLk {
    text-decoration: underline;
    color: #fff;
}

p.copyright {
    font-size: .86em;
    text-align: center;
    padding: 30px 0 20px;
    border-top: 1px dotted white;
}

/* MEDIA QUERIES */

/* iPad, desktop, laptop in landscape */
@media only screen and (max-width: 1024px) {
    body {font-size: 110%;}
    .wrap {max-width: 840px;}
}

/* Android landscape */
@media only screen and (max-width: 800px) {
   body {font-size: 105%;}
}

/*Android tablets and newer Android smartphones */
@media only screen and (max-width: 768px) {  
    body {font-size: 100%;}

    h1 {
        line-height: 1.1em;
        font-size: 1.9em;
    }

    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    h2 {
        font-size: 1.9em;
        line-height: 1.5em;
        padding-bottom: 4px;
    }

    p.button {
        margin: 18px auto;
        font-size: .93em;
    }

    img.lwr {
        margin-top: 0;
    }

    .signature {
        text-align: center;
    }
}

/* iPhone 5-6 landscape */
@media only screen and (max-width : 640px) {
    body {font-size: 96%;}

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
		width: 100%;
		margin-top: 0;
	}

    .site-branding a h1 {
        text-align: center;
    }

    .site-branding a span {
        font-size: 18px;
        padding: 25px 0;
        text-align: center;
    }

    .booking-tagline, .top-contact {
        text-align: center;
        margin-top: 0;
        font-size: .94em;
    }

    .navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    h1 {
        line-height: 1.2em;
        font-size: 1.6em;
    }
    
    .card-2 {
        margin: 12px auto;
        max-width: 45%;
    }
    
    .award, .contact-ftr, .address, .telephone {
        text-align: center;
    }

    .TopPg {
        text-align: center;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 500px) {
	body {font-size: 92%;}
    
    .responsive {
    width: 100%;
    }
}    
 
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
}