body {
  font-family: "Lato", sans-serif;
  background: #333;
  color: #fff;
}

.navbar {
  border-bottom: #008ed6 3px solid;
  opacity: 0.8;
}
.nav-item {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.nav-item > a:hover {
  color: #008ed6;
}
#home-section {
  /*put images in img folder*/
  margin-top: 0%;
  background: url(/img/yogacover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px;
}

#home-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 700px;
  background: rgba(0, 0, 0, 0.5);
}

#home-section .home-inner {
  padding-top: 150px;
}
/*try it here*/
#home-section .card-form {
  opacity: 0.8;
}

#home-section .fas,
#create-section .fas {
  color: #008ed6;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

#explore-section .fas,
#share-section .fas {
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

#home-section .img {
  background: #333;
  opacity: 0.8;
}

#home-section .fas {
  color: #008ed6;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

#about-section .fas,
#connect-section .fas {
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#services-section .fas {
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.container h2 {
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
  text-align: center;
}

.blockquote a {
  color: rgb(66, 134, 244);
  text-decoration: none;
}
.blockquote-footer {
  padding-top: 35px;
  color: rgb(173, 31, 31);
  font-weight: bold;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  background-color: #fff;
}
.slider {
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: #fff;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 480px) {
  .slider {
    border: 2px solid #fff;
    border-radius: 15px;
    background-color: #fff;
    color: black;
    padding: 14px 28px;
    font-size: 10px;
  }
  .text-center {
    font-size: 18px;
  }
  .blockquote > p {
    font-size: 16px;
  }
  .blockquote-footer {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #testimonials-head-section {
    margin-top: 85px;
    height: 70vh;
    font-size: 14px;
  }
  .text-center {
    font-size: 18px;
  }
  .blockquote > p {
    font-size: 20px;
  }
  .blockquote-footer {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #testimonials-head-section {
    margin-top: 85px;
    height: 50vh;
    font-size: 14px;
  }
  .text-center {
    font-size: 20px;
  }
  .blockquote > p {
    font-size: 14px;
  }
  .blockquote-footer {
    font-size: 16px;
  }
}

.blockquote {
  margin-top: 55px;
}
.lead {
  margin: 12px;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
.retzer {
  padding-top: 20px;
  color: rgb(173, 31, 31);
  font-size: 20px;
}

.btn {
  margin-bottom: 0%;
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.btn-info {
  margin-top: 40px;
  border-color: #008ed6;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.text-client {
  color: red;
}

.col-md-6 > img {
  height: 500px;
  width: 500px;
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .col-md-6 > img {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .col-md-6 > img {
    height: 400px;
    width: 700px;
    border-radius: 10%;
  }
  .col-md-6 > h3 {
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .col-md-6 > img {
    height: 400px;
    width: 500px;
    border-radius: 50%;
  }
  .btn-info {
    padding-right: 15px;
  }
}
