/* HERO EDITORIAL SECTION */

html{ 
    background:url('../img/estela-1400x964.jpg') no-repeat 0px 0px;
    background-color:#000000;   
    background-attachment: fixed;
    min-height:100%;/* Ensure the html element always takes up the full height of the browser window */
    background-size:cover; /* The Magic */
}

.hero-editorial {
    padding-left:8%;
}

.hero-editorial h1 {
    font-family: 'moonflower';
    font-size: 7em;
    width: 5em;
}


.hero-editorial h3 {
    font-family: 'lato';
    font-weight: normal;
    font-style: italic;
    font-size: 4.75em;
}

.hero-editorial-body {
    margin-top:1.8em;
    font-size:1em;
    line-height:1.5em;
    text-align: justify;
}

.hero-editorial-first-paragraph {
    margin-top: 0 !important;
    font-size: .9em;
    line-height: 1.5em;
}

.hero-editorial-body p {
    padding: .4em .55em .2em .55em;
}

    
/* HERO MEDIA SECTION */

.hero-media {
    padding-right:8%;
    padding-left: 2.5%;
    padding-top: 18.6em;
}

.hero-media h3 {
    font-family: 'moonflower';
    font-size: 4em;
    margin-bottom: .29em;
    /* background: rgba(28, 28, 28, .47);
    -webkit-box-shadow: 0 0 100px 25px rgba(28, 28, 28, .75);
    -webkit-border-radius: 50px; */
}

.hero-social {
    display: inline-block;
    float: left;
    margin-top: 1.25em;
    width: 100%;
    height: 100%;
    background: black;
}

/* MEDIA QUERIES */

@media (min-width: 1200px){

    .hero-editorial-body {
        height: 32em;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 41px;
    }
}

@media (max-width: 1200px){

    .hero-media {
        padding-right: 8%;
        padding-left: 2.5%;
        padding-top: 23.6em;
    }
}

@media (max-width: 991px) {

    .hero-editorial {
        padding-left:0;
        padding-right:0;
    }    
    .hero-media {
        padding-left:0;
        padding-right:0;
        padding-top: 1em;
    }
    
    .hero-header {
        display: block;
        background: url(../img/estela-750x333.jpg) 0 0 no-repeat;
        padding: 2.25em 0 5.65em 0;
        margin-top: 2.5em;
        background-position: right;
        height: 19em;
    }
    
    .hero-editorial h1 {
        font-size: 5.5em;
        margin-top: -14px;
    }
    
    .hero-editorial h3 {
        font-size: 3.5em;
        margin-right: -.01em;
    }

}


@media (min-width: 992px) and (max-width: 1199px){

    .hero-editorial-body {
        height: 34em;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 35px;
    }
    
}

@media (max-width: 991px) {
    html {
        background:url('../img/estela-mobile.jpg') repeat-y center center;
        min-height:100%;/* Ensure the html element always takes up the full height of the browser window */
        background-size:cover; /* The Magic */
    }
}

@media (max-width: 805px) {

    .hero-editorial {
        padding-left:5%;
        padding-right:5%;
    }    
    .hero-media {
        padding-left:5%;
        padding-right:5%;
    }
    
    .hero-header {
        display: block;
        background: url(../img/estela-675x300.jpg) 0 0 no-repeat;
        padding: 2.25em 0 5.65em 0;
        margin-top: 2.5em;
        background-position: right;
        height: 19em;
    }
    
    .hero-editorial h1 {
        font-size: 4em;
        margin-top: 200px;
    }
    
    .hero-editorial h3 {
        font-size: 2.35em;
        margin-right: -.01em;
        margin-top: -10px;
    }
    
    .hero-editorial-body {
        margin-top: 5.89em;
    }

}

@media (max-width: 668px) {
    html {
        background:none;
        background-color:#000000;
    }
}

@media (max-width: 445px) {

    .hero-header {
        margin-top: 0.8em;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), 
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 991px), 
only screen and (min-resolution: 240dppx) and (max-width: 991px){
    /* RETINA MOBILE IMAGES */
    .hero-header {
        display: block;
        background: url(../img/estela-1900x720.jpg) no-repeat;
        background-size: auto 360px;
        padding: 2.25em 0 5.65em 0;
        margin-top: 2.5em;
        background-position: right;
        height: 19em;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px), 
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 768px), 
only screen and (min-resolution: 240dppx) and (max-width: 768px){
    /* RETINA MOBILE IMAGES */
    .hero-header {
        display: block;
        background: url(../img/estela-1900x720.jpg) no-repeat;
        background-size: auto 300px;
        padding: 2.25em 0 5.65em 0;
        margin-top: 2.5em;
        background-position: right;
        height: 19em;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 395px), 
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 395px), 
only screen and (min-resolution: 240dppx) and (max-width: 395px){
    /* RETINA MOBILE IMAGES */
    .hero-header {
        display: block;
        background: url(../img/estela-850x720.jpg) no-repeat;
        background-size: auto 300px;
        padding: 2.25em 0 5.65em 0;
        margin-top: 2.5em;
        background-position: right;
        height: 19em;
    }
}