#title {
    background-color: rgb(154,199,255);
}

.container-fluid{
    padding: 3% 15%;
}

h1{
    font-family: "Roboto Mono";
    font-size: 3rem;
    line-height: 1.5;
}

h2{
   font-family: "Roboto Mono", sans-serif; 
   padding-bottom: 5%;
   font-size: 1.5;
}

h3{
    font-family: "Roboto Mono";
}

p{
    color:#8f8f8f;
}

.navbar{
    padding: 0 0 4.5rem;
}

.navbar-brand{
    font-family: "Open Sans";
    font-size: 2.0rem;
    font-weight: bold;
}

.navbar-item{
    padding: 0 18px;
}

.nav-link{
    font-family: "Roboto Mono", sans-serif;
    font-size: 1.2rem;
}

.download-button{
    margin: 5% 3% 5% 0%;
}

.title-image{
    width: 60%;
    transform: rotate(20deg);
    position: absolute;
}

#features{
    padding: 7% 15%;
    background-color: rgb(206, 236, 255);
    z-index: 1;
    position: relative;
}

.feature-box{
    text-align: center;
    padding: 5%;
}

.icon{
    color: rgb(1,132,118);
    margin-bottom: 1rem;
}

.icon:hover{
    color: rgb(154,199,255);
}

#testimonials{
    text-align: center;
    background-color: rgb(154,199,255);;
} 

.carousel-item{
    padding: 7% 15%;
}

.testimonial-image{
    width: 50%;
    border-radius: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#press{
    background-color: rgb(154,199,255);;
    text-align: center; 
}

.press-logo{
    width: 10%;
    margin: 20px 20px 50px;
}

#pricing{
    padding: 100px;
    background-color: rgb(206, 236, 255);
    text-align: center;
}

.pricing-header{
    color: black;
}

.pricing-column{
    padding: 3% 2%;

}

.pricingname-bg{
    background-color: cornflowerblue;
}

.pricing-pfont{
    font-size: large;
}

#cta{
    background-color: rgb(154,199,255);;
    color: beige;
    padding: 7% 15%;
    text-align: center;
}

.cta-heading{
   font-family: "Roboto Mono"; 
   font-weight: bold;
   font-size: 3.5rem;
   line-height: 1.5;
}

#footer{
    padding: 7% 15%;
    text-align: center;
    background-color: rgb(206, 236, 255);
}

.social-icon{
    margin: 20px 10px;
}

@media(max-width:1028px){

    #title{
        text-align: center;
    }
    .title-image{
        position: static;
        transform: rotate(0);
    }
}

