::selection {
    background: #d5ead2;
}

::-moz-selection {
    background: #d5ead2;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #d5ead2;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

@media only screen and (max-width:767px) {
    h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

#splashContainer p {
    width: 527px;
    margin: 0 auto 20px;
    font-family: 'HelveticaNeueRegular', 'InterstateThin';
    font-size: 28px;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: .09em;
}

#splashContainer p.second {
    width: 517px;
    margin: 0 auto 20px;
    font-family: 'HelveticaNeueRegular', 'InterstateThin';
    font-size: 28px;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: .05em;
}

h2.listHeader {
    font-family: 'InterstateBold';
    font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #b71021;
    margin: 0 0 -20px 4px;
    font-weight: normal;
    letter-spacing: -0.05em;
}

ul#mindList {
    margin-top: -15px;
}

ul#whyList, ul#mindList {
    width: 540px;
    left: -20px;
    margin: 0 auto;
    font-family: 'InterstateSemiBold';
    font-size: 20px;
    position: relative;
}

h1.bigText {
    width: 640px;
    margin: 0 auto;
    font-family: 'InterstateThin';
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    line-height: .9em;
}

ul#whyList li, ul#mindList li {
    margin-top: -10px;
    padding-left: 5px;
    list-style-image: url(../img/bulletList.png);
    list-style-position: outside;
}

ul#linkList {
    position: relative;
    width: 540px;
    left: 30px;
    margin: -17px auto;
    list-style-type: none;
}
}