body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;

}

.logo {
    position: absolute;
    width: 280px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 15%;
}

.top {
    height: 100vh;
    width: 50%;
    display: inline-block;
    float: left;
    background-size: cover!important;
    cursor: pointer;
}

.color {
    height: 100%;
    background: rgba(0,0,0,0.35);
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
}

h1 {
    margin: 0;
    position: relative;
    top: 55%;
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 55px;
    -webkit-transition: all 0.3s ;
            transition: all 0.3s ;
}

.ele h1 {
    text-align: right;
    margin-right: 60px;
}

.high h1 {
    margin-left: 60px;
}

h1 span {
    display: block;
    text-transform: none;
    font-size: 55px;
}

div.ele {
    background: url('left.jpg');
}

div.high {
    background: url('right.jpg');
    background-position-x: 10%;
}

.high.active .color { 
    background: rgba(0, 77, 133, 0.7);
 }

.ele.active .color {
    background: rgba(45, 194, 232, 0.7);
}

.active h1 {
    top: 52.5%;
}


@media (max-width: 1200px)   {
    
    .logo {
        width: 260px;
    }

    h1 {
    font-size: 45px;
    line-height: 49px;
    }

    .ele.top {
    background-position-x: 10%;
    }

    .high.top {
    background-position-x: 25%;
    }

    h1 span {
    font-size: 50px;
    }

}


@media (max-width: 991px)   {
    
    .ele h1 {
    margin-right: 30px;
    }

    .high h1 {
    margin-left: 30px;
    }
    
    h1 span {
    font-size: 45px;
    }

    h1 {
    font-size: 35px;
    line-height: 44px;
    }

    .logo {
    width: 245px;
    }

    .ele.top {
    background-position-x: 20%;
    }

    .high.top {
    background-position-x: 32%;
    }
}


@media (max-width: 767px)   {

    .logo {
    width: 26%;
    top: 9%;
    }

    h1 {
    top: 55%;
    }

    .active h1 {
    top: 55%;
    }

    h1 {
    font-size: 30px;
    line-height: 37px;
    }

    h1 span {
        font-size:35px;
        line-height: 30px
    }

}

@media (max-width: 550px)   {


    h1 {
    font-size: 30px;
    }

    h1 span {
        font-size:35px;
    }

.top {
    width: 100%;
    height: 50%;
}

.logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
        left: 60%;
            display: none;
}
.ele h1 {
    text-align: left;
    margin-left: 30px;
}
body {
    height: 100vh
}
}