/*
 Theme Name: Calce
 Theme URI: https://www.netframe.co
 Description: Thème enfant pour understrap
 Author: Netframe
 Author URI: https://www.netframe.co
 Template: understrap
 Version: 1.0.0
*/

:root {
    --bs-primary-rgb: 60, 79, 69 !important;
}

.navbar-brand.custom-logo-link img{
    width: 50px !important;
}

#wrapper-footer {
    background-color: rgb(60, 79, 69);
}
#wrapper-footer a {
    color:#fff;
}

#page-wrapper .container {
    margin-top: 50px;
    background-color: rgba(255,255,255,0.7);
    padding: 25px;
    border-radius: 10px;
}

h1, h2, h3, h4 {
    color: rgb(60, 79, 69);
}