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

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

body {
   color: white;
   background-color: #212529;
}


:root {
    --gold: #b3925d;
  }

  .navbar-light .navbar-nav .nav-link {
    font-family: 'Merriweather';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: 0.75px;
    color: white;
    padding-right: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: grey;
}

.bg-custom-dark{
    background-color: #1f1f20;
}

.main-wrapper{
    margin-top: 140px;
}

.second-wrapper{
    background-color: var(--gold);
    padding: 1rem;
}

.second-wrapper >div {
    font-family: 'Merriweather';
    font-size: 15px;
    margin: 0 auto;
    line-height: 2;
    width: fit-content;
}

.mery, h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather', serif;
}

.logo-top {
    color: var(--gold);
    font-size: 15px;
    letter-spacing: 2px;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: var(--gold);
}

.logo-main{
    color:white;
    font-weight: bold;
}