/* 
Theme Name: Golazo Theme - We Are Cycling
Theme URI: https://golazo.com
Description: Hello, thank you for using our theme. For any help or support, please feel free to contact us at tech@golazo.com
Author: Golazo
Author URI: https://golazo.com
Template: golazo-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: golazo-theme-wearecycling
*/

/*
    Add your custom styles here
*/

.intro{
    min-height: 750px;
    height: calc(100vh - 90px);
    background: none;
}

.intro .intro-title img {
    max-height: 340px;
}

.intro a.btn, .langchooser-content button{
    background-color: #9aca3c;
}

/* FX */
body::-webkit-scrollbar {width: 11px;}
body {scrollbar-width: thin;scrollbar-color: var( --e-global-color-0ae414a ) var( --e-global-color-primary );}
body::-webkit-scrollbar-track {background: var( --e-global-color-primary );}
body::-webkit-scrollbar-thumb {background-color: var( --e-global-color-0ae414a );border-radius: 6px;border: 3px solid var( --e-global-color-primary );}

@media only screen and (max-width: 768px){
    .intro{
        min-height: 450px;
    }
    
    .intro .intro-title img {
        display: block;
    }
}
