/*
 Theme Name:   Astra Child
 Theme URI:    https://www.wplounge.nl/
 Description:  Astra Child Theme
 Author:       Saskia Pouw
 Author URI:   https://www.wplounge.nl/
 Template:     astra
 Version:      1.0.0
 Tags:         tags, tag
 Text Domain:  astra-child
*/

/* =Eigen CSS hier beneden plaatsen
*/

:root :where(.is-layout-flex) {
    gap: 8px;
}


/* Astra Free Sticky Header */
.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.contact-info > p {
    margin-bottom: 0em;
}


.shadow{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

i.fa-solid.fa-phone {
    color: white;
    margin-top: 5px;
}

i.fas.fa-envelope {
       color: white;
    margin-top: 6px; 
}


/*nieuw niet afgebroken*/
div#nieuw {
    white-space: nowrap;
}

