h3 {
    color: rgba(156, 78, 0, 1);
}

/* Main Body */
#first-div {
    background-image: url("../images/banners/NikoAllisonEng-149touchedup.jpg");

}

#second-div {
    background-image: url("../images/banners/NikoAllisonEng-170touchedup.jpg");
 
}

#third-div {
    background-image: url("../images/banners/NikoAllisonEng-155.jpg");
 
}

.text {
    margin: 2rem 5%;
}

#ceremony, #reception {
    display: flex;
    justify-content: space-between;
}

.text-box {
    width: 30%;
}

.text-box p {
    padding-top: 1rem;
}

iframe {
    height: 300px;
    width: 100%;
}

img {
    width: 100%;
}

.text-box {
    margin: 1%;
    padding: 1.5rem 0.5rem;
}

@media only screen and (orientation: portrait) {

    #ceremony, #reception {
        flex-direction: column;
        align-items: center;
    }

    .text-box {
        width: 80%;
    }
}