body{
    font-family: 'Montserrat';
}
a{
    color:#AB96FF
}
#title{
    background-color: #6C63FF;
    color: #fff;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: bolder;
    
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
}
h3{
    font-family: 'Montserrat';
    font-weight: 800;
}
hr{
    background-color: black;
    height: 1px;
}
p{
    color: #8f8f8f;
}
.container-fluid{
    padding: 3% 15% 8%;
}
/*Navbar */
.navbar{
    padding: 0 0 4.5rem ;
}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
}

.nav-item{
    padding: 0 18px;
    text-align: left;
}

.nav-link{
    font-size: 1.0rem;
    font-family: 'Montserrat';
    font-weight: lighter;
       
}
.logo{
    border-radius: 80%;
    max-width: 100%;
}
/*Buttons*/
.download-button{
    margin: 5% 3% 5% 0;
}
/*Title image*/
.title-image{
    width: 90%;
    position: relative;
    left: 20%;
    border-radius: 80%;
}

@media (max-width:1028px){
    #title{
        text-align: center;
    }
    .title-image{
        position: static;
        transform: rotate(0deg);
    }
    .testimonial-image{
        width: 36rem;
        height: 20rem;
    }
}
@media (max-width:768px){
    .testimonial-image{
        width: 25rem;
        height: 15rem;
    }
    
}
#footer{
    padding: 7% 15%;
    text-align: center;
    background-color: #ffffff;
}
.social-icon{
    margin: 20px 10px;
}


