h1,
p {
    color: #fff
}
* {
    padding: 0;
    margin: 0
}
a {
    text-decoration: none
}
a:hover {
    opacity: .7
}
body,
html {
    height: 100%
}
@font-face {
    font-family: BIGJOHN;
    src: url(fonts/BIG_JOHN.otf) format("opentype")
}
@font-face {
    font-family: quicksilver;
    src: url(fonts/Quicksand-Regular.otf) format("opentype")
}
#scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: auto
}
.panel {
    width: 100%;
    height: 800px
}
h1 {
    font-family: BIGJOHN;
    line-height: 50px
}
h2 {
    font-family: BIGJOHN;
    line-height: 40px;
    color: #fff
}
h3 {
    font-family: BIGJOHN;
    color: white;
    padding-top: 5px;
    line-height: 30px;
}
.subtitle {
    font-size: 12pt;
    line-height: 30px
}
p {
    font-family: quicksilver;
    max-width: 450px
}
div[title=home] {
    background: linear-gradient(rgba(40, 40, 40, .8), rgba(40, 40, 40, .8)), url(images/rockies.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
div[title=school] {
    background: linear-gradient(rgba(40, 40, 40, .6), rgba(40, 40, 40, .6)), url(images/geisel.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.apple[title=exp] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/apple_park.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.apple2[title=exp] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/apple2_park.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.apple3[title=exp] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/apple3_park.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.apple4[title=exp] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/apple4_park.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.antengo[title=exp] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/SD.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.sns[title=proj] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/sdhacks.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.overdrive[title=proj] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/overdrive.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.doorman[title=proj] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/door.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.healthstream[title=proj] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/stanford.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.lynx[title=proj] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/usc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.snow[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/snow.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.hike[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/hike.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.volley[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/vb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.games[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/games.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.cook[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/cook.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.eat[title=intr] {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/eat.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.contact {
    background: linear-gradient(rgba(40, 40, 40, .7), rgba(40, 40, 40, .7)), url(images/tentfeet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.centric {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.centertext {
    text-align: center;
    align-self: center
}
.logoBar {
    align-self: center;
    margin-bottom: 20px
}
.active {
    opacity: 1;
    width: 90px
}
.inactive {
    opacity: .5;
    width: 45px
}
.logo {
    padding: 0 5px
}
.contacticon {
    display: inline;
    padding: 0 20px 20px
}
.vid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%)
}
