* {
    font-family: sans-serif;
}

head {
    display: none;
}

header {
    background-color: #39444e;
}
header .srTitle {
    max-width: 100vw;
    display: grid;
    grid-template-columns: 20vw 60vw;
    grid-template-rows: 5rem 5rem;
    padding-top: .4rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #FDF4B4;
    height: 10rem;

}

header .srTitle h1 {
    font-size: 1.85rem;
    height: 3rem;
    grid-column-start: 2;
    text-align: left;
    margin-bottom: 0;
    margin-top: 2rem;
    margin-left: 1rem;
    padding-left: 2rem;
    vertical-align: bottom;
}

header .srTitle h2 {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: -2rem;
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 1.75rem;
    height: 5rem;
    padding-left: 2rem;
}

header .srTitle #logo {
    width: 8rem;
    height: 8rem;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: -5.5rem;
    padding-left: .25rem;


}

 .menuBtn {
    position: absolute;
    top: 6.75rem;
    right: .5rem;
    margin-right: 2rem;
    width: 2rem;
    height: 2rem;
}


header .responsiveMenu {
    display: none;
}

header .expand {
    height: auto;
    width: 100vw;
    list-style: none;
    margin-top: -.5rem;
    background-color: #FDF4B4;
    display: block;
    align-items: flex-start;

}

header ul li {
    list-style-type: none;
    display: block;
    height: 2rem;
    padding-top: .6rem;

}

header ul li a {
    text-decoration: none;
    color: #39444e;
}

header ul li:hover {
    color: #fdf4b4;
    background-color: #f68b5f;

}

main {
    font-size: 16px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
}

 .rafting {
    display: inline-flex;
    flex-direction: column;
    background-color: #fdf4b4;
    color: #39444e;
    max-width: 100vw;

}
.rafting h3 {
    font-size: 2.75rem;
    text-align: center;
    line-height: 3rem;

}

.kayaking {
    display: inline-flex;
    flex-direction: column;
    background-color: lightgray;
    color: #39444e;
    max-width: 100vw;

}
.kayaking h3 {
    font-size: 2.75rem;
    text-align: center;
    line-height: 3rem;

}


.gourmet {
    display: inline-flex;
    flex-direction: column;
    background-color: lightgrey;
    color: #39444e;
    max-width: 100vw;

}
.gourmet h3 {
    font-size: 2.75rem;
    text-align: center;
    line-height: 3rem;

}



.tripDetails {
    margin: 0 2rem;
    line-height: 1.5rem;
    margin-bottom: 5rem;
}

.tripNumbers {
    margin: 2rem;
    font-size: 1.5rem;
}



.packagePic {
    width: 100vw;
    height: auto;
    margin-left: 0;
}

.reserveBtn {
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    width: 100vw;
}
.reserve, #submit {
    font-size: 2rem;
    text-decoration: none;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin: 2rem;
    padding-top: 1rem;
    background-color: #f68b5f;
    width: 12rem;
    height: 3rem;
    box-shadow: 3px 3px 10px #39444e;
    border: 3px solid white;

}
footer {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 7rem;
    background-color: #39444e;
    color: #fdf4b4;
    padding: 1rem 2rem;
    width: 100vw;
}
figure {
    margin-left: 0;
}
figcaption {
    text-align: center;
}

footer p, img{
    margin-right: 1rem;
    box-shadow: 3px 3px 10px #39444e;
}
footer p {
    width: 95vw;
}
.guides {
    background-color: #fdf4b4;
}
.guides h3 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-top: 0;
    padding-top: 2rem;
}
.guides {
    padding-bottom: 2rem;
}

.guides img {
    box-shadow: none;
}

.srGuide1 {
    margin-left: 12vw;
    width: 85vw;
    height: 7rem;
    margin-top: 3rem;
    background-color: #8abcab;
    box-shadow: 15px 15px 90px #39444e;
    border: 3px solid white;
    display: flex;

}

.accord-header img {
    height: 50vw;
    width: auto;
    margin-top: -2.5rem;
    margin-left: 1rem;
    box-shadow: none;

}
.accord-header #guidePic1 {
    height: 13rem;
    width: auto;
    margin-top: -2.75rem;
}
.accord-header #guidePic2 {
    margin-top: -.5rem;
    margin-left: -.75rem;
    height: 14rem;
    width: auto;
}
.accord-header #guidePic3 {
    width: 18rem;
    height: auto;
    margin-left: -3.75rem;
    margin-top: -.25rem;
    margin-bottom: auto;

}
.accord-header {
    display:flex;
    flex-direction: row;
    height: 5rem;
    margin-bottom: 3rem;
    width: 85vw;
    margin-left: 2rem;
    box-shadow: 15px 15px 90px #39444e;
    text-align: right;
}
.accord-header h4 {
    margin-right: 1rem;
    margin-top: 1.25rem;
    font-size: 1.5rem;
    text-align: right;
    width: 100%;
}

.accord-content {
    display: grid;
    background: #8abcab;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 5rem;
    grid-column-gap: 1vw;
    width: 77vw;
    margin-left: 8vw;
    margin-top: -5rem;
    margin-bottom: 2rem;
    height: auto;
    padding: 1rem;

}

.accord-content {
    display: none;
}
.accord-header {
    background: #f68b5f;
}
.on {
    background: #8abcab;
}

body {
    background-color: lightgray;
}

.home a p {
    background-color: #8abcab;
    color: #39444e;
    text-align: center;
    vertical-align: middle;
    height: 5rem;
    font-size: 1.25rem;
    margin-top: -1rem;
    padding-top: 2rem;
    border: 3px solid white;
    width: 50vw;
    float: right;
    margin-right: 10vw;
}
.home a {
    text-decoration: none;
}
.home a img {
    width: 100vw;
    height: auto;
}
 h3 {
    font-size: 1.45rem;
    text-align:  center;
}
.home .wideHomeImg {
    display: none;
}
.home #rafting2Home, #kayak1Home, #gourmet2Home {
    display: none;
}
.home p {
    margin: 1rem;
    margin-top: -3rem;
}
.home h4 {
    width: 50vw;
    background-color: #8abcab;
    color: #39444e;
    text-align: center;
    align-content: flex-end;
    vertical-align: middle;
    height: 3.5rem;
    font-size: 1.25rem;
    margin-right: 40vw;
    margin-left: 5vw;
    margin-top: -3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: 3px solid white;
    z-index: -1;
    margin-bottom: 5rem;
    box-shadow: 1px 3px 10px #39444e;
}

.registration {
    margin: 1rem;
}

h3{
    font-size: 2rem;
}
.registration span {
    max-width: 700px;
}
.registration legend {
    font-size: 1.5rem;
    padding: 1.5rem;
}
.registration fieldset {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    padding-bottom: 2rem;
}
.registration #name {
    width: 85vw;
}
.registration .phone {
    margin-top: .15rem;
    padding: 0;
    max-width: 700px;
}
input, select {
    width: 100%;

}
#submit {
    height: 3rem;
    padding-top: .25rem;
}
.registration .package, .personal, .questions{
    max-width: 700px;
}
.thanks {
    margin: 4rem;
}
.reservations {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem;
    margin-top: 2rem;
}
.reservations p {
    margin-bottom: 1rem;
}
.reservations #adventureInfo {
    margin-left: 8vw;
    width: 70vw;
    font-size: .75rem;
    align-content: center;
    background-color: #fdf4b4;
    z-index: -1;
    margin-top: -1rem;
    padding-top: 2rem;
}

#adventureInfo td {
    padding: 1rem;
}

#adventureInfo tr td:nth-child(1){
    width: 8rem;
    line-height: 1rem;
    font-weight: 600;

}
.reservations .infoTitle {
    box-shadow: 5px 2px 10px #39444e;
    background-color: #8abcab;
    width: 55vw;
    height: 5rem;
    margin-left 15vw;
    margin-left: 10vw;
    z-index: 1;
}
.reservations h3 {
    margin-top: .5rem;
}
.registerBtn {
   margin-left: 2rem;
    font-size: 2rem;
    text-decoration: none;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin: 2rem;
    padding-top: 1rem;
    background-color: #f68b5f;
    width: 12rem;
    height: 3rem;
    box-shadow: 3px 3px 10px #39444e;
    border: 3px solid white;
}
.registerBtn a {
    text-decoration: none;
    color: white;
}
.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact .contactHead {
    background-color: #8abcab;
    width: 75vw;
    margin-left: 8vw;
    margin-bottom: -2rem;
    margin-top: 2rem;
    z-index: 1;
    box-shadow: 5px 2px 10px #39444e;
    height: 5rem;
    padding: 1rem;
}
.contact p {
    margin: 1rem;
    padding: 1rem;
    background-color: #fdf4b4;
    z-index: -1;
    line-height: 1.5rem;
}
.contact h3 {
    margin-top: 1rem;
}
.map iframe {
    width: 400px;
    height: auto;
}
.map {
    width: 400px;
    height: auto;
    margin-top: 2rem;
    margin-left: 1rem;
}
.address, .phone {
    padding: 1rem;
    width: 100vw;
    margin-top: -3rem;
}
.contact .contactInfo {
    background-color: #fdf4b4;
    width: 89.5vw;
    margin-left: 1rem;
}
.guides p {
    line-height: 1.5rem;
}

.rafting figure figcaption {
    width: 60vw;
    background-color: #8abcab;
    margin-left: 12vw;
    width: 85vw;
    height: 5rem;
    margin-top: -1rem;
    box-shadow: 15px 15px 90px #39444e;
    border: 3px solid white;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.kayaking figure figcaption {
    width: 60vw;
    background-color: #8abcab;
    margin-left: 12vw;
    width: 85vw;
    height: 5rem;
    margin-top: -1rem;
    box-shadow: 15px 15px 90px #39444e;
    border: 3px solid white;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.gourmet figure figcaption {
    width: 60vw;
    background-color: #8abcab;
    margin-left: 12vw;
    width: 85vw;
    height: 5rem;
    margin-top: -1rem;
    box-shadow: 15px 15px 90px #39444e;
    border: 3px solid white;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}
