/* Hero image */

.wwdc-hero {
    background-image: url("../images/hero.svg");
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-size: 2502px;
    background-position: 50% 0;
    margin-bottom: -100px;
    position: relative;
    top: -100px;
}

@media only screen and (max-width: 414px) {
    .wwdc-hero {
        background-image: url("../images/hero-mobile.svg");
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-size: 440px;
        background-position: 60% 0;
        margin-bottom: -28px;
        position: relative;
        top: -28px;
    }
}

/* Hero copy */

.copy-container {
    max-width: 368px;
    padding-top: 444px;
    margin: 0 auto;
    text-align: center;
}

.copy-container-inner {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 414px) {
    .copy-container {
        max-width: 285px;
        padding-top: 16.5em;
        margin: 0 auto;
        text-align: center;
    }
}

.intro {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #656667;
    margin: 0 auto;
}

@media only screen and (max-width: 414px) {
    .intro {
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        letter-spacing: .02em;
        color: #656667;
        margin: 0 auto;
    }
}

.logo {
    margin-top: 38px;
}

@media only screen and (max-width: 414px) {
    .logo {
        /*background-image: url("../images/wwdc-lockup.svg");*/
        display: inline-block;
        background-repeat: no-repeat;
        margin-top: 38px;
        width: 198px;
        height: 85px;
    }
}

/* Platter */

.platter {
    max-width: 800px;
    margin: 0 auto;
    padding: 14em 0 8em 0;
    color: #646464;
    z-index: 999;
}

@media only screen and (max-width: 735px) {
    .platter {
        max-width: 800px;
        margin: 0 auto;
        padding: 6em 0 5em 0;
        color: #646464;
        z-index: 999;
    }
}

/* Platter items */

.platter .row .column {
    padding: 40px;
    text-align: center;
}

@media only screen and (max-width: 735px) {
    .platter .row .column {
        background: #f8f8f8;
    }
}

/* Platter items (type) */

.platter .row .column h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 17px;
}

.platter .row .column  p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #656667;
}

/* Platter items (customizations) */

#sessions h2 {
    color: #D72C48;
}

#labs h2 {
    color: #2AB0CE;
}

#consultations h2 {
    color: #1FA995;
}

#guest-speakers h2 {
    color: #E1A931;
}

#get-togethers h2 {
    color: #3A5D6F;
}

#special-events h2 {
    color: #E64E45;
}

#tickets h2 {
    color: #3C3C3C;
}

#scholarships h2 {
    color: #3C3C3C;
}

#tickets,
#scholarships {
    padding: 40px 130px;
}

@media only screen and (max-width: 735px) {
    #tickets,
    #scholarships {
        padding: 40px;
    }
}

#special-events {
    background: #f8f8f8
}
