*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-weight: 300;
    color: #fff;
}

img {
    filter: grayscale(50%) contrast(80%) brightness(30%);
}


/* Hero section */

.parallax-container {
    height: 1000px;
}


/* Regular nav */

nav {
    position: fixed;
    z-index: 999;
    color: grey;
}

nav i {
    color: #000;
}

nav ul li a {
    font-family: "Kalam";
    font-size: 1.5em;
    color: #424242;
    text-transform: uppercase;
    font-weight: 400;
}

nav .brand-logo {
    font-family: "Great Vibes";
    font-weight: 600;
    font-size: 2.5em;
    color: #424242;
    width: 70%;
}


/* Mobile nav */

.side-nav li>a {
    color: #eee;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.side-nav i.material-icons.right {
    color: #eee;
}


/* Content in hero */

.intro {
    font-family: "Great Vibes";
    font-size: 2em;
    margin: 300px auto;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 300;
}

header h1 {
    font-family: "Great Vibes";
    font-weight: 300;
    /* text-transform: uppercase; */
    margin: 0;
    letter-spacing: 6px;
}

h4,
h5 {
    font-family: "Great Vibes";
    font-size: 3em;
    color: #fff;
    font-weight: 300;
}


/* Details */

.info {
    margin-top: 300px;
}

.detail p {
    font-size: 2em;
    font-family: "Kalam";
}


/* RSVP section */

.rsvp {
    margin-top: 325px;
    letter-spacing: 3px;
}

.cta {
    margin-top: 50px;
}

.cta>a {
    color: #424242;
    font-weight: 600;
}

@media (max-width:600px) {
    .parallax-container {
        height: 900px;
    }
    .info {
        margin-top: 200px;
    }
    .rsvp {
        margin-top: 250px;
    }
    h1 {
        font-size: 2em;
    }
    h4,
    h5 {
        font-size: 2.2em;
    }
}