body{
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
}
.slab{
  font-family: 'Roboto Slab', serif;
}
.navbar-brand img{
  width: 6rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0 2rem 0 0;
    font-size: .9rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    font-weight: 500;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    text-align: inherit;
    font-size: .9rem;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.btn {
    padding: .3rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 0;
}
.caption{
    position: absolute;
    left:0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.caption .h1{
  letter-spacing: 2px;
  font-size: 3rem;
}

h1,h2{
  letter-spacing: 2px;
}
.h2, h2 {
    font-size: 1.8rem;
}
.heading{
  display: inline-block;
  border-bottom: 3px solid;
}
p{
  color:#707070;
  margin-bottom: .75rem;
}
.bg-light-gray{
  background-color: #F7F7F7;
}
.bg-gray{
  background-image: url("../img/contact-us.jpg");
  background-position-x:right;
  background-position-y:bottom;
  background-size: cover;
}
.testimonial{
  border-top:3px solid #FFEBD6;
}
.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #4d4d4d;
    border-radius: 0;
        padding: 0;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
.carousel-item img{
  object-fit: cover;
  min-height: 200px;
}
.gray-nav a{
  color:#000;
  opacity: .5;
}
.gray-nav a:hover{
  color:#000;
  opacity: .9;
  text-decoration: none;
}
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 99;
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #8b8a8a;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #4d4d4d;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
}
.white-line{
  border-top: 3px solid white;
  width:2rem;
}
.about-detail{
  line-height: 1.9;
}
.lh-1{
    line-height: 1;
}
.social .nav-link {
    display: block;
    padding: .2rem 1.5rem;
    color: gray;
    font-size: 1.2rem;
    padding-left: 0;
}
.social .nav-link:hover {
    color: #000;
}


@media (max-width: 991.98px) {
.gray-nav a,footer{
  text-align: center;
}
.social {
    justify-content: center;
}
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding: 0;
      margin-bottom: 1rem;
      font-size: .9rem;
  }
  .caption .h1 {
    letter-spacing: 2px;
    font-size: 2rem;
}
.bg-gray {
    background-image: url("../img/contact-mobile.jpg");
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
}
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
}
 }

 @media (max-width: 575.98px) {
   .caption .h1 {
       letter-spacing: 2px;
       font-size: 1.5rem;
   }
   .h6, h6 {
    font-size: .9rem;
}
.h2, h2 {
    font-size: 1.35rem;
}
.carousel-indicators {
    margin-bottom: 0;
}
}
