/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2023 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  #padding-top: 54px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 992px) {
  body {
    #padding-top: 56px;
  }
}

.logo-1{
  width: 367px;
  height: 95px;
  background-image: url(../images/logo_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-info{
  background-color: white !important;
  color:black;
}
.nav-info-phone{
  color:red;
  font-weight: bold;
}

.nav-info-email{
  color:black;
}

.home-banner{
  font-size: 40px;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("//unsplash.it/1900/1080?image=1076");
}

.home-review-container{
  position: relative;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-image: url('https://unsplash.it/1900/1080?image=1081');
}

.home-review-box{
  background-color: transparent;
  border: white 2px solid;
  background: rgba(255, 255, 255, 0.7);
  width: 86%;
  margin: 0 auto;
}

.home-review-header{
  font-size: 25px !important;
  padding: 20px !important;
}

.home-review{
  margin-top: -20px;
  padding: 20px;
}

.home-review-link{
  text-align: right;
  color: red !important;
  cursor: pointer;
  position: relative;
  right: 30px;
  bottom: 15px;
}
.home-review-link a{
  color: red !important;
}

.card-testimony-title{
  text-align: right;
}
.card-testimony-text{
  color: maroon;
  font-style: italic;
}
.testimonial-img{
  border-radius: 50% !important;
  border: solid 1px #bfbfbf;
  width: 100px;
  margin-left: 20px;
  margin-top: 10px;
}

.testimonial-header{
  font-size: 15px;
}

.listing-container{
  margin-top: 10px;
}

.footer-img{
  width: 100px;
  height: 140px;
  background-image: url(../images/headshot_sm.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

.footer-img-info{
  float: left;
  color: white;
  left: 10px;
  position: relative;
}

.footer-company-info{
  float: right;
  color: white;
  position: relative;
}

.footer-disclaimer{
  color: grey;
  font-size: 10px;
  top: 10px;
  position: relative;
}

.footer-copyright{
  background-color: #343a40c4;
  font-size: 12px;
  color: white;
}

.footer-links{
  font-size: 12px;
  color: white;
  padding-top: 10px;
}

.footer{
  padding: 30px;
  padding-bottom: 50px;
}

/* over writes */
.fas.fa-quote-left{
  color:#b9b9b9;
  font-size: 20px;
  margin-right: 10px;
}
.fas.fa-quote-right{
  color:#b9b9b9;
  font-size: 20px;
  margin-left: 10px;
}
.navbar-dark .navbar-brand{
  color:black;
}
.card{
  border-radius: 0 !important;
}
.card-img-top{
  border-radius: 0;
}
.card-header:first-child{
  background-color: #343a40;
  border-radius: 0;
  color: white;
}
.card-footer:last-child{
  border: none;
  background-color: transparent;
}
.btn-primary{
  background-color: #343a40;
  border-radius: 0;
  border: none;
}
.nav-tabs .nav-link {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.nav-link{
  color: grey;
}
.nav-link:hover{
  color: grey;
}

/* generic */
.link{
  cursor: pointer;
}
.left{
  float: left;
}
.right{
  float: right;
}
.t-right{
  text-align: right;
}
.m-r-10{
  margin-right: 10px;
}
.m-r-80{
  margin-right: 80px;
}
.m-b-10{
  margin-bottom: 10px;
}
.m-l-60{
  margin-left: 60px;
}
.f-25{
  font-size: 25px;
}
.f-15{
  font-size: 15px;
}
.f-12{
  font-size: 12px;
}
.p-10{
  padding:10px;
}
.p-r-10{
  padding-right: 10px;
}
