/* 
Theme Name: Golazo Theme - Zesdaagse
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-zesdaagse
*/

/*
    Add your custom styles here
*/

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

.intro .intro-title img {
    max-height: 300px;
}
.intro .intro-title h1, .intro .intro-title h3 {
	text-shadow:2px 2px 4px rgba(0,0,0,0.5);
}

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



.intro a.btn, .langchooser-content button {
color:#000;
background: rgb(226,194,109);
background: linear-gradient(115deg, rgba(226,194,109,1) 0%, rgba(248,233,180,1) 35%, rgba(193,142,47,1) 100%);
border-radius:2px;
box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
transition: all .5s ease-in-out;
}
.intro a.btn:hover, .langchooser-content button:hover, .intro a.btn:focus, .langchooser-content button:focus {
color:#fff;
background:#7B6B45;
}