/*
Theme Name:   TwentyTwentyTwo Child
Theme URI:    http://koffiehuisamsterdam.versie1.online
Description:  TwentyTwentyTwo Child is a child theme of Twenty Twenty-Two.
Author:       Bitman
Author URI:   http://bitman.nl
Template:     twentytwentytwo
Version:      1.0.0
Text Domain:  twentytwentytwochild
*/
 /* * Typography */
@font-face {
	font-family: BoliviaNoProblem;  
	src: url(https://koffiehuisamsterdam.versie1.online/wp-content/themes/twentytwentytwo-child/fonts/bolivia-no-problem.ttf);  
	font-weight: normal;  
}

 /* * BW filter on image hover */
.uppercase{
    text-transform: uppercase;
}
.hover-bw img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-bw img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
    cursor: pointer;
}
.no-margin{
    margin-bottom: -25px !important;
}

.wp-block-button .has-background:hover{
    opacity: 1;
    background-color: #242A55!important;
    transition: .3s ease-in-out;
}

.wp-block-button .has-text-color:hover{
    font-weight: bold;
    transition: .3s ease-in-out;
}

h1, h2, h3, h4, h5{
    font-family: BoliviaNoProblem!important;
}

.doneer-btn{
	background-color: #7b88ff;
	color: white;
	padding: 8px 20px!important;
}
