/*
 Theme Name:   Divi Child
 Theme URL:    https://liekevdvoort.nl
 Description:  Divi Child Theme
 Author:       Lieke van der Voort
 Author URL:   https://liekevdvoort.nl
 Template:  Divi
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  astra-child
*/ 
/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

/* Circe Regular
font-family: circe, sans-serif;
font-weight: 400;
font-style: normal;
 
Circe Bold
font-family: circe, sans-serif;
font-weight: 700;
font-style: normal;

Circe Italic
font-family: circe, sans-serif;
font-weight: 400;
font-style: italic;

Circe Bold Italic
font-family: circe, sans-serif;
font-weight: 700;
font-style: italic;

Circe Rounded Regular
font-family: circe-rounded, sans-serif;
font-weight: 400;
font-style: normal;

Circe Rounded Bold
font-family: circe-rounded, sans-serif;
font-weight: 700;
font-style: normal; */

/* Study Regular
font-family: study, serif;
font-weight: 400;
font-style: normal;

Study Italic
font-family: study, serif;
font-weight: 400;
font-style: italic;

Study Bold
font-family: study, serif;
font-weight: 700;
font-style: normal;

Study Bold Italic
font-family: study, serif;
font-weight: 700;
font-style: italic; */

p{
    font-family: circe, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5{
    font-family: study, serif;
    font-weight: 700;
    font-style: normal;
}

.logo_container a {
    background: white;
    padding: 40px 20px 45px;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.06);
}

.et-fixed-header .logo_container a{
    padding: 40px 20px 40px;
}

@media only screen and (max-width: 980px) {
    #main-header{
        background-color: rgba(202,212,221,0.65)!important;
    }
    #mobile_menu{
        background-color: white!important;
    }
    #mobile_menu li a{
        color: black!important;
    }
    .logo_container a{
        padding: 40px 20px 33px!important;
    }
}