
/* XS */ 
@media (min-width: 0px) {  
    .h-180 {min-height: 180px !important; max-height: 180px !important;}
    .h-330 {min-height: 330px !important; max-height: 330px !important;}
    .h-550 {min-height: 550px !important; max-height: 550px !important;}
    
    .ms-n_1_8 {margin-left: -1.8rem !important;}
    .m-wave {margin-top: -1px;}
    
    .slogan_fTxt-r1, .slogan_fTxt-r2{font-size: 2.5rem; line-height: 1.12}
    .slogan_fTxt-r2{color: var(--logo_color_i); font-weight:400;}
    /*.rollingImg {margin-top: 95px;}*/
    
    .cuslTtext {font-size: calc(1.275rem + .3vw);}
    
    .web-h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.14;
        /*margin-top:45px;*/
        padding-top: 45px;
        margin-bottom: 30px;
    }
    
    .web-h2 {
        text-shadow: -1px -1px #000;
        font-variant: small-caps;
        font-size: 37px;
        line-height: 1.1;
    }
    
    .web-h3 {
        font-size: 37px;
        line-height:1.14;
    }
    
    .web-h4 {
        font-size: 23px;
        text-shadow: -1px -1px #000;
        font-variant: small-caps;
    }
}

/* SM Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  
    .h-sm-180 {min-height: 180px !important; max-height: 180px !important;}
    .h-sm-450 {min-height: 450px !important; max-height: 450px !important;}
  
    .ms-sm_0{margin-left: 0rem !important;}
  
    /*.rollingImg-sm {margin-top: -95px;}*/
    
    .h3-sm { font-size: calc(1.275rem + .3vw);}
  
    .web-h4-sm {
        text-shadow: -1px -1px #000;
        font-variant: small-caps;
        font-size: 37px;
        line-height: 1.1;
    }
}
 

/* MD Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .m-wave-md {margin-top: -45px;}
}
 
/* LG Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .h-lg-86 {min-height: 86px !important; max-height: 86px !important;}
    .h-lg-58 {min-height: 58px !important; max-height: 58px !important;}
    .h-lg-250 {min-height: 250px !important; max-height: 250px !important;}
    .h-lg-330 {min-height: 330px !important; max-height: 330px !important;}
  
    .slogan_fTxt-lg-r1 {font-size: 3.2rem; line-height: 1.12}
    .slogan_fTxt-lg-r2 {font-size: 3.2rem; line-height: 1.12; color: var(--logo_color_i); font-weight:400;}
    /*.rollingImg-lg {margin-top: 20px;}*/

    .m-wave-lg {margin-top: -3%}
    .cuslTtext-lg {font-size: calc(1rem + .3vw); _padding: 0 4px;}
    .sHtext-lg {font-size: 26px;}
  
    #home_scrollTitle_w #sh_i10_img {height: 450px;}
    #home_scrollTitle_w #sh_i20_img {height: 460px;}
    #home_scrollTitle_w #sh_i30_img {height: 470px;}
  
    .web-lg-h1 {
        font-size:60px;
        font-weight:700;
        line-height:1.14;
        padding-top:45px;
        margin-bottom:30px;
    }

    .web-lg-h2 {
        text-shadow: -1px -1px #000;
        font-variant: small-caps;
        font-size:50px;
        line-height:1.1;
    }

    .web-lg-h3 {
        font-size: 50px;
        line-height:1.14;
}
    
}
 
/* XL X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .h-xl-auto {min-height: auto !important; max-height: auto !important;}
  .h-xl-57 {min-height: 57px !important; max-height: 57px !important;}
  .h-xl-190 {min-height: 190px !important; max-height: 190px !important;}
  
  .m-wave-xl {margin-top: -4%}
  
  .cuslTtext-xl {font-size: 1.4rem; _padding: 0 20px;}
}

/* XXL XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    /*.rollingImg-xxl {margin-top:-120px;}*/
    .m-wave-xxl {margin-top: -12%}
    
    .web-xxl-h3 {
        font-size: 50px;
        line-height: 1.14;
    }
}


body {
    font-family: 'Lexend Deca', sans-serif;
}

#navbar_top{
    z-index: 1031;  /* to show dropdown menu over Blog's ()fixed top container)
}

#navbar_top *{
    /*-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
/*    -webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;*/
}
#navbar_top .nav-link {
    /*transition: all 50ms ease-in-out 300ms;*/
}
#navbar_top .nav-link.active,
#navbar_top .dropdown-item.active{
    background-color: var(--logo_color_i);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
    
}

/* // <editor-fold defaultstate="collapsed" desc=" navbar-toggler : menu button - animation "> */
.navbar-toggler {
    position: relative;
    padding-bottom: .8rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid #027bf5;
    border-radius: 2px;
}
/*@media screen and (max-width: 768px) {
    .navbar-toggler {padding-bottom: .6rem;}
}*/

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #027bf5;
    margin-top: 4px;
}
.navbar-toggler .icon-bar:nth-of-type(1) { margin-top: 10px; }

/* active is from : HTML's element onclick */
.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    background: red;
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
    background: red;
}
/* // </editor-fold> */


/* Using this technology: https://css-tricks.com/css-attr-function-got-nothin-custom-properties/
-- this is interesting BUT NOT working https://developer.mozilla.org/en-US/docs/Web/CSS/attr 
Here is how to use it: add class "efect_up" and this vars via style [--bg-col: #70b5f9 | --y: -10px | ----duration: 8s] */
.hover_effect_up{transition: all var(--duration, 0.2s) ease 0s !important; }
.hover_effect_up:hover {background-color: var(--bg-col, red)!important; transform: translateY(var(--y, -7px)); }


/* See ALSO this very nice btn animation on http://jsfiddle.net/apaul34208/M3mEX/2/ */
.button_click_animate {
    transition: all 0.1s  !important;
    -webkit-transition: all 0.1s  !important;
}
.button_click_animate:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

/* <editor-fold defaultstate="collapsed" desc=" Button's / Text: Shine "> 
 * customize it with style="--sh_border: #1827b9a6; --sh_border_hover:#00800066; --sh_bg: #8fbb37;"
 * The is JS $(".add_shine").hover(   for: in order that the animation will work only when mouse "enter" the element and not when leave
*/
.add_shine {
    border: 1px solid var(--sh_border, rgb(146, 148, 248));
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.add_shine:hover {
    box-shadow: 1px 1px 25px 10px var(--sh_border_hover, rgba(146, 148, 248, 0.4));
}
.add_shine:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, var(--sh_bg, rgba(146, 148, 248, 0.4)), transparent);
    transition: all 650ms;
}
.add_shine:hover:before{
    left: 100%;
}
/*</editor-fold> */


/* // <editor-fold defaultstate="collapsed" desc=" Bottom & Footer"> */
#bottom {background-color: #273547; color: #a4bbd7;}
@media (min-width: 768px) {
    #bottom .row>div:not(:last-child) {border-right: 1px solid #ffffff1a;}
}
/* // </editor-fold> */

.h-8 {height: 8px !important;}
.t_shadow {text-shadow: -1px -1px #000;}