body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

h1, h2 {
    font-family: Pacifico, Bradley Hand, cursive;
}

h2 {
    color:#f0598b;
}

h3, h4, h5, h6 {
    font-weight: 800;
}


.section:nth-of-type(odd) .contents-row h3 {
    color: #6c52a2;
}

.section:nth-of-type(even) .contents-row h3 {
    color: #fcae24;
}

#main-container {
    background-image: url("/public/media/background.jpg");
    background-size: contain;
    z-index: -2;
    box-shadow: inset 0px 550px 150px -150px #022a3da3;
}

.letter-spacing-3 {
    letter-spacing: 0.3rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.section:nth-of-type(odd) .contents-row > div:last-of-type {
    padding-left: 12.5%;
}

.section:nth-of-type(even) .contents-row > div:last-of-type {
    padding-right: 12.5%;
}

.section:nth-of-type(odd) h2 {
    transform: rotate(-90deg);
    left: -77px;
}

.section:nth-of-type(even) h2 {
    transform: rotate(90deg);
    right: -77px;
}

.section-header {
    position: relative;
}

.section-header h2 {
    position: absolute;
}
/*

.section-header h2 {
    position: absolute;
    bottom: 93px;
    font-size: 140px;
    vertical-align: baseline;
}

.about-section .section-header h2 {
    right: -60px;
    bottom: 141px;
    font-size: 120px;
}
*/

.about-section {
    background-attachment: fixed;
    box-shadow: inset 0px 65px 50px -50px #171b29a6;
}

.about-section h2 {
    top: 170px;
    font-size: 120px;
}

.schedule-section h2 {
    top: 175px;
    font-size: 100px;
}

.about-section .section-contents {
    font-weight: bold;
    font-size: 17px;
}

.gallery-section h2 {
    font-size: 120px;
    top: 262px;
    left: -110px !important;
}

.gallery-section {
    background-attachment: fixed;
    box-shadow: inset 0px -65px 50px -50px #171b29a6;
}

.rsvp-section h2 {
    top: 70px;
    font-size: 135px;
}

.rsvp-section.section {
    background-blend-mode: color-burn;
}

.gallery-section .section-contents {
    padding: 0;
}

.rsvp-section .section-contents
{
    text-align: center;
    padding: 120px 0;
}

.rsvp-section .contents-row button {
    background: #fcae24;
    color: #004750;
    border: none;
    padding: 14px 39px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 5px 11px 39px 9px #00000078;
}

.schedule-section .section-contents {
    color: #fff;
    font-size: 16px;
}

.section-contents {
    padding: 150px 0;
}

.info-section .section-contents {
    padding: 100px 0;
    font-weight: bold;
    font-size: 17px;
}

.info-section {
    box-shadow: inset 0 65px 50px -50px #171b29a6;
}

.info-section h2 {
    top: 125px;
    font-size: 135px;
}

.section {
    background-image: url(/public/media/background.jpg);
    background-blend-mode: overlay;
}

header {
    width: 100%;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

footer p {
    text-align: center;
    position: relative;
    bottom: 0;
    margin: -25px 0;
    font-weight: 600;
    font-size: 14px;
}

#menu-container {
    text-align: center;
    position: relative;
}

#menu-top, #menu-bottom {
    height: 40px;
    color: #69c1ed;
    font-size: 25px;
    line-height: 40px;
}

#main-logo {
    max-width: 100%;
    height: 200px;
    width: auto;
}

#menu-content .nav-link {
    margin: 75px 0;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    padding: 0 1rem;
}

#menu-bg {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-top: 3rem;
    transform: translate(-50%);
    height: 200px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#menu-bg img {
    height: 100%;
}

#menu-content {
    z-index: 2;
    min-width: 1024px;
}

#menu-bg::before {
    content: " ";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    height: 200px;
    width: calc(50% - 140px);
    background-image: url("/public/media/banner-bg.png");
    background-size: contain;
    text-align: center;
}

#menu-bg::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: calc(50% - 140px);
    background-image: url("/public/media/banner-bg.png");
    background-size: contain;
    text-align: center;
}

#menu-bottom {
    font-family: Pacifico, Bradley Hand, cursive;
    font-size: 35px;
}

@media (min-width: 1200px){
    .left-vertical-text {
        font-size: 200px !important;
    }
    .right-vertical-text {
        font-size: 200px;
    }
}

@media (min-width: 992px){
    .left-vertical-text {
        font-size: 140px;
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
    }

    .right-vertical-text {
        font-size: 140px ;
        writing-mode: vertical-rl;
        transform: rotate(360deg);
    }
}

@media (min-width: 768px){
    .left-vertical-text {
        font-size: 150px;
    }
    .right-vertical-text {
        font-size: 150px;
    }
}
*, *::before, *::after {
    box-sizing: border-box;
}