html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a, a:visited {
    color: #FFF;
    text-decoration: none;
}

[data-story] {
    visibility: hidden; /* Until loaded. */
}

[data-scene] {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

[data-position] {
    /* position: absolute; */
}

[data-navigation] {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding:10px;
    z-index: 100;
    display: none;
}

[data-scene-number] {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3.5px;
    border-radius: 6px;
    background-color: #888;
    opacity: 0.65;
}

[data-scene-number].active {
    background-color: #FFF;
    opacity: 1;
}

[data-view] {
    width: 100%;
    height: 100%;
}

[data-portrait-only]::before {
    display: none;
    opacity: 0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation:landscape) {
    [data-portrait-only]::before {
        content: "Please turn device to portrait mode.";
        background-color: #000;
        color: #FFF;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.975;
        box-sizing: border-box;
        padding: 25% 0 0 0;
        text-align: center;
    }
}

#complexStory {
    background: #FFF;
    position: relative;
    font-family: "Open Sans";
    color: #000;
}

.invisible {
    visibility: hidden;
}

.link-hack {
    display: inline-block;
}

.z-level-master {
    z-index: 1000000;
}

.z-level-1 {
    z-index: 100000;
}

.z-level-2 {
    z-index: 10000;
}

.z-level-3 {
    z-index: 1000;
}

.z-level-4 {
    z-index: 100;
}

.z-level-5 {
    z-index: 10;
}

.half {
    height: 50%;
    width: 50%;
}

.no-overflow {
    overflow: hidden;
}

.text-black {
    color: #000;
}

.text-red {
    color: #F33;
}

.text-white {
    color: #FFF;
}

.bg-lightgray {
    background: #D3D3D2;
}

.bg-offwhite {
    background: #F2F0E6
}

.bg-black {
    background: #000;
}

.bg-white {
    background: #FFF;
}

.bg-red {
    background: #F33;
}

.video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.full-img {
    min-width: 100%;
    min-height: 100%;
}

.img-svgLogo {
    width: 150px;
    height: 150px;
}

.makingCulturePop {
    max-width: 70%;
    height: auto;
}

.img-makingCulturePop {
    width: 100%;
    height: auto;
}

.complexLogo-bg {
    width: 150px;
    height: 150px;
    background: #000;
    color: #FFF;
}

.complexLogo-bg .content {
    font-weight: 800;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 140%;
    -webkit-font-smoothing: antialiased;
}

.strike-content {
    position: absolute;
    font-family: "Tungsten 5r", "Tungsten 6r";
    font-size: 5.5rem;
    text-transform: uppercase;
    text-align: center;
}

.strikethrough {
    position: relative;
}

.strikethrough-split {
    position: relative;
    width: 100%;
    height: 33%;
    top: 17%;
}

.fill-bar {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.fill-line {
    width: 100%;
    height: 10px;
}

.bg-stars {
    background-image: url('./img/stars.jpg');
    background-size: contain;
    background-position: 50%;
}

.flag-partial {
  position: relative;
  width: 100%;
  height: 14.295%;
  overflow: hidden;
}

.flag-view {
    z-index: 10;
}

.flag-stars {
  margin-top: 0;
  height: 28.57%;
}

.flag-content {
    width: 85%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.eyeball-content {
    text-transform: uppercase;
    font-size: 1.35rem;
    word-spacing: 1.5rem;
    letter-spacing: 0.75rem;
}

.img-overlay {
    background-size: cover;
    background-position: 50%;
}

.bg-rogenrza {
    background-image: url('./img/rogenrza.jpg');
}

.bg-mia {
    background-image: url('./img/mia.jpg');
}

.bg-kimk {
    background-image: url('./img/kimk.jpg');
}

.bg-bieber {
    background-image: url('./img/bieber.jpg');
}

.content-block {
    padding: 1em 0;
    text-align: center;
}

.content-block.first {
    padding-top: 15em;
}

.img-text {
    width: 80%;
    max-width: 570px;
}

.img-text-large {
    width: 60%;
}

.img-flying {
    width: 175px;
    /* height: 175px; */
    max-width: 30%;
    /* max-height: 30%; */
}

.cover-wrapper {
    -webkit-perspective: 900px;
    perspective: 900px;
}

.cover {
    display: inline-block;
    position: relative;
    width: 211px;
    height: 292px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.cover-img {
    position: absolute;
    top: 0;
    left: 0;
}

.cover .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cover .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.scenefloor {
    width: 100%;
    height: 45%;
}

.footer {
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.footer span.back-to-complex {
    border: 1px solid #FFF;
    padding: 3px 25px;
    display: inline-block;
    margin: 0 50px 0 0;
    color: #FFF;
}

picture {
    display: block;
}

img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

nav {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 50px;
}

nav .img-svgLogo {
    width: 30px;
    height: auto;
}

.contact-links {
  display: inline-block;
  float: right;
  height: 100%;
  vertical-align: middle;
  color: #666;
  line-height: 50px;
  margin-right: 20px;

}

.contact-links, .contact-links a {
    color: #FFF;
    font-size: 0.65rem;
    font-weight: bold;
}

.back-button {
    color: #FFF;
    font-size: 0.65rem;
    display: inline-block;
    /* border-right: 1px solid gray; */
    text-transform: uppercase;
    /* padding: 16px 20px; */
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}

.back-button span {
    display: inline-block;
    background: url("http://cdn.covers.complex.com/assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
    background-position: 0px 3px;
    margin-right: 10px;
    height: 12px;
    width: 5px;
}

.text-img-control {
    max-width: 80%;
}

@media only screen and (min-width:900px) and (max-height : 740px) {
    .breakpoint {
        width: 50%;
    }

    .img-community {
        width: 100%;
        height: auto;
    }
}

.mobile-only {
    display: none;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    .video {
        display: none;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .eyeball-content {
        display: none;
    }

    .img-arrows {
        background-image: url('./img/arrows.gif');
        background-size: cover;
        background-position: 50%;
    }

    .img-eyeball {
        background-image: url('http://covercdn.complex.com/custom/about-mobile/i_sc7.jpg');
        background-size: cover;
        background-position: 50%;
    }

    .img-complex {
        background-image: url('http://cdn.covers.complex.com/assets/about_complex_assets/mobile/img/ipad/i_sc9_bey.jpg');
        background-size: cover;
        background-position: 50%;
    }

    .img-pop {
        width: 120%;
    }

    .flag-content {
        font-size: 0.85rem;
    }

    .footer span {
        display: block;
    }

    .footer span.back-to-complex {
        margin: 0 0 15px 0;
    }

    .content-block {
        padding: 0.2em 0;
        text-align: center;
    }

    .contact-links, .contact-links a {
        color: #FFF;
        font-size: .65rem;
    }
}
