@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

body * {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin-left: 15vw;
    margin-right: 15vw;
}

section.content {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* Helpers */
.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}

/* Typography */
h1,
h2,
h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 70px;
    letter-spacing: 10px;
    text-align: center;
    color: white;
    z-index: 10;
    opacity: 0.8;
}

h3 {
    font-size: 14px;
    line-height: 0;
    letter-spacing: 8px;
}

p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.4em;
}

.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: "Source Sans Pro", sans-serif;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}

/* Section - Title */

.title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

.title h1 {
    font-size: 35px;
    letter-spacing: 8px;
}

.parallax-one,
.parallax-two,
.parallax-three {
    padding: 300px 100px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /* filter: grayscale(100%); */
    /* https://www.w3schools.com/cssref/css3_pr_filter.asp */
}

.parallax-one {
    background-image: url(http://media.nj.com/southjerseyhssports/photo/girls-soccer-roundup-photo-lmn-3200-9037787jpg-a65fde8e9554fd62.jpg);
}

.parallax-two {
    background-image: url(http://static.wixstatic.com/media/847c88_c3ce55d312a42b0d1eaea5c9903d1a4f.jpg_1024);
}

.parallax-three {
    background-image: url(http://static.wixstatic.com/media/847c88_c3ce55d312a42b0d1eaea5c9903d1a4f.jpg_1024);
}