body.bg-custom {
  background-color: #fff;
}

#header-1 .bg-custom {
  background: white;
}
#header-1 div ul a {
  color: #50aab2;
}
#header-1 div ul a:hover {
  color: black;
  text-decoration: underline;
}

.dropdown-menu a {
  font-size: 14px;
}

.dropdown {
  margin-top: -5px;
}

.custom-toggler.navbar-toggler {
  border: 2px solid #50aab2;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(80,170,178, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

#sec-1 {
  margin-top: 100px;
}
#sec-1 .jumbotron-fluid {
  position: relative;
  text-align: center;
  background-image: url('https://i.pinimg.com/originals/4b/24/15/4b241594112a84abdb406f2f3534867f.jpg');
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#sec-1 .jumbotron-fluid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: rgba(33, 33, 45, 0.55);
}
#sec-1 div {
  color: #fff;
}
#sec-1 div .size {
  width: 65%;
  text-align: left;
  font-size: 25px;
  margin-left: 15px;
  color: #cfc6c6;
}
#sec-1 div .colo {
  margin-left: 15px;
  margin-top: 5px;
  text-align: left;
  width: 70%;
}
#sec-1 div button {
  font-family: 'Arial', sans-serif;
  color: #fff;
  background: #50aab2;
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 15px;
  border-radius: 5px;
  border: 1px solid #50aab2;
}
#sec-1 div button:hover {
  color: #50aab2;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
#sec-1 div button:focus,
#sec-1 div button:active {
  color: #50aab2;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}

#sec-1 * {
  position: relative;
  /* Makes elements display above overlay. */
}

#intro .holo {
  margin: auto;
  text-align: center;
}
#intro .holo a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#intro .holo a:hover {
  text-decoration: underline;
}
#intro .holo p {
  text-align: justify;
  font-size: 20px;
}

.img-div {
  width: 98%;
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}

.image img {
  max-width: 100%;
  /*this is the only way to make image responsive inside the flexbox*/
  margin: auto;
  display: block;
}

.image {
  /*responsive*/
  max-width: 99%;
  height: auto;
  /* */
  /*centerized*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* */
}

#main-2 {
  max-width: 1200px;
}
#main-2 .main-row {
  max-width: 80%;
}
#main-2 .main {
  height: 90%;
  background: #f7f7f7;
  margin: auto;
  z-index: 2;
  margin-left: -110px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.size-im {
  object-fit: cover;
}

#about-us .one a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#about-us .one a:hover {
  text-decoration: underline;
}
#about-us .hello {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: #f7f7f7;
  width: 95%;
  min-height: 400px;
  border-radius: 10px;
}
#about-us .hello p {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
#about-us .total {
  max-width: 1400px;
}
#about-us .total p {
  font-size: 16px;
}
#about-us .total a {
  font-weight: bold;
  color: #50aab2;
  font-size: 20px;
}

#Projects .one a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#Projects .one a:hover {
  text-decoration: underline;
}
#Projects .two {
  max-width: 1400px;
}
#Projects .pictures1 {
  position: relative;
  width: 100%;
  height: 300px;
  background: url('https://freshome.com/wp-content/uploads/2014/10/interior-designer-4-1.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#Projects .pictures2 {
  position: relative;
  width: 100%;
  height: 300px;
  background: url('https://www.sarahgallop.com/wp-content/gallery/interior-design-in-progress/Interior_Kitchen_RMBro.jpg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#Projects .box {
  max-width: 70%;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  left: 0;
  right: 10%;
  top: 20%;
  background: #f7f7f7;
}
#Projects .box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#Projects .box a {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #50aab2;
  margin: auto;
}
#Projects .box a:hover {
  text-decoration: underline;
}

#Our-Team .one a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#Our-Team .one a:hover {
  text-decoration: underline;
}
#Our-Team .two {
  max-width: 1400px;
}
#Our-Team .shad {
  box-shadow: 10px -12px 2px 7px #50aab2;
  -moz-box-shadow: 10px -12px 2px 7px #50aab2;
  -webkit-box-shadow: 10px -12px 2px 7px #50aab2;
  -khtml-box-shadow: 10px -12px 2px 7px #50aab2;
}
#Our-Team .shad:hover {
  box-shadow: 10px -12px 2px 7px #000;
  -moz-box-shadow: 10px -12px 2px 7px #000;
  -webkit-box-shadow: 10px -12px 2px 7px #000;
  -khtml-box-shadow: 10px -12px 2px 7px #000;
}
#Our-Team a {
  text-decoration: none;
  color: #000;
}
#Our-Team a:hover {
  color: #50aab2;
}

#Our-Work .one a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#Our-Work .one a:hover {
  text-decoration: underline;
}
#Our-Work .gallery {
  max-width: 1200px;
}
#Our-Work .gallery .cards {
  max-width: 1200px;
  display: grid;
  grid-gap: 1rem;
}
#Our-Work .gallery .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  border: 1px solid #fff;
  text-align: center;
  max-width: 310px;
  height: 360px;
}
#Our-Work .gallery .cards .card .gallery__img {
  width: 300px;
  height: 300px;
  border: 1px solid #fff;
  border-radius: 10px;
  object-fit: cover;
}
#Our-Work .gallery .cards .card .gallery__img:hover {
  border: 1px solid #777;
  box-shadow: 2px 2px 3px 2px #f2f2f2;
  -moz-box-shadow: 2px 2px 3px 2px #f2f2f2;
  -webkit-box-shadow: 2px 2px 3px 2px #f2f2f2;
  -khtml-box-shadow: 2px 2px 3px 2px #f2f2f2;
}
#Our-Work .but button {
  font-family: 'Arial', sans-serif;
  color: #fff;
  background: #50aab2;
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 0;
  border-radius: 5px;
  border: 1px solid #50aab2;
}
#Our-Work .but button:hover,
#Our-Work .but button:focus,
#Our-Work .but button:active {
  border: 1px solid #fff;
  box-shadow: none;
}

#Contact-us .one a {
  text-decoration: none;
  font-size: 18px;
  color: #50aab2;
  margin: auto;
}
#Contact-us .one a:hover {
  text-decoration: underline;
}
#Contact-us .total {
  max-width: 1400px;
}
#Contact-us .total a {
  color: #000;
}
#Contact-us .total a:hover {
  color: #50aab2;
  font-weight: bold;
}

#foot p {
  font-size: 13px;
  color: #333;
}

@media (min-width: 700px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  #sec-1 div .colo {
    width: 50%;
  }
}
@media (min-width: 965px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  #sec-1 .jumbotron-fluid {
    height: 60vh;
  }
  #sec-1 .jumbotron-fluid:before {
    height: 60vh;
  }

  #Projects .pictures1,
  #Projects .pictures2 {
    height: 400px;
  }
}
@media (min-width: 3000px) {
  #main-2 {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  #main-2 .main {
    background-color: #fff;
    margin-top: 15px;
    margin-left: 0px;
  }
  #main-2 .main p {
    width: 94%;
    text-align: justify;
    font-size: 18.5px;
  }
}
@media (max-width: 767px) {
  .dropdown {
    margin-top: 0px;
  }

  .dropdown-menu {
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-menu a {
    font-size: 12px;
  }

  #Our-Team .shad {
    box-shadow: 25px -30px 2px 7px #50aab2;
    -moz-box-shadow: 25px -30px 2px 7px #50aab2;
    -webkit-box-shadow: 25px -30px 2px 7px #50aab2;
    -khtml-box-shadow: 25px -30px 2px 7px #50aab2;
  }
  #Our-Team .shad:hover {
    box-shadow: 25px -30px 2px 7px #000;
    -moz-box-shadow: 25px -30px 2px 7px #000;
    -webkit-box-shadow: 25px -30px 2px 7px #000;
    -khtml-box-shadow: 25px -30px 2px 7px #000;
  }
}
@media (max-width: 576px) {
  #about-us .hello {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  #intro .holo a {
    font-size: 14px;
  }
  #intro .holo p {
    font-size: 16px;
  }

  #about-us .one a {
    font-size: 14px;
  }

  #Projects .one a {
    font-size: 14px;
  }
  #Projects .box {
    left: 10%;
    max-width: 90%;
  }
  #Projects .box h4 {
    font-size: 15px;
  }
  #Projects .box p {
    font-size: 13px;
  }

  #Our-Team .one a {
    font-size: 14px;
  }

  #main-2 .main p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #sec-1 div .colo {
    font-size: 28px;
  }

  #intro .holo a {
    font-size: 11px;
  }

  #Our-Work .gallery .cards .card .gallery__img {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 320px) {
  body.bg-custom {
    background-color: red;
  }
}
