/*
 Theme Name:   Momlifeclub Thema
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #FAECDB !important;
	padding: 15px 0;
}

body {
	font-family: 'Lora', serif;
	font-size: 18px;
}

.bootscore-footer small { font-size: 16px; padding: 15px 0 !important;}

.top-button {
    opacity: 1;
    border-radius: 50px;
	border: 1px solid #EFBD9B;
	background: #EFBD9B;
}

.offcanvas-body { background: #FAECDB; }
.offcanvas-body .mb-0 { padding: 15px !important; }

footer .bg-light { padding: 0px !important; }

.navbar-brand {
    max-width: 100px;
    z-index: 99;
    position: absolute;
    margin-top: 70px;
    width: 100px;
    float: right !important;
    right: 0;
}

@media only screen and (min-width: 768px) {
.navbar-brand {
    max-width: 120px;
    z-index: 99;
    position: absolute;
    margin-top: 100px;
    width: 120px;
	    float: left !important;
    left: 0;
	    left: auto !important;
    right: auto !important;

}
}