@import url('https://fonts.googleapis.com/css2?family=Forum&family=Glass+Antiqua&display=swap');

#content {
    max-width: 1600px;
    margin: 0 auto;
}
#contact{
    max-width: 1600px;
    margin: 0 auto; 
}
nav a{
    text-align: center;
    color: #e8dcce;
    text-decoration: none;
    padding: 35px;
}
.home-title{
    color: #6b8b80;
    font-family: "Glass Antiqua",'Rockwell', cursive;
    font-size: 2em;
    margin-top: 10px;
}
h4{
    color: #6b8b80;
}
#hero {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    margin-top: -100px; 
}
#hero-box {
    grid-column: 1/4;
    grid-row: 1/3;
    z-index: -1;

}
#hero-msg h1, #hero-msg h4 {
    text-align: center;
    color: #e8dcce;
}
#hero-img {
    width: 100%;
}
#hero-msg {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 100px;
}
h2{
    margin: 0;

}
.msg h2{
    color: #6b8b80;
    font-family: "Glass Antiqua",Georgia, cursive;

}
.msg p{
    color: #6b8b80;
    font-size: .8em;
    padding-bottom: 15px;
}
.button-box{
    text-align: center;
}
main section{
    text-align: center;
    color: #6b8b80;
}
#background {
    height: 725px;
    background-color: #c29e88;
    grid-column: 1 / 11;
    grid-row: 4 / 9;
 
}
body {
    background-color: white;
    font-family: "Forum", Garamond, serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
header {
    background-color: #6b8b80;
    display: grid;
    grid-template-columns: 150px auto;
}
nav a:hover {
    background-color:  #579aab;
    color:#e8dcce;
}

nav {
    display: flex;
    justify-content: space-around;
}

.book, .join {
    background-color:  #579aab;
    color: #e8dcce;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 50px;
    border-radius: 5px;
}
.book:hover, .join:hover {
    background-color:  #6b8b80;
    color: #e8dcce;
}
.msg {
    background-color: #e8dcce;
    line-height: 1.5em;
    padding: 35px;
    grid-column: 6 / 10;
    grid-row: 6 / 7;
    box-shadow: 5px 5px 10px #6f7364;

}
.logo{
    width: 100px;
    height: 100px;
}
.icon {
    width: 80px;
    padding-top: 10px;
}
footer{
    background-color: #6b8b80;
    color: #e8dcce;
    padding: 25px 50px;
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer p{
    font-size: 1.2em;
}
footer a{
    color:#e8dcce;
    text-decoration: none;
}
footer a:hover{
    color:#e8dcce;
    text-decoration: none;
}
footer.social img{
    padding-top: 15px;
}
#logo_link{
    padding-top: 5px;
    padding-top: 5px;
    justify-self: center;
    align-self: center;
}
.rivers-card, .camping-card, .rapids-card {
    margin: 200px 0;
} 
.card-img{
    border: 10px solid #c29e88;
    width: 100%;
    transition: transform .5s;
    box-shadow: 5px 5px 10px #6f7364;
} 
.card-img:hover {
    opacity: .6;
    transform: scale(1.1);
}
.mountains{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 5 / 8;
    box-shadow: 5px 5px 10px #6f7364;
}
main section img {
    box-sizing: border-box;
}
main{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.rivers-card {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.camping-card {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
}

.rapids-card {
    grid-column: 8 / 10;
    grid-row: 2 / 3;
}

.hero2 {
    position: relative;
    text-align: center;
}

.hero2 img {
    width: 100%;
    height: auto;
}

.hero2 h1 {
    position: absolute;
    top: 70%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: #e8dcce;
    font-size: 4rem;
}
.contact-info {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 4fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.contact-info img{
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 auto;
    height: 200px;
    width: 200px;
}

.book-online {
    background-color: #579aab;
    color: #e8dcce;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    font-family: "Glass Antiqua",Georgia, cursive;
    grid-area: 1 / 1 / 2 / 2;
    width: 600px;
    height: 100px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 50px;
    
}
.contact-details {
    grid-area: 2 / 1 / 3 / 2;
    margin: 0 auto;
}
.contact-details h2 {
    font-size: 50px;
    font-family: "Glass Antiqua",Georgia, cursive;
    color: #6b8b80;

}
.contact-form{
    background-color: #c29e88;
    border-radius: 10px;
    grid-area: 2 / 2 / 3 / 3;
    padding: 45px;
    
}
.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-top: 1rem;
}

.contact-form input, .contact-form textarea {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ddd;
}

.contact-form button {
    margin-top: 1rem;
    background-color: #579aab;
    color: #e8dcce;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    font-family: "Glass Antiqua",Georgia, cursive;
    font-size: 50px;
}
@media screen and (max-width: 900px) {
    #hero, .home-grid {
        display: block;
        height: auto;
    }
    nav, footer {
        flex-direction: column;
    }
    nav a {
        display: block;
        padding: 15px;
    }
    #hero {
        margin-top: 0;
    }
    #hero-msg {
        margin-top: 0;
    }
    #hero-msg h4 {
        display: none;
    }
    #hero-msg h1 {
        color: #6f7364;
    }
    .home-title {
        font-size: 25px;
    }
    .rivers-card, .camping-card, .rapids-card { 
        margin: 50px auto;
        width: 60%;
    }
    #background {
        display: none;
    }
    .mountains, .msg {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    footer {
        margin-top: 25px;
    }
}



