/*
Theme Name: tema child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/** new Home page **/

.jumbo-section{
        overflow: hidden;
}

.home-jumbo-img{
   position: absolute;
   bottom: 0px !important;
   z-index: 6;
   filter: brightness(55%);
}

.jumbo-right-col{
    background-color: white;
    height: 100% ;
        position: relative;
    top: 0;
    right: 0;
    filter: brightness(80%);
}

.jumbo-right-col > .col-inner,.jumbo-left-col > .col-inner{

    height: 100%;
}


.jumbo-left-col{
    background-color: black;
    height: 100% ;
    position: relative;
    top: 0;
    left: 0;
    filter: brightness(80%);

}

.jumbo-section .section-content{
    background-color: green;
    height: 100% !important;
    display: flex;
    align-items: center;
}

.jumbo-row{
    height: 100% ;
}

.jumbo-presentation{

        
    position: absolute;
    bottom:  3rem;
padding: 3rem;
  
    font-size: 0.7rem !important;
}
.panda-home-title{

    position: absolute;
    top:  7rem;
font-size: 5rem;
  text-align: center;
    color: white;
    
     color: transparent;
        -webkit-text-stroke: 2px black;
		text-stroke: 2px black;
        text-shadow: none;
}
.reverse-home-title{
 color: transparent;
        -webkit-text-stroke: 2px white;
		text-stroke: 2px white;
        text-shadow: none;
        
    position: absolute;
    top:  7rem;
font-size: 5rem;
  text-align: center;

    z-index: 55;
       filter: brightness(100%);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}