.title-trans {opacity: 1;}

.title-trans .blue {opacity: 1;}

.hero a, 
.hero a:visited, 
.hero a:hover, 
.hero a:focus, 
.hero a:active {
    color: rgba(251,251,252, 1);
}

:target {
    display: block;
    position: relative;
    top: -7.8rem;
    visibility: hidden;
  }

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    color: rgb(52, 56, 56);
    background-color:  rgb(52, 56, 56) ; 

}

.screen-hero {display: none;}

.mob-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;   
}


.hero {
    margin: 0;
    background-color: rgb(52, 56, 56);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    padding-top: 15.5rem;
    padding-bottom: 13.5rem;
    padding-top: 38vh;

}
                                       
.title-large {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3em;
    color: rgba(251,251,252, 1); 
    padding: .5em;
    padding-top: .3em;
    padding-bottom: .3em;
    display: block;
}



@media screen and (max-width: 549px)  {

    .title-large {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        font-weight: 600 !important;
    }

    .hero {
        padding-top: 8rem;
        padding-bottom: 6rem;
        padding-top: 27vw;
        padding-bottom: 13vw;
    }

    .title-large {
        width: 100%;
        font-size: 3.2rem;
        font-size: 13vw;
        line-height: 1.5em !important;
        background-image: none;

    }

}

   
    @media screen and (max-width: 999px)  {
    .hero {
        background-image: none;
        background: transparent;
    }
    
    body {
        background: rgb(52, 56, 56);
        margin: 0;
        padding: 0;
        background: url(../img/main-backgr/mob-hero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: top center; 
        height: 100%;
        height: 100vh;
        
        
    }

    .hero {
        background: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21,193,229, .95)), to(rgba(21,193,229, .25)));
        background-image: -webkit-linear-gradient(rgba(21,193,229, .95), rgba(21,193,229, .25));
        background-image: -moz-linear-gradient(rgba(21,193,229, .95), rgba(21,193,229, .25));
        background-image: -o-linear-gradient(rgba(21,193,229, .95), rgba(21,193,229, .25));
        background-image: linear-gradient(rgba(21,193,229, .95), rgba(21,193,229, .25));
    }


    .main-section {
        background:transparent !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(248,248,250, .95)), to(rgba(248,248,250, .3))) !important;
        background-image: -webkit-linear-gradient(rgba(248,248,250, .95), rgba(248,248,250, .3)) !important;
        background-image: -moz-linear-gradient(rgba(248,248,250, .95), rgba(248,248,250, .3)) !important;
        background-image: -o-linear-gradient(rgba(248,248,250, .95), rgba(248,248,250, .3)) !important;
        background-image: linear-gradient(rgba(248,248,250, .95), rgba(248,248,250, .3)) !important;    
    }

    
}

@media screen and (min-height: 1100px) and (max-width: 999px)  {

    body {
        background: rgb(52, 56, 56);
        background: url(../img/main-backgr/pad-hero.jpg);
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: top center; 
        height: 100%;
        height: 100vh;
    }
}


@media screen and (min-width: 550px) and (max-width: 999px)  {

    
    .hero {
        padding-top: 9rem;
        padding-bottom: 9rem;
        padding-top: 24vw;
        padding-bottom: 12.5vw; 
    }

    .title-large {
        width: 100%;
        font-size: 4.5rem;
        font-size: 12vw;
        line-height: 1.5em !important;
        background-image: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 999px)  {

    .hero {
        padding-top: 6rem;
        padding-bottom: 2.2rem;
    }

    .title-large {
        background-image: none;
        width: 100%;
        font-size: 11vw;
        padding: 1.1em;
        line-height: 1.5em !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
}

}



@media screen and (min-width: 1000px) and (max-width: 1150px)  {
    
    .title-large {
        font-size: 3.5rem !important;
        font-size: 5.2vw !important;       
    }
}


@media screen and (min-width: 1000px) {

    .blue {
        color: rgba(251,251,252, 1) !important;
    }

.mob-hero { display: none };

.hero {
    background-image: none;
    background: transparent;
  
}

body {
    background: rgb(52, 56, 56);
    margin: 0;
    padding: 0;
    background: url(../img/main-backgr/screen-main-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; 
}
    

.screen-hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            
}

.hero {
    background: transparent;
    height: 100vh;
    width: 100%; 

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21,193,229, .98)), to(rgba(52, 56, 56, .0)));
    background-image: -webkit-linear-gradient(rgba(21,193,229, .98),  rgba(52, 56, 56, .0)); 
    background-image: -moz-linear-gradient(rgba(21,193,229, .98),  rgba(52, 56, 56, .0)); 
    background-image: -o-linear-gradient(rgba(21,193,229, .98),  rgba(52, 56, 56, .0)); 
    background-image: linear-gradient(rgba(21,193,229, .98),  rgba(52, 56, 56, .0)); 
    position: relative;

  /*  padding-top: 10vh;  */
    
}
                                       
.title-large {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 100%;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(21,193,229, .0)), color-stop(rgba(52, 56, 56, .25)), to(rgba(52, 56, 56, .0))) ;
    background-image: -webkit-linear-gradient( rgba(21,193,229, .0),  rgba(52, 56, 56, .25),  rgba(52, 56, 56, .0)) ;  
    background-image: -moz-linear-gradient( rgba(21,193,229, .0),  rgba(52, 56, 56, .25),  rgba(52, 56, 56, .0)) ;  
    background-image: -o-linear-gradient( rgba(21,193,229, .0),  rgba(52, 56, 56, .25),  rgba(52, 56, 56, .0)) ;  
    background-image: linear-gradient( rgba(21,193,229, .0),  rgba(52, 56, 56, .25),  rgba(52, 56, 56, .0)) ;  
    display: block;  
    color: rgba(251,251,252, 1);
    padding: 2.5rem;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    -ms-flex-item-align: center; align-self: center;
    font-size: 3.5rem;
    padding: 2.5em .96em 2.58em .96em;
    padding: 3em .96em 3.08em .96em; 
    font-size: 5.1vw; 
    position: absolute;
    top: 46.5%; 
    transform: translateY(-50%);
    
}

.hero a, 
.hero a:visited, 
.hero a:hover, 
.hero a:focus, 
.hero a:active {
    color: rgba(251,251,252, 1);
}

:target {
    display: block;
    position: relative;
    top: -12rem;
    visibility: hidden;
  }
/*
.title-large a {
    color: rgba(52, 56, 56, .95) !important;
}
*/


}



@media screen and (max-width: 359px)  {

    .title-large {
        text-align: center;
        margin: 0 auto;
        font-weight: 600 !important;
        font-size: 2.6rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media screen and (min-width: 360px) and (max-width: 399px)  {


    .title-large {
        font-size: 3rem;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
       
}

}

/*
@media screen and (min-width: 2500px)   {
body {
    margin: 0;
    padding: 0;
    background: url(../img/main-backgr/bigscreen-main-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; 
}
}

@media screen and (min-height: 1667px)   {
    body {
        margin: 0;
        padding: 0;
        background: url(../img/main-backgr/bigscreen-main-hero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center center; 
    }
    }
    */