html {
    background: #000000;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #000000;
    color: #EEEEEE;
    font: 15px "Ubuntu", sans-serif;
    line-height: 2;
    max-width: 1920px;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #2592E8;
}

b, strong {
    font-weight: 700;
}

#header {
    height: 663px;
    background-image: url('img/Sphere_Black.jpg');
    background-position: 92% 0%;
    background-size: 1124px auto;
    background-repeat: no-repeat; 
    line-height: 663px;
}

#header_logo {
    width: 200px; 
    vertical-align: middle;
    padding: 0 0 133px;
}

#about {
    padding: 90px 0 110px;
}

#blueprint {
    background-image: url('img/Grid-Unit.png');
    background-repeat: repeat;
}

#blueprint_l {
    background-image: url('img/Blueprint_L.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0% 50%;
}

#blueprint_r {
    background-image: url('img/Blueprint_R.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
}

#blueprint_copy {
    margin: auto 0;
    padding: 110px 0 100px;
}

#shows {
    padding: 75px 0 90px;
}

#logo_block {
    padding: 20px 0 50px;
}

#logo_block img {
    margin-right: 33px;
    margin-bottom: 15px;
}

#shows_copy {
    
}

#cutout {
    position: absolute;
    bottom:-3px;
    min-height: 60px;
    left: 0%;
    width: 100%;
    height: auto;
    
    background-image: url(img/radius_diecut.svg);
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: 50% 100%;
}

#contacts {
    padding: 120px 20% 110px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-transform: uppercase;
}

#contacts a:hover {
    color: #000000;
    text-decoration: underline;
}

.landscape_copy_outer {
    display: inline-block;
    line-height: 100vh;
}

.landscape_copy_inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    padding: 0 10%;
}

.landscape_copy_inner h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    text-shadow: 2px 2px 44px #000000;
}

.landscape_copy_inner p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 2px 44px #000000;
}

.parallax [class*="landscapes_"] {
    /* Thanks, Sebastian Schepis! */
    position: relative;
    height: 100vh;
    float: center;
    
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax [class*="landscapes_"] h1 {
    display: block;
}

.parallax .landscapes_1 {
    background-image: url("img/landscapes/moon.jpg");
}

.parallax .landscapes_2 {
    background-image: url("img/landscapes/polygons.jpg");
}

.parallax .landscapes_3 {
    background-image: url("img/landscapes/training.jpg");
}

.parallax .landscapes_4 {
    background-image: url("img/landscapes/house.jpg");
}

.black-bckgr {
    background: #000000;
}

.blue-bckgr {
    color: #FFFFFF;
    background: #2592E8;
}

footer {
    background: #2592E8;
    color: #296F9B;
    padding: 0 0 1em 0;
    border: 0;
    
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1200px) {
    #blueprint_l {
        background-position: 100% 50%;
    }

    #blueprint_r {
        background-position: 0% 50%;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 26px;
    }

    #header {
        background-position: 50% 0%;
        text-align: center;
    }
    
    #about {
        padding: 50px 7% 60px;
    }
    
    #blueprint_l, #blueprint_r {
        background: none;
    }
    
    #blueprint_copy {
        padding: 50px 7% 60px;
    }
    
    #shows {
        padding: 50px 7% 60px;
    }
    
    .parallax [class*="landscapes_"] {
        position: static;
        background-size: cover;
        background-attachment: scroll;
    }
}

}