body {
  font-family: "Ubuntu";
  text-align: center;
}


p {
  color: #8f8f8f;
}

/* Headings */
.big-heading {
  font-family: "Ubuntu";
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid {
  padding: 7% 15%;
}

/* Sections */
.colored-section {
  background-color: black;
  height:50%;
}

.white-section {
  background-color: #fff;
  height: 35%;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;

}

.nav-link {
  font-size: 1.2rem;
  font-family: "Ubuntu";
  color:#b34180;
}

/* Buttons */
/* Title Section */
#title {
  background-color: black;
  color: #fff;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}

/* Title Image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* Features Section */
#features {
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */
#testimonials {
  background-color: #ef8172;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}



.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */
#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */
/* Footer Section */
.social-icon {
  margin: 20px 10px;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

.mypara1 {
  line-height: 2.4rem;
  font-size: 25px;
}

.mypara2 {
  line-height: 2.4rem;
  font-weight: normal;
  color: black;
}

.mydivs {}

hr {
  border-style: none;
  border-top-style: dotted;
  width: 5%;
  border-color: #b34180;
  border-width: 5px;
  margin: 50px auto;
}
#footer
{
  height:50%;
}
.prjt:hover
{
  color:#b34180;
  text-decoration: none;
}
.prjt
{
  text-decoration: none;
  color: inherit;
}
.navbtn:hover
{
  color:#b34180;
}
.navcolor:hover
{
  color:#b34180;
}
.cntc:hover
{
  color:#b34180;
}
.cnct
{
  color: white;
  text-decoration: none;
}
.clg_name:hover
{
  text-color:#b34180;
}
b
{
  color:#b34180;
}
.mybtnclass:hover
{
  background-color: #b34180;

}
.liitems
{
  border-color: #b34180;
}
.myimg
{
  height:150px;
  width:150px;
  margin-left: 50px;
}
