#section2home{
    background: url("../images/section2homePatternDust.png"), #4B020A;
    /* fallback for old browsers */
    background: url("../imgages/section2homePatternDust.png"), -webkit-linear-gradient(to left, #4B020A, #950E2D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url("../images/section2homePatternDust.png"), linear-gradient(to left, #4B020A, #950E2D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    /*overflow-y: hidden;*/
    position: relative;  
    overflow-y: hidden;
    height: 600px;
}

#section2homeTitleAuthor h1{
    color: #FAB813;
    font-family: BlackWidow;
    font-size: 5vh;
    font-weight: lighter;
    letter-spacing: 4px;
    line-height: 2vh;
    margin-top: 2vh;
    text-shadow: 1px 2px black;
}

#section2homeTitleAuthor h2{
    color: #f16a6a;
    font-family: EscolarNormal;
    font-size: 30px;
    margin-top: 40px;
    text-shadow: 1px 2px black;
}

#section2homeTitleAuthor h3{
    color: white;
    font-family: EscolarNormal;
    font-size: 30px;
    margin-top: 30px;
    text-shadow: 1px 2px black;
}

#section2homeDracula img{
    display: inline-block;
    width: 100%;
}

/********** MEDIA QUERIES PORTRAIT*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:portrait) {
    #section2home{
        height: 100vh;
    }

    #section2homeTitleAuthor h1{
        font-size: 8vh;
        line-height: 10vh;
        margin-top: 5vh;
    }

    #section2homeTitleAuthor h2{
        font-size: 4vh;
    }

    #section2homeTitleAuthor h3{
        font-size: 4vh;
        margin-top: 0vh;
    }

    #section2homeDracula {
        bottom : -10vh;
    }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:portrait){
    #section2homeTitleAuthor h1{
        font-size: 12vh;
        line-height: 12vh;
        margin-top: 7vh;
    }
    #section2homeDracula img{
        width: 45%;
    }
}
/* MD */
@media screen and (min-width: 992px) and (orientation:portrait){

    #section2homeTitleAuthor{
        width: 80%;
    }

    #section2homeTitleAuthor h1{
        font-size: 12vh;
        line-height: 12vh;
        margin-top: 7vh;
    }
    #section2homeDracula img{
        width: 90%;
    }
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:portrait){
}

/********** MEDIA QUERIES LANDSCAPE*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:landscape) {
    #section2home{
        height: 100vh;
    }

    #section2homeTitleAuthor h1{
        font-size: 17vh;
        line-height: 22vh;
        margin-top: 10vh;
    }

    #section2homeTitleAuthor h2{
        font-size: 8vh;
    }

    #section2homeTitleAuthor h3{
        font-size: 8vh;
        margin-top: 0vh;
    }

    #section2homeDracula {
        display: none;
    }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:landscape){
    #section2homeTitleAuthor h1{
        font-size: 18vh;
        line-height: 18vh;
        margin-top: 18vh;
    }
    #section2homeDracula img{
        width: 90%;
    }
}
/* MD */
@media screen and (min-width: 992px) and (orientation:landscape){
    #section2home{
        height: 600px;
    } 
    #section2homeTitleAuthor{
        width: 50%;
    }
    #section2homeTitleAuthor h1{
        font-size: 100px;
        line-height: 90px;
        margin-top: 100px;
    }
    #section2homeTitleAuthor h2{
        font-size: 40px;
        margin-top: 50px;
    }
    #section2homeTitleAuthor h3{
        font-size: 40px;
    }
    #section2homeDracula {
        bottom: -100px;
        display: inline-block;
    }
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:landscape){
}
