/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   COVID BAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.covid-banner {
    background: #d80d33;
    text-align: center;
    padding: 12px 0 1px;
}

.covid-banner p {
   color: #eee;
   font-weight: 300;
   font-size: 16px;
}

.covid-banner a, .covid-banner a:active, .covid-banner a:focus, .covid-banner a:visited {
    font-weight: 300;
    font-size: 16px;
    color: #fcc333;
    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 a:hover {
  color: #f5cd67;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MISC.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.packages p {
color: #0079aa;
font-weight: 300;
}

.packages h2 {
color: #0079aa;
font-weight: 300;
}


.divider {
    display: block;
    height: 1px;
    width: 25%;
    background: #c3ccd0;
    margin: 20px 0 10px;
}

#inner-content .testimonials p {
font-size: 13px;
color: #929292;
float: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
    font-size: 1.7rem;
}

h3 {
margin: 0 0 .25rem;
}

p, a, ul, li {
    line-height: 1.7rem;
 color: #444;
}


#index a, #inner a {
    border-bottom: none;
}

#index a:hover, #inner a:hover {
    border-bottom: none;
    color: #53a0bf;
}

h2>a, h2>a:active, h2>a:focus, h2>a:visited, h3>a, h3>a:active, h3>a:focus, h3>a:visited, h4>a, h4>a:active, h4>a:focus, h4>a:visited, h5>a, h5>a:active, h5>a:focus, h5>a:visited, h6>a, h6>a:active, h6>a:focus, h6>a:visited {
    color: #0079aa;
}
a, a:active, a:focus, a:visited {
 color: #0079aa;
}

#inner-content .fa, .fas, .far {
color: #487a9e;
margin-right: 3px;
}

h3 {
    font-size: 1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .btn-primary {
    background: none;
    border-color: #c7c686;
    color: #fff;
  border-radius: 0;
}

#myCarousel .btn-primary:hover {
  border-color: #96b55c;
    background: #96b55c;
}

#call-to-action .btn-primary {
    background: #748E44;
    color: #fff;
    border: solid 2px #748E44;
    border-radius: 0;
}
#call-to-action .btn-default {
   border-color: #748E44;
  color: #fff;
 border-radius: 0;
}

#call-to-action .btn-primary:hover, #call-to-action .btn-default:hover {
    border-color: #96b55c;
    background: #96b55c;
}

#featured-services >h2 {
  color: #061644;
  display: block;
  font-size: 2rem;
}
#featured-services .featured a:hover .btn-primary {
   border-color: #748E44;
    background: #748E44;
}
#featured-services .btn-primary {
border-radius: 0;
color: #555;
}

#newsletter .btn-primary, #newsletter .btn-primary:active, #newsletter .btn-primary:focus {
    background: #748E44;
    border: 2px solid #748E44;
    color: #fff;
    border-radius: 0;
}

#newsletter .btn-primary:hover {
  border-color: #96b55c;
  background: #96b55c;
}

#inner-sidebar .sidebar-btn {
    background: #748E44;
   color: #fff;
   border-radius: 0;
}
#inner-sidebar .sidebar-btn:hover {
    background: #96b55c;
   color: #fff;
}

.btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus .btn-default:not(:disabled):not(.disabled):active:focus {
        border-color: #E49D22;
        color: #E49D22 ;
}
.btn-default:hover {
    border-color: #96b55c;
     background: #96b55c;
}

a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus .btn-default:not(:disabled):not(.disabled):active:focus {
     border-color: #c7c686;
     border-radius: 0;
}

.btn:hover, .btn-primary:hover {
      border-color: #96b55c;
     background: #96b55c;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar-bg {
    background-image: none;
    background: #e8e8e5;
}

 #inner-sidebar {
   background: rgba(57, 88, 111, 1);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER + NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toolbar {
   background: #fff;
    padding: .4rem 1rem;
    border-bottom: solid 1px #eee;
}
  
#toolbar a>i {
    color: #60aed1;
}

#toolbar a {
    color: #000;
}

#toolbar .row a {
 font-size: 14px;
    font-weight: 400;
    color: #424242;
}
#toolbar p {
  color: #eee;
  line-height: 2rem;
  margin-bottom: 0px;
  margin-right: 45px;
}

#toolbar a:hover, #toolbar a:hover i {
    color: #0079aa;
}

.navbar .navbar-nav .nav-link {
    color: #eee;
}

#header-logo {
  background: #2a2a2c;
    padding: 25px 0;
 -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

#header-logo img {
    width: 200px;
}

#header-logo.fixed-top img {
  min-width: 175px;
    margin: 10px 0;
}

#header-logo.fixed-top {
    background: #2a2a2c;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link {
    color: #c0e875;
}

#navbar-spy {
  background: #96b55c;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
   border: 2px solid #748E44;
    color: #fff;
    background: #748E44;
    padding: 7px 15px 5px;
    border-radius: 0px;
    font-weight: 300;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link:hover {
  border-color: #96b55c;
    background: #96b55c;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services .column {
  border-color: rgba(255, 255, 255, .22);
}

#services .row>div[class*='col-']:not(:nth-of-type(3)) {
    border-right: 1px solid rgba(255, 255, 255, .22);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

#services {
background: rgba(0, 27, 37, 0.85);
}

#services img {
    width: 50px;
    margin: 0 auto .7rem;
}

#services h2 {
    margin: 0 0 .5rem;
   font-weight: 300;
font-size: 1.5rem;
}
#services p {
        color: #FFF;
    font-weight: 300;
    font-size: 15px;
   margin-bottom: 10px;
} 

#services .service {
    padding: calc(-3.75rem + 5vw) 2rem;
}

#service-spy {
  background: #748E44;
}

#myCarousel .carousel-caption h2 {
    color: #fff;
    font-size: 4.5rem;
   font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 3px 0 7px rgba(0,0,0,.3);
}

#myCarousel .carousel-caption h2 span {
    background: rgb(42 42 44 / 70%);
    padding: .25rem 1.5rem .5rem;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 2px;
  border-radius: 0;
}

#myCarousel .overlay {
    background: rgba(76, 78, 84, .5);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url(site_images/slide-1.jpg);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url(site_images/slide-2.jpg);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url(site_images/slide-3.jpg);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HOME PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index h1::after {
    background: #c7c686;
}
#index h1 {
    font-size: 30px;
  color: #333;
}
#index p {
text-align: justify;
}
#index img {
    width: 100px;
    margin: 0 0 20px 25px;
}

#index {
    padding: 3rem 0 5rem;
}

#affiliates .affiliates img {
    margin: 20px 15px;
}
#affiliates {
    background: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CONSULTATION BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call-to-action img {
margin-right: 30px;
}

#call-to-action h2 {
    color: #fff;
  font-weight: 300;
}

#call-to-action p {
    color: #fff;
    margin: 0 0 .75rem;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.7;
}

#call-to-action .col-lg-6 {
    background: #061e28;
}

#cta-background {
    background-image: url(site_images/home-lock.jpg);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LOWER SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#featured-services .featured h2 {
    color: #333;
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
}

#featured-services p {
    margin-bottom: .5rem;
}

#featured-services {
    padding: 5rem 0 5.5rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#newsletter {
    background: #2a2a2c;
}
#newsletter h2 {
    color: #d2d07c;
    font-weight: 400;
}

#newsletter p {
       font-weight: 300;
    font-size: 16px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer-top {
    background: #fff;
    border-top: 1px solid #eee;
}

#footer-bottom {
    background: #0f2631;
}

#footer-top h2, #footer-top a, #footer-top p {
    color: #212121;
}
#footer-bottom a {
    color: #eee;
}
#footer-top a:hover {
    color: #8c8585;
}
#footer-social i {
    color: #afb4b6;
    background: #f3f5f7;
    border: 1px solid #e8edf3;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,.2);
  border-radius: 0;
}
#footer-bottom a, #footer-bottom p {
    color: #eee;
}

#footer-bottom a:hover {
    color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width:1440px) {
#services .service {
    padding: calc(-2.5rem + 5vw) 2rem;
    text-align: center;
}
}
@media (max-width:1199px) {
#services .service {
    padding: calc(-1rem + 5vw) 2rem;
    text-align: center;
}
}
@media (max-width: 768px) {
#header-logo.fixed-top {
    background: #eee;
}
#header-logo {
    background: #eee;
}
.navbar-nav .dropdown-menu {
    background: #eee;
}
.navbar .navbar-nav .nav-link {
    color: #000;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link {
    color: #748e44;
}
#toolbar p {
    margin-right: 0px;
}
#myCarousel .carousel-caption h2 {
    font-size: 3rem;
}

#myCarousel .carousel-caption h2 span {
    font-size: 2.5rem;
}
#toolbar .row a {
    font-size: 13px;
}
}
@media (max-width: 480px) {
#header-logo img {
    width: 200px;
}
#myCarousel .carousel-caption h2 {
    font-size: 2.5rem;
}

#myCarousel .carousel-caption h2 span {
    font-size: 1.8rem;
}

#services .service {
    padding: calc(0rem + 5vw) 2rem;
}
#services {
    padding: 1rem .125rem;
}
#footer-top .row div[class*='col-'] {
    padding: 0 1.25rem 1.25rem;
}
#footer-top {
    padding: 3.5rem .5rem .5rem;
}
#index h1 {
    line-height: 1.25;
}
#index {
    padding: 0px;
}
#call-to-action img {
    margin: 0px auto 15px !important;
    float: none !important;
    display: block;
}
}