@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');
@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,700');

body {
    margin: 0;
    padding: 0;
    background-color: #f5f3ee;
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: 1px;
    color: #2e2b2e;
}

a {
    text-decoration: none;
    font-weight: 700;
    color: #2e2b2e;
}

button {
    font-family: 'Istok Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 40px 0;
    font-size: 80%;
    color: #2e2b2e;
    background-color: #F6F4EE;
    border-width: 1px;
	border-color: #B3A65F;
	border-style: solid;
    transition: all 0.3s ease;
    width: 200px;
}

button:hover {
    border: solid 1px #afa155;
    background-color: #a7cba2;
}

.rates h4 {
    padding: 0;
    margin: 40px 0 0 0;
    text-transform: none;
}

.rates button {
    margin: 10px 10px 0 0;
    font-size: 95%;
}

.button-top {
    display: block;
    font-size: 90%;
    text-transform: none;
    margin-bottom: 2px;
}

h1 {
    font-family: 'Amiri', serif;
    font-size: 220%;
    color: #344050;
}

h2 {
    font-family: 'Amiri', serif;
    text-transform: uppercase;
    font-size: 220%;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

h4 {
    font-family: 'Sorts Mill Goudy', serif;
    text-transform: uppercase;
    font-size: 140%;
    font-weight: normal;
    padding: 40px 0;
}

h5 {
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
}

h6 {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

p {
    font-size: 110%;
    line-height: 200%;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.hero {
    min-height: 350px;
    background-image: url(../img/hero-image.jpeg);
    background-image: url(../img/hero-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero h1 {
    margin: 16% auto 4%;
    width: 70%;
    text-shadow: 2px 2px 2px #222222;
    line-height: 130%;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 360%;
    padding: 0;
}

.white {
    color: rgba(255, 255, 255, 1);
}

.white_bg {
    background-color: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
}

.black {
    color: #2e2b2e;
}

.black_bg {
    background-color: #2e2b2e;
    color: #FFF;
}

.black_bg button {
    border: solid 2px #FFF;
    color: #FFF;
}

.center {
    text-align: center;
}

hr {
    width: 80%;
    color: #84b8a2;
    float: left;
    margin: 0;
    background-color: #84b8a2;
    height: 6px;
    border-style: none;
}

.blockspacing {
    padding: 3% 0 3%;
}

.blockspacing p {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 20px;
}

img.icons {
    width: 160px;
    margin: 60px 0 30px;
}

#icon-sun {
    margin-top: 0;
}

.book_btn {
    border: 20 solid #FFF;
    font-family: 'Amiri', serif;
    width: auto;
	min-width: 300px;
    background: none;
    text-transform: capitalize;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.book_btn img {
	width: 45px;
	height: 55px;
}

.book_btn p {
    font-size: 220%;
    color: #F6F4EE;
    font-weight: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 90%;
	padding-top: 7px;
}

.book_btn:hover {
    border-color: #CBCBCB;
    background-color: #111;
    color: #afa155;
    cursor: pointer;
}

.yellow {
    background-color: yellow;
}

.topline {
    margin-bottom: 40px;
}

.slideshow {
    margin-bottom: 40px;
}

tr:nth-child(even) {
    background: #A8A293;
}

th {
    text-align: left;
    font-family: 'Sorts Mill Goudy', serif;
    text-transform: capitalize;
    font-size: 140%;
    font-weight: normal;
    padding: 15px 0;
}



.float-right {
	float: right;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.padding-y-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-y-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-y-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-y-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.margin-none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
 .margin-y-none {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
 }
 .hidden {
     display: none !important;
 }
#map {
    min-height:500px;
}

@media (max-width: 800px) {

    h2 {
        line-height: 100%;
        margin-top: 20px;
        font-size: 170%;
    }

    hr {
        width: 100%;
    }

    button:not(.book_btn) {
        margin: 0 20px 30px;
    }

    .column {
        margin-top: 0;
    }

    .hero {
        min-height: 200px;
    }

    .hero h1 {
        width: 80%;
        margin: 10% auto 5%;
        font-size: 260%;
    }

    img.icons {
        margin: 0 0 15px;
    }

    #icon-umbrella {
        margin-top: 30px;
    }

    #icon-bucket {
        margin: 40px auto 0;
    }

    .slideshow {
        display: none;
    }

    .book_btn {
        margin-top: 0;
        margin-bottom: 0;
    }

    .width_adj {
        width: 100%;
    }

    .blockspacing {
        padding: 40px 0 30px;
    }

    .map-wrapper {
        display: block;
        clear: both;
        width: 105% !important;
    }

    .map-wrapper  > div {
        display: block;
        clear: both;
    }

    button {
        margin-left: 0 !important;
    }


    #rates2017,
    #rates2018 {
        overflow-x: auto;
    }

}

@media (max-width: 768px) {
    .rates button {
        width: 45%;
    }

    .rates a:nth-child(2n+1) button {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .blockspacing p {
        width: 90%;
    }

    p {
        line-height: 175%;
    }
}

@media (max-width: 520px) {
    p {
        font-size: 100%;
    }

    tr {
        font-size: 80%;
    }

    .hide {
        display: none;
        min-height: 200px;
    }

    .hero .column-wrap {
        margin: 0 auto;
    }

    .hero h1 {
        font-size: 200%;
    }

    .rates button {
        display: block;
        width: 100%;
    }


    .book_btn p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .map-wrapper iframe {
        margin-left: -2.5% !important;
    }
}
