/*colors:
dark brown: #46220d
light brown: #933d0d
navbar beige: #f7f0c7
background beige: #FAF3E0
light green: #589486*/

body {
    background-color: #FAF3E0;
    margin: 10px;
    padding: 0px 10px 0px 10px;
    line-height: 1.25;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.5;
    color: #589486;
    font-weight: 500;
}

a {
    color: #46220d;
    text-decoration: none;
}

h1 {
    display: block;
    text-align: center;
    font-size: 50px;
    padding: 10px;
    font-family: 'Baloo 2', cursive;
    font-weight: 800;
    color: #46220d;
}

/*.navfoot {
    padding: 20px;
    margin: auto;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}*/

.navbar {
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    max-width: 100%;
    line-height: 50%;
}

.navbar a {
    display: inline-block;
    text-align: center;
    float: left;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: relative;
    padding-left: 15%;
    line-height: 1.5;
    margin: 0;
}

.dropdown-content a {
    float: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
    top: 100%;
}

.navhead {
    padding: 20px;
    margin: auto;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    max-width: 100%;
    max-height: inherit;
}

h6 {
    display: none;
}

.masthead {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h2 {
    font-size: 30px;
    font-family: 'Baloo 2', cursive;
    font-weight: 700;
    margin: 0;
    color: #46220d;
}

h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #46220d;
    text-align: center;
}

h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #46220d;
}

figcaption {
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    padding-top: 5px;
    color: #589486;
}

.review {
    color: #46220d;
    border-bottom: 2px dashed;
    border-spacing: ;
    width: 80%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

em {
    color: #589486;
}

.footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    grid-gap: 15px;
    justify-content: center;
    align-content: center;

    text-align: left;
    font-size: 14px;
    padding: 10px;
    margin: auto;
}

#contact {
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    padding-right: 20px;
}

.footer img {
    float: left;
    padding: 20px;
}

#navbar-foot {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-gap: 15px;
    justify-content: center;
    align-content: center;
}

#one {
    grid-column: 1/2;
    justify-self: end;
    padding-right: 10px;
}

#two {
    grid-column: 2/3;
    justify-self: center;

}

#three {
    grid-column: 3/4;
}

.home-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 15px;
    justify-content: center;
    align-content: center;
}

#welcome {
    grid-row: 1/2;
    grid-column: 1/4;
    margin: auto;
    padding: 10px;
}

#hills-info {
    grid-row: 2/3;
    grid-column: 1/3;
    padding: 10px;
}

#waterfall {
    grid-row: 2/5;
    grid-column: 3/4;
    width: inherit;
    text-align: center;
    padding: 10px;
}

#woods {
    grid-row: 3/4;
    grid-column: 1/3;
    text-align: center;
    margin: auto;
}

#waterfall img {
    max-width: 100%;
    max-height: inherit;
}

#woods img {
    max-width: 100%;
    max-height: inherit;
}

#antlers-info {
    grid-row: 4/5;
    grid-column: 1/3;
    padding: 10px;
}

#int {
    display: grid;
    grid-template-columns: repeat (3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 10px;
}

#interior-pic {
    grid-row: 1/4;
    grid-column: 2/4;
}

#interior-pic img {
    max-height: inherit;
    max-width: 100%;
}

#interior-info {
    grid-row: 1/4;
    grid-column: 1/2;
}

#bed {
    display: grid;
    grid-template-columns: repeat (3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 10px;
}

#bed-pic {
    grid-row: 1/4;
    grid-column: 1/2;
}

#bed-pic img {
    max-height: inherit;
    max-width: 100%;
}

#bed-room {
    grid-row: 1/4;
    grid-column: 2/4;
}

.intro {
    text-align: center;
    padding: 10px;
}

.intro h2 {
    font-size: 36px;
}

.intro p {
    font-size: 18px;
}

#interior {
    margin-bottom: 50px;
}

#ext {
    display: grid;
    grid-template-columns: repeat (3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 10px;
}

#exterior-pic {
    grid-row: 1/4;
    grid-column: 2/4;
}

#exterior-pic img {
    max-height: inherit;
    max-width: 100%;
}

#exterior-info {
    grid-row: 1/2;
    grid-column: 1/2;
}

#review2 {
    grid-row: 2/4;
    grid-column: 1/2;
}

.rates-intro {
    text-align: center;
    padding: 10px;
}

.rates-intro h2 {
    font-size: 36px;
}

.rates-intro p {
    font-size: 16px;
}

#policy-container {
    display: grid;
    grid-template-columns: repeat (3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 10px;
}

#section1 {
    grid-row: 1/2;
    grid-column: 1/2;
}

#section2 {
    grid-row: 2/3;
    grid-column: 1/2;
}

#cave {
    grid-row: 1/4;
    grid-column: 2/4;
}

#cave img {
    max-height: inherit;
    max-width: 100%;
}

#section3 {
    grid-row: 3/4;
    grid-column: 1/2;
}

#section4 {
    grid-row: 4/5;
    grid-column: 3/4;
}

#section5 {
    grid-row: 5/6;
    grid-column: 3/4;
}

#section6 {
    grid-row: 6/7;
    grid-column: 3/4;
}

#bee {
    grid-row: 4/7;
    grid-column: 1/3;
}

#bee img {
    max-height: inherit;
    max-width: 100%;
}

#ratepolicy {
    display: grid;
    grid-template-columns: repeat (2, 1fr);
    grid-template-rows: max-content;
    grid-gap: 10px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 10px;
}

#dailyrates {
    grid-row: 1/2;
    grid-column: 1/3;

    display: grid;
    grid-template-columns: repeat (2, 1fr);
    grid-template-rows: max-content;
    grid-gap: 15px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 15px;
    margin: 15px;
}

#flower {
    grid-row: 1/5;
    grid-column: 1/2;
}

#flower img {
    max-height: inherit;
    max-width: 100%;
}
}

#weekday {
    grid-row: 1/2;
    grid-column: 2/3;
    padding-right: 10px;
}

#weekend {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-left: 10px;
}

#notes {
    grid-row: 3/4;
    grid-column: 2/3;
}

#age {
    grid-row: 4/5;
    grid-column: 2/3;
}


#extrapolicies {
    grid-row: 3/4;
    grid-column: 1/3;

    display: grid;
    grid-template-columns: repeat (2, 1fr);
    grid-template-rows: max-content;
    grid-gap: 15px;
    justify-content: center;
    align-content: center;

    width: inherit;
    text-align: center;
    padding: 15px;
    margin: 15px;
}

#payment {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-right: 10px;
}

#check {
    grid-row: 2/3;
    grid-column: 1/3;
}
