body{
    background-color: rgb(250, 231, 215);
}

.hero-image {
    /* background-image: url("/assets/images/rfv_cover.jpg");  */
    /* background-color: #cccccc;  */
    /* height: 110vh;  */
    max-width: 640px;
    /* background-position: center;  */
    /* background-repeat: no-repeat;  */
    /* background-size: auto;   */
}


.responsive-img{
    width: 100%;
    display: block;
    margin: auto;
    max-width: 640px;
    height: auto;
}
.menu-top{

    position: absolute;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px 35px;
    border-bottom: solid 1px lightgray;
}
@media only screen and (max-width: 640px) {
    nav {
      background-color: #ffffff;
      opacity: 0.7;
    }
  }