@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&family=Roboto&display=swap');
#content{
    max-width:1600px;
    margin:0 auto;
}
form{
    margin: 0 auto;
  width: 400px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1em;
}
#feedback{
    background-color: antiquewhite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: .5em;
    display: none;  
}
.moveDown {
    margin-top: 3em;
}
label {
    /* Uniform size & alignment */
    display: block;
    width: 200px;
  }
  input,
  textarea {
    /* To make sure that all text fields have the same font settings
       By default, textareas have a monospace font */
    font: 1em sans-serif;
  
    /* Uniform text field size */
    width: 100%;
    box-sizing: border-box;
  
    /* Match form field borders */
    border: 1px solid #999;
    padding:.1em;
  }
  
  input:focus,
  textarea:focus {
    /* Additional highlight for focused elements */
    border-color: #000;
  }
  
  textarea {
    /* Align multiline text fields with their labels */
    vertical-align: top;
  
    /* Provide space to type some text */
    height: 5em;
  }
  
  .button {
    /* Align buttons with the text fields */
    padding-left: 90px; /* same size as the label elements */
  }
  
  button {
    /* This extra margin represent roughly the same space as the space
       between the labels and their text fields */
    margin-left: 0.5em;
  }
.rivs2{
    margin: 5% 30%;
    background-color:#4A412A;
    color:chartreuse;
    padding:50px;
    border-radius: 50%;
    border:3px dotted yellow;
    font-family:'Reenie Beanie',cursive;
}
.rivs{
    margin: 5% 20%;
    padding:50px;
    border-radius: 10px;
    background-color: #cccccc;
}
nav a{
    text-align:center;
    color:#006B00;
    padding:25px 35px;
    font-size:1.5em;
    text-decoration:none;
}
#top-bar{
    background-color:#b7d9ff;
    margin-bottom:10px;
    padding-bottom:6px;
    display:grid;
    grid-template-columns: 150px auto;
}
#hero{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    margin-top: -100px; 
    
}
#hero-msg h1{
    text-align:center;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    
}
#hero-msg h4{
    color:white;text-align:center;
}
#hero-img{
    width:100%;
}
#hero-msg{
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 100px;
}

#hero-box{
    grid-column: 1/4;
    grid-row: 1/3;
    z-index: -1;
}
.button-box{
    text-align:center;
}
main section{
    text-align:center;
}
main section img{
    box-sizing:border-box;
}
#background{
    height:725px;
    background-color: #b7d9ff;
}
body{
    background-color: #bfbfbf;
    color:#006B00;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    margin: 0;
    padding: 0;
}
header{
    background-color: #bfbfbf;
    color:#006B00;
    
}
nav {
    display: flex;
    justify-content: space-around;
    align-items:center;
    
}
nav a:hover{
    background-color: #bfbfbf;
    color:#006B00;
    text-decoration:none;
}
.book, .join{
    background-color: #bfbfbf;
    color:#006B00;
    padding:15px 30px;
    margin-top:50px;
    border-radius:5px;
    text-decoration:none;
    border: 1px solid #4873d0
}
.book:hover,.join:hover{
    background-color: #b7d9ff;
    color:#006B00;
    text-decoration:none;
}
.msg{
    background-color: #bfbfbf;
    line-height: 1.5em;
    padding:35px;
    border:2px solid #006B00;
    border-radius:5px;
}
footer{
    background-color: #bfbfbf;
    padding:25px 50px;
    /* margin-top: 200px;  */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer a{
    color:#006B00;
    text-decoration: none;
}
footer a:hover{
    color:#006B00;
    
}
footer p a:hover{
    text-decoration: none;text-decoration:underline;
}
footer .social img{
    padding-top:15px;
}
.home-title{
    color:#006B00;
    font-size:2em;
    margin-top:10px;
}
h4{
    color:#006B00;
}
h2{
    margin:0;
}
.msg h2{
    color:#006B00;
}
.msg p{
    color:#006B00;
    padding-bottom:15px;
}
#logo_link {
    padding-top: 5px;
    justify-self: center;
    align-self: center;
}          
.icon{
    padding-top:10px;
    width:80px;
}
.rivers-card,.camping-card,.rapids-card{
    margin-top:200px;
    margin-bottom:200px;
}
.card-img:hover{
    box-shadow: 10px 10px 8px #686868;
    transform: scale(1.05);
}
.card-img{
    border:10px solid #4873d0;
    transition:.5s;
    border-radius: 5px;;
}

.card-img, .mountains {
    width: 100%;
}
.home-grid{
    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;
}
#background{
    grid-column: 1/11;
    grid-row:4/9;
}
.mountains{
    grid-column: 2/7;
    grid-row:5/8;
    box-shadow: 5px 5px 10px #6f7364;
}
.msg{
    grid-column: 6/10;
    grid-row:6/7;
    box-shadow: 5px 5px 10px #6f7364;
}



/* Changes CSS under 900px */
@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;
    }
    .home-title {
        font-size: 25px;
        color: #6f7364;
    }
    .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;
    }
}
            