@charset "UTF-8";
/* CSS Document */
@media only screen and (min-device-width : 1600px){
    p{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    h4{
        font-size: 1.125rem;
    }
    #portfolio-link a, #contact-link a{
        font-size: 1.125rem; 
    }
    #logo a{
        font-size: 1.125rem;
    }
    #cconsent-bar{
        font-size: 1.125rem !important;
        line-height: 1.5rem !important;
    }
    #cconsent-bar button{
        font-size: 1.125rem !important;
    }
    p.text-counter{
        font-size: 1.125rem; 
    }

}

@media only screen and (min-device-width : 1930px){
      #works-essetre{
        background-position-x: 90%;
        background-size: 40%;
    }

}

@media only screen and (min-device-width : 1280px){
    .right-element {
        padding-left: 100px;
    }
}