@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background-color: #ffffff;
    text-align: center;  
}

.cbottom {
    border-bottom: 2px solid #f9c4ab !important;
    border-radius: 1px;
    margin-top: 5px;;
}

.hero-bg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../img/photo/justine_voorpagina.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #ffffff;
}

.op-100 {
    opacity: 1 !important;
}

.op-70 {
    opacity: 0.7;
}

.kokos {
    color: #ffffff !important ;
}

.perzik {
    color: #f08159 !important;
}

.perzik-50 {
    color: #f9c4ab;
}

.perzik-bg {
    background-color: #f08159 !important;
}

.perzik-bg-50 {
    background-color: #f9c4ab !important;
}

.aubergine {
    color: #211452; 
}

.aubergine-bg {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #211452;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;   
    border-radius: 10px;
}

.aubergine-50 {
    color: #786e9c;
}

.aubergine-20 {
    color: #d7cffd;
}

.aubergine-bg-20 {
    background-color: #ebe9f8 !important;
}

.colimg {
    margin: auto;    
    display: block;
}


/* .footer-space-top {
    margin-top: 15rem !important;
} */

.footer-list {
    list-style-type: none;
}

.footer-link {
    text-decoration: none;
    color:  #211452;
}

.footer-link:hover {
    color: #786e9c;
}

.sticky-social-icons {
    /* position: fixed; */
    left: 85vw !important;
    bottom:10vh !important;
}

.btn-outline-secondary {
    color: #ffffff !important;
    border-color: #ffffff !important;
}