
  body {
    font: 400 18px/1.8 Montserrat, sans-serif;
    color: white;
    background-color: #777;
  }

  footer{
    background-color: #505050;
    margin-bottom: 0;
    opacity: 0.9;
    font-family: Montserrat, sans-serif;
    color: #d5d5d5 !important;
  }

  footer p {
    margin-bottom: 0;
    background-color: #2d2d30;
  }
  h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
    color: white;
  }

  

  .container {
    padding: 40px;
    text-align: center;
  }
  
  
  .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  
  .nav-tabs li a {
    color: #777;
  }
 
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
    color: #fff !important;
  }
  .navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
 
  .form-control {
    border-radius: 0; 
    background-color: #fff !important;
    color: #000 !important;
  }
  textarea {
    resize: none;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    width: auto;
  }
  
  .wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  

  .img {
    width: 100%;
  }

  header {
    height: 80vh;
    background: url(20180914_080724.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    vertical-align: top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
}

.rowImg {
  width: 100%;
}

.col-md-6{
  padding-bottom: 15px;
}

.col-md-6 h3 {
  font-size: 3vh;
  letter-spacing: 0;
  text-decoration: underline;
}

.carousel-inner img {
  margin: auto;
  width: 75%;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

@media screen and (max-width: 992px) {
    header {
      margin-top: 50px;
      height: 50vh;
      background-attachment: scroll;
    }
  }

  @media screen and (max-width: 421px) {
    header {
      margin-top: 100px;
      height: 50vh;
      background-attachment: scroll;
    }
  }


 
  
  
  
