/*
 Theme Name:   bootScore Child
 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
*/
@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamregularregular';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
p.body-text{
    font-family: 'gotham_lightregular';
    font-weight: 700;
    color:#525669;
}
.h2,.h3{
    font-family: 'gothambold';
    color:#525669;
}
.sub-title{
    font-family: 'gothamregularregular';
    font-size: 20px;
    color:#8f93a3;
}

.inner-container{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
}
.section1 h1{
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-25%, -50%);
    font-family: 'gotham_blackregular';
}
.section1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-nav-widget .textwidget p{
    font-family: 'gotham_bookregular';
}
/*** media queries ***/
@media screen and (min-width: 320px) {
    .section1 h1  {
      font-size: calc(1.6rem + 6 * ((100vw - 320px) / 680));
    }
    .section1{
        background-position: 60%;
    }
    .section_3_title{
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    .section3_bullets{
        width: 55%;
        margin: 0 auto;
    }
    .section3 p.body-text{
        text-align: center;
    }
    .top-nav-widget .ms-3 {
        margin-left: 0 !important;
    }
    .top-nav-widget .textwidget p {
        font-size: 17px;
        width: 300px;
        display: table-caption;
    }
    .top-nav-widget .textwidget span.divider{
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .section1 h1  {
      font-size: 4.5rem;
    }
    .section_3_title{
        width: 60%;
        margin: 0;
        text-align: left;
    }
    .section3_bullets{
        width: 100%;
        margin: 0;
    }
    .section3 p.body-text{
        text-align: left;
    }
    .top-nav-widget .textwidget p{
        font-size:12px;
        display: block;
        width: 100%;
    }
    .top-nav-widget .textwidget span.divider{
        display: inline-block;
    }
}

.section3_bullets{
    list-style-image: url('img/bullet.png');
    padding: 0px 0px 0px 15px;
}
.section3_bullets li{
    font-family: 'gotham_lightregular';
    font-weight: 700;
    color:#525669;
    padding-left: 5px;
}
.get-quote-btn{
    background-color: #00a8e3;
}
.get-quote-btn:hover{
    background-color: #525669;;
}
.btn-title{
    font-family: 'gothamregularregular'; 
    font-size: 20px; 
}
/*** theme overrides ***/
.row {
    --bs-gutter-x: 0rem;
}
.navbar-fixed-top.scrolled{
    background-color:#1a324a;
}
.navbar-fixed-top{
    background-color:transparent;
}
.navbar-brand{
    z-index: 9999;
}
#nav-main .container{
    position: relative;
}
#nav-main .fa-solid{
    font-size: 28px;
}
#nav-main .btn:hover{
    border:0px;
}
#offcanvas-navbar{
    background-color: #1a4160;
}
#offcanvas-navbar .btn-close{
    position: absolute;
    right: 5%;
    top: 4%;
    border: 2px solid #83a6c2;
    border-radius: 100%;
    background: transparent url('img/close.png') center / 1em auto no-repeat !important;
}
.offcanvas.offcanvas-end {
    width: 100% !important;
}
.offcanvas-header{
    background-color: none !important;
}
.nav-link{
    font-family: 'gotham_bookregular';
    text-transform: uppercase;
    color:#ffffff;
}
.header-actions{
    position: absolute;
    top: 10px;
    right: 0;
}
.bootscore-info{
    background-color:#1a324a !important;
}