html {
  background: url("../img/balance-light.jpg") no-repeat center center/cover;
  background-color: #90e2ec !important;
  height: 100%;
}

body {
  background-color: transparent;
  color: white;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  font-family: "MuseoModerno", cursive;
}

.l-heading-f,
h4,
.nav-link {
  font-family: "MuseoModerno", cursive;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}

.card {
  background-color: #ffffff85;
}
/*
a:hover {
  text-decoration: none;
  color: #fff !important;
}

a:visited {
  color: #fff;
}*/

#pic {
  width: 70%;
}

img {
  width: 100%;
}

.img-op {
  opacity: 0.9;
}
.bg-dark {
  background-color: rgb(144 226 236 / 1%) !important;
}

kbd {
  background-color: #333;
}

.navbar-collapse {
  justify-content: flex-end !important;
}

.carousel-item {
  height: 17rem !important;
}
.static-top {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

h3 {
  padding-top: 10px;
  font-size: 1.3em;
}

.lead {
  font-size: 1em;
}

/* Dropdown Menu */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: #ffffff69;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}

/* Showcase */
#showcase {
  height: 80vh;
  color: #fff;
}

#showcase .showcase-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;

  /* Overlay 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);*/
}
/* Grid */

#container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#container-grid .item-grid {
  padding: 1rem;
  text-align: center;
  flex: 1;
}

/* Form */

#contact-a .text-fields {
  display: grid;
  grid-template-areas:
    "name email"
    "subject phone"
    "message message";
  grid-gap: 1.2rem;
  margin-bottom: 1.2rem;
}
#contact-a .text-fields .name-input {
  grid-area: name;
}
#contact-a .text-fields .subject-input {
  grid-area: subject;
}
#contact-a .text-fields .email-input {
  grid-area: email;
}
#contact-a .text-fields .phone-input {
  grid-area: phone;
}
#contact-a .text-fields .message-input {
  grid-area: message;
  height: 100px;
}
#contact-a .text-fields .text-input {
  padding: 0.5rem 1rem;
}

#contact-a button[type="submit"] {
  width: 50%;
}

#contact-b .contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

#contact-c h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}

/* About */

#about-a .about-info {
  display: grid;
  grid-template-areas:
    "bioimage bio bio"
    "aw1 aw2 aw3";
  grid-gap: 1.2rem;
}

#about-a .bio-image {
  grid-area: bioimage;
}

#about-a .bio {
  grid-area: bio;
  border-bottom: 1px dotted #ccc;
  padding: 1.5rem;
  line-height: 2rem;
  text-align: left;
  background: transparent;
}

#about-d .testimonials {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
#about-d .testimonials ul {
  list-style: none;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
#about-d .testimonials p {
  border-left: 1px dotted #ccc;
  border-radius: 5px;
  padding: 2.5rem;
  line-height: 2rem;
  font-style: italic;
}
#about-d .testimonials img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.section-title {
  text-align: center;
}

.btn-light {
  background-color: transparent;
  font-size: 0.7rem;
}
.btn-light:hover {
  background-color: transparent;
}

.btn-secondary {
  color: #fff;
  background-color: #4dd0e14a;
  border-color: #4dd0e1;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: none;
}

/* W-Design */

.card-text {
  color: #333;
}

.bg-light {
  background-color: #f8f9fa00 !important;
}

.jumbotron {
  background-color: #f8f9fa00 !important;
  padding: 2rem 2rem 0.5rem 2rem;
}

.carousel-indicators li {
  width: 3px;
}
.text-muted {
  color: #fff !important;
}

/* Footer */

#main-footer {
  background: transparent;
  color: #fff;
  height: 5rem;
}
#main-footer .footer-content {
  display: flex;
  justify-content: space-between;
  height: 5rem;
  align-items: center;
}
#main-footer .footer-content .social .fab,
#main-footer .footer-content .social .far {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0.1rem;
  color: #fff;
}
#main-footer .footer-content .social .fab:hover,
#main-footer .footer-content .social .far:hover {
  color: #ccc;
}

/* aligned items */

#container-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  margin-bottom: 1rem;
  flex-direction: column;
}

.item-grid {
  text-align: center;
  margin-right: 1rem;
  flex-basis: 400px;
}

#container-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Search Bar */

.active-cyan-2 input.form-control[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}

.active-cyan input.form-control[type="text"] {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}

.active-cyan-2 input[type="text"]:focus:not([readonly]) {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan input[type="text"] {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}

/* Media */

@media (max-width: 760px) {
  #home-a .specials,
  #home-b .stats,
  #home-c .process,
  #about-d .testimonials,
  #contact-b .contact-info,
  .items,
  footer {
    grid-template-columns: 1fr;
  }

  a,
  a.dropdown-item:active {
    color: white;
    text-decoration: none !important;
  }

  .navbar-nav {
    background-color: rgba(255, 99, 71, 0.4);
    padding: 10px;
  }

  .nav-item .dropdown:active {
    text-decoration: none !important;
  }

  .dropdown-item {
    background-color: none;
    color: white;
    border: none;
    text-decoration: none !important;
  }

  .dropdown-menu {
    border: none;
    text-decoration: none !important;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: tomato;
    text-decoration: none !important;
    background-color: none;
    color: white;
  }

  #about-a .bio-image {
    display: none;
  }

  #about-a .bio {
    padding: 0.5rem;
  }
  #about-d .testimonials p {
    padding: 1.5rem;
  }

  #contact-a .text-fields {
    display: grid;
    grid-template-areas:
      "name"
      "email"
      "subject"
      "phone"
      "message";
  }

  #main-footer .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    height: 5rem;
  }

  #container-img {
    flex-direction: inherit;
  }
}
