html{
    scroll-behavior: smooth;
    font-family:roboto;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    font-size: 1.2em;
    color: #3453D9;
    padding-left: 10px;
}
.img-blur{
    background-image: url("images/home.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: blur(1px);
     */
}

.page-0 {
    color: white;   
}
.page-0 p {
    font-size: 1.8em;
    max-width: 700px;
}
h1{
    color: white;
}

.page-1 h2{
    color: #3453D9;
}

.page-1 li{
    font-size: 1.3em;
}
.page-2 li{
    color: white;
    font-size: 1.5em;
}
.page-2 ul{
}


.page-3 hr{
    border-top: 1px solid red;
    width: 100px;
    height: 2px;    
}

.page-4 span{
    font-size: 2.8em;
}

.page-4 h3{
    font-size: 2.4em;
}

.page-6{
    background-image: url("images/contact.jpg");
    width: 100%;
    height: 660px;
}   

.contact-header{
    background-color: #3453D9;
    text-align: center;
    color: white;
    width: 200px;
    border-radius: 10px;
    margin-top: 3%;
    
    /* background-color: blue; */
    /* color: white;
    display: inline-block; */

}
.contact-details{
    color: #3453D9;
    padding: 30px 50px;
    max-width: 400px;
    background-color: rgba(93, 94, 100, 0.2);
    
}
.contact-details  h5{
    color: black;
    font-size: 1.6em;
}
.contact-details i {
    color: #3453D9;
}
.contact-social{
    
}
.contact-social > div{
    border-radius: 100%;
    background-color: #3453D9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
}
.contact-social i {
    color: white;
    background-color: #3453D9;
    font-size: 2em;
}