body {
  font-family: Montserrat;
}

#title {
  background-color: #a6e3e9;
  color: #194350;
}

a {
  color: #ccd1e4;
  text-decoration: none;
}

a:hover {
  color:#00A0C6; 
  text-decoration:none; 
  cursor:pointer;  
}

h1,h2,h3,h4,h5,h6 {
  font-family: Montserrat;
  font-weight: bold;
}

h2 {
  
  line-height: 1.5;
}



p {
  font-family: Ubuntu, sans-serif;
}

.container-fluid {
  padding: 3% 15%;
}

/* heading */

.big-heading {
  font-family: Montserrat;
  font-size: 3.1rem;
  line-height: 1.5;
  font-weight: bold;
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4rem;
}

.navbar-brand {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 2rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: Montserrat;
}

/* Download Buttons */

.download-button {
  margin: 25% 3% 5% 0;
}

/* Title Image */
.title-img {
  width: 80%;
  
  margin-left: 85px;
  border-radius: 45px;
  position: absolute;
}

/* feature section */

.feature-title{
  font-size: 1.5rem;
}

#features {
  padding: 2% 5%;
  background-color: white;
  position: relative;
  z-index: 1;
}


.properties-section {
  padding-top: 60px;
  text-align: center;
}

.properties {
  color: #8f8f8f;
  padding-bottom: 5rem;
}

.properties-emoticons {
  font-size: 4rem;
  color: #ef8172;
  padding-bottom: 1rem;
}

.properties-emoticons:hover {
  color: #ff4c68;
}

/* Testimonial section */

#testimonials {
  text-align: center;
  background-color: #ccd1e4;
  color: #2f3a8f;
}

.carousel-item {
  padding: 7% 15%;
}

.img-testimonials {
  margin: 20px;
  height: 200px;
  width: 230px;
  border-radius: 70%;
}

#skills {
  text-align: center;
  background-color: #ccd1e4;
  padding-bottom: 3%;
}

.skills-img {
  width: 20%;
  margin: 30px;
}

#Projects {
  padding: 100px;
  text-align: center;
}

.Projects-column {
  padding: 3% 2%;
}

@media (max-width: 1028px) {
  .title-img {
    position: static;
    transform: rotate(0);
  }

  #title {
    text-align: center;
  }
}

#cta {
  background-color: #ccd1e4;
  text-align: center;

  height: 300px;
  font-weight: bold;
  padding-top: 50px;
}

.cta-btn {
  margin-top: 40px;
}

#footer {
  text-align: center;
  height: 200px;
  padding: 50px;
  font-size: 30px;
}

.social-media-logo {
  padding-left: 4px;
}
