/* 
Theme Name: Golazo Theme - Unbreakable
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-unbreakable
*/

/*
    Add your custom styles here
*/

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

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

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