* {
    box-sizing:border-box;
}

head {
    display: none;
}

body {
    background: rgb(221,183,171);
    background: linear-gradient(45deg, rgba(221,183,171,1) 0%, 
    rgba(255,255,255,1) 44%, rgba(239,217,209,1) 100%);
    background-attachment:fixed;
    margin:0px;
    
}

h1 {
    font-size: 2em;
    color: #ffffff;
    font-style: italic;
}

#wrapper {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(8, minmax(0, auto)) minmax(0px, 1fr);
    padding: 0;
}

#logo {
    float:left;
    margin:0;
    padding-left: 2em;
    z-index:1;
    width:min-content;
    
}

header, #topbar {
    background-color: rgba(239, 217, 209);
    display:grid;
    grid-row: 1 / 3;
    grid-column: 1 / 11;
    height: 100px;
}

nav {
    font-weight: bold;
    padding: 0px;
    display: flex;
    z-index: 1;
    justify-content: space-evenly;
}

nav div {
    font-size: 2em;
    margin: 1em;
}

nav a{
    width: min-content;
    text-decoration: none;
    color: #AA706A;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav a:hover {
    color: #747561;
}

#welcome {
    grid-row: 3/4 ;
    grid-column: 5/ 6;
    z-index: 1;
}

#indexhero {
    background-image: url(images/indexhero.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 70% 80%;
    background-size:cover;
    background-attachment: fixed;
    grid-row: 3 / 4 ;
    grid-column: 1 / 11;
    position: relative;
}

#abouthero {
    background-image: url(images/abouthero.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 70% 80%;
    background-size:cover;
    background-attachment: fixed;
    grid-row: 3 / 4 ;
    grid-column: 1 / 11;
    position: relative;
}

#galleryhero {
    background-image: url(images/galleryhero.jpeg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 70% 80%;
    background-size:cover;
    background-attachment: fixed;
    grid-row: 3 / 4 ;
    grid-column: 1 / 11;
    position: relative;
}

#serviceshero {
    background-image: url(images/serviceshero.webp.html);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    background-attachment: fixed;
    grid-row: 3 / 4 ;
    grid-column: 1 / 11;
    position: relative;
}

#projecthero {
    background-image: url(images/projecthero.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    background-attachment: fixed;
    grid-row: 3 / 4 ;
    grid-column: 1 / 11;
    position: relative;
}

h2 {
    font-size: 3em;
    color: #747561;
    text-align: center;
    margin: 1em;
}

#featured {
    height: 200px;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    justify-items: center;
}

#featured div img {
    width: 150px;
    height:156px;
}

#forever {
    height: 13em;
    background-color: #DDB7AB;
    margin: 3rem;
    padding: 0;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#passion {
    height: 13em;
    background-color: #999B84;
    margin: 3rem;
    padding: 0;
    display:flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
}

#promise {
    height: 13em;
    background-color: #DDB7AB;
    margin: 3rem;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.watercolor {
    align-self: start;
    padding: 0;
    float: left;
    justify-self: start;
}

.watercolor2 {
    align-self: start;
    padding: 0;
    float: left;
    justify-self: start;
}

h1 {
    text-align: center;
    color: #ffffff;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 0;
}

p {
    text-align: center;
    color: #642712;
    margin: 2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width:50em;
}

main {
    padding-left: 2rem;
    padding-right:2rem;
    grid-row: auto;
    grid-column: 2/ 10;
    height: auto;
    margin-top: 0;
    font-family: 'Sans-Serif', 'Imbue', 'Bodoni', 'Vincente', 'Etna', 'New Ayres';
}

#story {
    display: flex;
    margin-bottom: 2em;
    justify-content: center;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    width: auto;
}

#location {
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
}

.find{
    display: flex;
    flex-direction: column;
}

.find h4 {
    padding: 0;
    margin:0;
    width: auto;
}

.find p {
    width:auto;
    flex-flow: row wrap;
}

h4 {
    color:#AA706A;
    font-size: 2.25em;
    text-align: center;
    padding: 0;
    margin:0;
}

#story p {
    text-align: center;
    padding: 0;
    margin: 1em;
    flex-flow: column wrap;
}

.paragraph {
    display: flex;
    flex-flow: column wrap;
    width: auto;
}

.paragraph p {
    width: auto;
    flex-flow: row wrap;
}

.services p {
    width: auto;
    flex-flow: row wrap;
}

#gall a {
    text-decoration: none;
    color: #642712;
}

#gall a:hover {
    color: #ffffff;
    background-color: #AA706A;
}

#gall p {
    width: auto;
    text-align: center;
}

#gallery {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

#gallery img {
    padding: 1em;
}

#details {
    display:flex;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

#middle {
    display:flex;
    flex-flow:row-reverse;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

#details2 {
    display:flex;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

#prices {
    display: flex;
    justify-content: center;
    justify-self: center; 
}

#adventure h2 {
    color: #AA706A;
}

#project {
    display: flex;
    justify-content: space-evenly;
}

.text {
  background-color: #ffffff80;
  color: #642712;
  font-size: 16px;
  padding: 16px 32px;
}

table {
    padding:1em;
    background-color: #ffffff80;
    color: #642712;
    table-layout: fixed;
    font-size: 2em;
    margin: auto;
}

table td {
    font-style: italic;
}

table th {
   padding: 1em;
}

#gaia {
    display: flex;
    justify-content: space-between;
    width: auto;
}

footer {
    background-color: #82545450;
    height: auto;
    margin:0;
    padding: 0;
    margin-top: 5rem;
    grid-column: 1/11;
}


footer {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    font-weight: bold;
    font-size: 2em;
    flex-flow: row nowrap;
}

footer a {
    text-decoration: none;
    color: #AA706A;
    margin: 0;
    padding: 0;
}

footer a:hover {
    color: #747561;
}

footer p {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    font-size: .45em;
    width: 8em;
    margin: 0;
    padding:0;
    margin-top: 1em;
    justify-self: center;
}

.icons {
    display:flex;
    flex-flow:row;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.icons img {
    width:1em;
    height:auto;
}

#contact {
    display:flex;
    flex-flow:column nowrap;
    margin-top: 1em;
}

form {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 0.75rem;
    width: 100%;
}

label {
    background-color: #AA706A;
    color: #ffffff;
    height:auto;
    width:auto;
    margin:auto;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 5px;
}

input {
    font-size: 1rem;
    padding: 0;
    color: #642712;
    background-color: #fafafa;
    border: none;
    text-align: center;
    border-radius: 5px;
}

input:focus {
    outline: none;
}

input[type=submit] {
    padding: 5px 15px;
    background: #ffffff;
    border: 0 none;
    border-radius: 5px;
  }






















  




@media screen and (max-width: 1300px) {
    #forever p {
        background-color: #DDB7AB;
        height:auto;
        width: auto;
        margin: 0;
        flex-flow: row wrap;
    }

    #passion p {
        background-color: #999B84;
        height:auto;
        width: auto;
        margin: 0;
        flex-flow: row wrap;
    }

    #promise p {
        background-color: #DDB7AB;
        height:auto;
        width: auto;
        margin: 0;
        flex-flow: row wrap;
    }

}

@media screen and (max-width:1050px) {
    #topbar {
        height:auto;
    }

    #welcome {
        display: none;
    }

    nav {
        margin: 0;
        flex-flow: row wrap;
    }

    #details {
        flex-flow: row wrap;
    }

    #middle {
        flex-flow: row-reverse wrap;
    }

    #story {
        display: flex;
        flex-flow: row wrap;
    }

    .watercolor2 {
        display: none;
    }

    .services {
        display: flex;
        flex-flow: column wrap;
        padding: 0;
        margin: 0;
    }

    footer {
        justify-content: space-between;
    }
}

@media screen and (max-width: 850px) {

    .watercolor {
        display: none;
    }

    #featured {
        flex-flow: row wrap;
        justify-content: space-around;
    }
    
    footer a {
        flex-flow:wrap;
    }
}

@media screen and (max-width: 725px) {
    footer {
        display:flex;
        flex-flow: column;
        justify-content: space-around;
        justify-items: center;
    }

    #featured {
        display: flex;
        
    }
}
