*{
    margin: 0;
    padding: 0;
  
  }

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Spartan", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6e657e;
  overflow-x: hidden;
  font-size: 14px;
  max-width: 1600px;
  margin: 0px auto;
}

p {
  margin: 0;
  padding: 0;
}




.main-picture {
    min-width: 100% !important;
}

.full-width {
    min-width: 100% !important;
    
}


/* ------------ Image Gallery */
.thumbnails {
    height: 200px;
    padding: 5px;
}
/* END: Image Gallery */


/* ------------- START: Testimonials */

  .testimonials {
    margin: 50px auto;
  }
  .testimonials h1 {
    text-align: center;
    font-weight: bold;
    color: #6c6c6c;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .testimonials h1::after {
    content: '';
    background: #6c6c6c;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;

  }
  .testimonials .row {
    margin-top:30px;
  }
  .col-md-4 {
    margin: 40px auto;
  }
  .profile {
    padding: 70px 30px 20px;
    background-color: #efefef;
  }
  .profile img {
    top: -50px;
    position: absolute;
    left: calc(50% - 60px);
    border: 6px solid white;


  }
  .user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
.profile h3 {
  font-size: 20px;
  margin-top: 15px;
  color: #ff9800
    
}
span {
  font-size: 12px;
  color: #333;
}
blockquote {
  font-size: 16px;
  line-height: 30px;
}


.profile:hover {
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
  transition: 0.5s;
}
/* ------------------ END: Testimonials */



  .mainH1 {
    text-align: center;
    font-weight: bold;
    color: #6c6c6c;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .mainH1::after {
    content: '';
    background: #6c6c6c;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;

  }
  
  
  .navbar-toggle:before {
    content:"Menu";
    left:-50px;
    top:4px;
    position:absolute;
    width:50px;
}
  
  
