/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

* {
    font-family: "Segoe UI", sans-serif;
}

body {
    font-size: 1em;
}

a {
    color: #009ee3;
}

#title-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    #title-container div {
        padding: 0;
    }
}

header {
    background-color: #009ee3;
    margin-bottom: 30px;
}

#offcanvas-navbar:not(.show) {

}

#offcanvas-navbar:not(.show) a.nav-link {
    color: #fff;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    #offcanvas-navbar:not(.show) a.nav-link {
        margin-right: 20px;
        /*text-transform: uppercase;*/
    }
}

#offcanvas-navbar:not(.show) a.nav-link:hover {
    color: #000;
}

#offcanvas-navbar ul.dropdown-menu {
    border: none;
}

#offcanvas-navbar:not(.show) ul.dropdown-menu {
    border-radius: 0;
    background-color: #009ee3;
}

#offcanvas-navbar:not(.show) ul.dropdown-menu .dropdown-item {
    /*text-transform: uppercase;*/
    color: #fff;
}

#offcanvas-navbar:not(.show) ul.dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: #009ee3;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #009ee3;
}

.nav-toggler {
    color: #fff;
    border-color: #fff;
}

.nav-toggler:hover {
    background-color: #000;
    border-color: #000;
}

#header-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    #header-image {
        height: 200px;
    }
}

@media (min-width: 992px) {
    #header-image {
        height: 300px;
    }
}

.card {
    border-radius: 0 !important;
}

.card-header {
    background-color: rgba(0,158,227,.2);
    border-radius: 0 !important;
}

.top-bar-widget a {
    text-decoration: none;
}

.title-1 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
}

.title-2 {
    font-size: 1.2em;
    text-decoration: none;
    color: #7a7a7a;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1.3em;
}

h2.card-header {
    font-size: 1.25em;
}

h3.card-title {
    font-size: 1.1em;
}

@media (min-width: 762px) {
    .title-1 {
        font-size: 2em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }
}


