#tagline {
    background: url(/site_images/troy-tagline.jpg) no-repeat center 45%;
}

a:focus, a:hover, #services a:hover h3 {
    color: #40C08C;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
}

#who-we-are .box {
    background: #FFF;
    border-top: 8px solid #1e75bc;
}


#who-we-are .box:hover {
    border-color: #40C08C;
}

.btn-primary {
    background: #1e75bc;
    border: 2px solid #1e75bc;
}


/* - - - - -COVID Banner- - - - - */

.covid-banner a, .covid-banner a:active, .covid-banner a:focus, .covid-banner a:visited {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-shadow: none;
    letter-spacing: 1px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.covid-banner {
    background: #e01528;
    text-align: center;
    padding: .7rem 0;
}


/* - - - - - NAV/HEADER- - - - - */

#logo-menu .container {
   flex-direction: column;
}

.logo-holder {
    margin: 2rem 0 0 0;
}

.logo-holder img {
  max-width: 275px;
}


/* - - - - - CAROUSEL SECTION - - - - - */

.carousel-indicators li:hover {
    background: #27a4de;
}

.carousel-indicators li.active {
    background: #27A4DE;
}

/* - - - - - TOP BAR - - - - - */

.left-shape {
   background: #383838;
}

.left-shape:before {
    border-left: 55px solid transparent;
    border-top: 55px solid #383838;
}

.right-shape {
    align-items: center;
    background: #383838;
}

.right-shape i {
  margin-right: 15px;
}

.right-shape:after {
    border-top: 55px solid #383838;
}

.right-shape:before {
    border-bottom: 55px solid #383838;
}



/* - - - - - WHY CHOOSE US- - - - - */

.btn-primary, .btn-default {
    border-radius: 0;
}

#why-choose-us h2 {
    text-align: left;
    margin-bottom: 3rem;
}

#who-we-are .box {
    padding: 40px 32px 40px;
}





/* - - - - -INNER PAGES- - - - - */

#sidebar-links a.currentLink {
    border-left: 5px solid #40C08C;
}

#heading {
    background: #27A4DE;
}


#sidebar-links a:hover {
    border-left: 5px solid #27A4DE;
}

#sidebar-links a.currentLink:after {
    color: #40C08C;
}

.sidebar-section {
    padding: 0 0 5rem;
}

.sidebar-divider {
    display: block;
    height: 2px;
    background: #ECECEC;
    margin: 0 0 10px 0;
}

#sidebar h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 6px;
    text-align: left;
}

.sidebar-icon {
    color: #333;
    display: table-cell;
    float: left;
    padding-right: 5px;
    text-align: center;
    width: 20%;
}

#sidebar .btn-primary {
  padding: 8px 15px;
}


.sidebar-icon .fas {
    color: #938FA9;
    font-size: 25px;
    margin-top: 0.4rem;
}

.sidebar-text {
    display: table-cell;
    text-align: left;
}



/* - - - - - FOOTER - - - - - */



.divider-line span {
    background: #27a4de;
}

.divider-line span.fill {
    width: 100%;
    background: #40C08C;
}