﻿/* dark teal - 336669 */
/* teal - 66999c */
* {
    border:0;
    margin:0;
    padding:0;
}
body, html {
    height: 100%;
    font-family: "Bree Serif", serif;
    font-size:1.1em;
}
.brandfont {
    font-family:'Bree Serif', serif;
}
.teal {
    background-color:#5f9d98;
    color:white;
}
.reverseteal {
        background-color:white;
        color:#336669;
}
.lightgrey {
    color:#c9c9c9;
}
p, div, ul, li, i, span {
    font-size:1em;
}
p {
    padding-top:6px;
    padding-bottom:6px;
}
    p.first {
        padding-top:18px;
    }
hr {
    clear:both;
    color:#66999c;
    /*border:1px solid #66999c;*/
    background-color:#66999c;
    height:1px;
}
ul {
    list-style-type:square;
    margin-left:3%;
}
a {
    color:#66999c; 
    text-decoration:underline;
}
a:hover {
    color:#336669;
}

h1, h2, h3, h4 {
    font-family:'Bree Serif';
    color:#66999c;    
}
h1 {    
    font-size:2em;
}
h2 {
    font-size:1.6em;
}
h3 {
    font-size:1.2em;
}
h4 {
    font-size:0.8em;
}
#largenav a:hover {
    background-color:yellow;
    color:black;
}
/* banner and banner contacts */
#banner {
    padding-top:40px;
    padding-bottom:10px;
     border-bottom:1px solid #66999c;
}
#banner h1 {
     padding-right:10%;
}
.contacts {
    padding-right:10%; 
    color:#66999c;
    font-size:0.9em;
}
.contacts span {
    white-space:nowrap; 
    padding:4px;
}
/* content container */
#contentcontainer {
    color:black;
    width:51%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:50px;
    min-height:400px;
    min-width:250px;
}
/* slideshow */
.mySlides {
    text-align:center;
}
.mySlides div {
    width:100%; 
    padding-left:12px; 
    padding-top:0;
    background-color:#5f9d98;
    color:white;
    height:90px;
    vertical-align:middle;
    /*opacity:1;
    transition: opacity 1s;*/ 
}
.mySlides div.fadeOut {
    opacity:0;
}
#slider {
    padding-top: 25px;
    padding-bottom: 25px;
}
h1 img.tripadvisor {
    padding-bottom:6px;
    padding-left:6px;
}
h1 {
    line-height:75%;
}