.housePrices, .kublsPrices, .randomPrices {
    display: inline-flex;
    margin-top: 20px;
    margin-left: 2%;
    width: 50%;
    height: 70px;
    background-color: rgb(99, 2, 2);
    box-shadow: 10px 5px 5px;
}
.swingPrices, .bathhousePrices {
    float: right;
    display: inline-flex;
    margin-top: 20px;
    margin-right: 2%;
    width: 50%;
    height: 70px;
    background-color: rgb(99, 2, 2);
    box-shadow: 10px 5px 5px;
}
.housePrices h1, .kublsPrices h1, .swingPrices h1, .randomPrices h1, .bathhousePrices h1{
    margin-top: 3px;
    margin-left: 1%;
    color: white;
    width: 300px;
}
.housePrices a, .kublsPrices a, .swingPrices a, .randomPrices a, .bathhousePrices a{
    display: none;
    margin-top: 20px;
    margin-left: 5%;
    color: white;
}
.housePrices:hover a, .kublsPrices:hover a, .swingPrices:hover a, .randomPrices:hover a, .bathhousePrices:hover a{
    display: block;
    font-size: 15px;
    color: white;
    text-decoration: none;

}
#welcomeimg{
    height: 600px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;

}
body {
background: rgba(235, 217, 199, 0.76);
}
.text-underline-hover {
      display: inline-block;
      position: relative;
      color: white;

    }

.text-underline-hover:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: white;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out;
      color: #ffffff;

    }

.text-underline-hover:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left;
    }
    .required:before {
      content:"* ";
      color: red;
    }
    .footer{
      /* text-align: center; */
      color: #ffffff;
      background-color: rgb(63, 0, 0);
       padding: 10px;
      width: 100%;
    }
#logo {
color: #ffffff;
transition: transform .8s;
}
#logo:hover {
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2);
}
.navbar{
background-color: rgb(63, 0, 0);
}
.navbar a {
color: white;
width: 115px;

}

#carouselExampleDark{
    margin-left: 10%;
    margin-top: 200px;

}
#carouselImg{
    width: 100%;
    height: 500px;
}
.pricesContainer{
    margin-top: 120px;
    margin-bottom: 200px;
}
.contact-info, .about-info, .welcome-info{
    margin-bottom: 120px;
}
.welcome-info{
    margin-top: 120px;
}

/* DEMO GENERAL ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }

  .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }

  .hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }

  .hover-content {
    position: relative;
    z-index: 99;
  }
  /* DEMO 3 ============================== */
  .hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
  }

  .hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
  }

  .hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
  }

  .hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
  }

  .hover-3:hover img {
    width: 100%;
  }

  .hover-3:hover::after {
    opacity: 1;
    transform: none;
  }

  .hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
  }

  .hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
  }


*:hover{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
section{
    float:left;
    width:100%;
    background: #fff;  /* fallback for old browsers */
    padding:30px 0;
}
h1{float:left; width:100%; color:#232323; margin-bottom:30px; font-size: 14px;}
h1 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700}
h1 a{color:#131313; font-weight:bold;}


/*Profile Card 5*/
.profile-card-5{
    margin-top:20px;
    height: 500px;
    width: 350px;
}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -20px;

}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:rgb(63, 0, 0);;
    font-weight:600;
}
.profile-card-5 p{
    font-size:14px;
    font-weight:300;
}
.profile-card-5 .btn-primary{
    background-color:rgb(63, 0, 0);;
    border-color:rgb(63, 0, 0);;
}