/* COGS3 studyBuddy specific styles go here. */
#title {
    background-color: #81A684;
}

h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
    color: #ffff;
}

h2 {
    color:#ffff;
    font-family: 'Rubik';
    font-size: 1.5;
    font-weight: bold;
}

h3 {
    font-family: 'Rubik';
    font-weight: bold; 
}

p {
    color: #8f8f8f;
}

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

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

.navbar-brand {
    font-family: 'Quicksand';
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
}

/* Download Buttons */

.download-button {
    margin: 5% 3% 5% 0;
}

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

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

.title-image {
    width: 40%;
    transform: rotate(20deg);
    position: absolute;
}

#features {
    padding: 7% 15%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.feature-box {
    text-align: center;
    padding: 5% 5%;
}

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

.icon:hover {
    color: #81A684;
}

/* Testimonial Section */

#testimonials {
    text-align: center;
    background-color: #57886C;
}

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


/* Press Section */

#press {
    background-color: #57886C;
    text-align: center;
}

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


/* Carousel */

.carousel-item {
    padding: 7% 15%;
}

/* Pricing */

#pricing {
    padding: 100px;
    text-align: center;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    text-align: center;
}

h2.pricing-header {
    color: #000;
}

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

/* Call to Action */

#cta {
    background-color: #466060;
    color: #ffffff;
    padding: 7% 15%;
    text-align: center;
}

.cta-heading {
    font-family: 'Rubik';
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.5;
}

/* Footer */
#footer {
    padding: 7% 15%;
    text-align: center;
}

.footer-social-icon {
    padding: 2%;
}