/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.container-wrap {
    background: url("https://premiercharlotte.com/wp-content/uploads/2024/06/PremierCLT-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    center align-content: center;
    background-position: bottom;
}


div#bnr-sec {
    padding-top: 60px !important;
}

.bnr-txt h1 {
    position: relative;
    color: var(--bs-secondary-color) !important;
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.bnr-txt h1::after {
    position: absolute;
    content: '';
    background-color: #cc3333;
    height: 3px;
    width: 315px;
    bottom: 0;
    left: 0;
}


.bnr-txt p {
    padding: 10px 0px;
    .5rem!important:;color: var(--bs-secondary-color)!important;
    font-weight: 500;
    font-family: system-ui !important;
    font-size: 24px;
}

.bnr-txtend p {
    font-size: 1rem;
    padding-top: 35px;
}


a#bnr-btn {
    margin: 0px auto;
    border-radius: 5px !important;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    color: #000;
    border: 2px solid #2e3c67;
    margin-bottom: 15px;
    transition: .5s;
}

a#bnr-email {
    margin: 0 auto;
    display: table;
    color: #cc3333;
    background: #fff0 !important;
    font-size: 16px;
    font-weight: 700;
    box-shadow: initial !important;
}

a#bnr-btn:hover {
    background-color: #2e3c67 !important;
    color: #fff;
    transition: .5s;
}
