body {
    background-color: rgb(162, 104, 104);
    overflow-x: hidden;
}

.details-container {
    background-image: url(../images/loverspointpark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-x: 45%;
    background-position-y: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    text-align: center;
}

.details-container-schedule {
    position: absolute;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(106, 52, 52, 0.879);
    box-shadow: 0px 0px 5px black;
    border-radius: 15px;
    color: rgb(202, 202, 202);
    padding: 3vh;
    font-family: 'Times New Roman', Times, serif, cursive;
    text-shadow: 2px 2px 4px black;
}

.schedule-ceremony {
    padding: 16px;
}

.date {
    font-size: 4vh;
    padding-bottom: 12px;
}

.event {
    font-size: 3.8vh;
}

.time {
    font-size: 3.2vh;
}

.location {
    font-size: 2.8vh;
}

.address {
    font-size: 2.2vh;
    text-decoration: underline;
}

.address:hover {
    color: rgb(198, 208, 216);
}

.lodging-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    padding: 0px 10px 10px;
}

.section-description {
    background-color: rgba(33, 65, 100, 0.85);
    width: 90vw;
    padding: 2vh;
    font-size: 2.4vh;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: aliceblue;
    text-shadow: 0px 2px 1px rgb(1, 1, 1);
    box-shadow: 0 2px 2px black;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 8px;
}

#hotel-description {
    width: fit-content;
}

.hotel-container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 15px;
    background-color: rgb(33, 65, 100);
    padding: 3px;
    margin-bottom: 5vh;
}

.hotel {
    width: 50%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 0 0 4px black;
    border: 3px solid rgb(33, 65, 100);
}

.hotel:hover {
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.822);
}

.hotel h1 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 2.5vh;
    color: aliceblue;
}

#centrella {
    background-image: url(../images/centrella.jpg);
    background-position-y: 100%;
    background-size: cover;
}

#gables {
    background-image: url(../images/gables.jpg);
    background-size: cover;
    background-position: center;
}

#borgs {
    background-image: url(../images/borgs.jpg);
    background-size: cover;
    background-position: center;
}

#lpi {
    background-image: url(../images/lpi.jpg);
    background-size: cover;
    background-position: center;
}

.activities-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 0px 10px 10px;
    margin-bottom: 5vh;
}

 #activities-description {
    width: 90vw;
    margin-top: 0;
 }
 
.funstuff-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.funstuff {
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0px 0px 8px black;
    margin-top: 5vh;
    border: 5px rgb(33, 65, 100) solid;
    background-color: rgb(33, 65, 100);
    font-size: 1.8vh;
    text-align: center;
}

.funstuff h1 {
    padding: 6px;
}

.funstuff:hover {
    box-shadow: 0 0 3px black;
}

#aquarium {
    background-image: url(../images/montereybayaquarium.jpg);
    background-size: cover;
    background-position: center;
}

#cannery {
    background-image: url(../images/cannery.jpg);
    background-size: cover;
    background-position: center;
}

#oldmonterey {
    background-image: url(../images/oldmonterey.jpg);
    background-size: cover;
    background-position: center;
}

#lighthouse {
    background-image: url(../images/lighthouse.jpg);
    background-size: cover;
    background-position-y: 60%;
}

#lobos {
    background-image: url(../images/lobos.jpg);
    background-size: cover;
    background-position: center;
}

#carmel {
    background-image: url(../images/carmel.jpg);
    background-size: cover;
    background-position-y: 100%;
}

#wine {
    background-image: url(../images/wine.jpg);
    background-size: cover;
    background-position-y: 10%;
}

.hotel h1, .funstuff h1 {
    text-decoration: underline;
}

.hotel:hover h1 {
    font-size: 2.7vh;
}

.funstuff:hover {
    font-size: 2vh;
}

.dining-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    padding: 0px 10px 10px;
}

.restaurant-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
}

.restaurant {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
    width: 90vw;
}

.restaurant-title {
    background-color: rgba(33, 65, 100, 0.85);
    width: 90vw;
    padding: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-shadow: 1px 1px 2px black;
    text-align: center;
    color: aliceblue;
    font-size: 3vh;
    text-decoration: underline;
}

.restaurant:hover .restaurant-title {
    background-color: rgb(33, 65, 100);
    color: rgb(255, 255, 255);
    font-size: 3.2vh;
}

.restaurant:hover .restaurant-image-container {
    border: 4px solid rgb(33, 65, 100);
}

.restaurant-image-container {
    border: 4px solid rgb(33, 65, 100);
    width: 100vw;
    height: 50vh;
    display: flex;
    overflow-x: hidden;
}

@keyframes crystalfishmove {
    0% {
        transform: translate(0%, 0%);
    }

    100% {
        transform: translate(-50%, 0%);
    }
}

#fa-image-container {
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: auto;
    background-color: rgb(232, 232, 232);
}

#fa-image {
    width: 98vw;
    object-fit: cover;
}

#crystalfish-image-container {
    overflow: hidden;
}

#crystalfish-image {
    animation: crystalfishmove 40s linear forwards infinite;
}

#michaels-image {
    height: 100%;
    width: 100%;
    align-self: center;
    object-fit: cover;
    overflow: hidden;
}

#grotto-image-container {
    overflow: hidden;
}

#grotto-image {
    width: 100%;
    object-fit: cover;
}

#peppers-image-container {
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: auto;
    background-color: gainsboro;
}

#peppers-image {
    overflow: scroll;
    object-fit: cover;
    width: 100vw;
}

#rosines-image-container img {
    height: calc(50vh - 8px);
    width: calc(100vw - 8px);
    position: absolute;
    animation: imagefade ease-in-out 16s infinite;
    object-fit: cover;
}

@keyframes imagefade {
    0% {
        opacity: 1;
    }
    17% {
        opacity:1;
    }
    25% {
        opacity:0;
    }
    92% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#rosines-image-container img:nth-of-type(1) {
    animation-delay: 12s;
}
#rosines-image-container img:nth-of-type(2) {
    animation-delay: 8s;
}
#rosines-image-container img:nth-of-type(3) {
    animation-delay: 4s;
}
#rosines-image-container img:nth-of-type(4) {
    animation-delay: 0s;
}