@media screen and ( max-width:768px) {
    .page-section-title{
        font-size: 10px;
    }

    #header span{
        font-size: 9px;
    }

    #header img{
        height: 9px;
    }

    .page-section{
        padding: 2rem 0;
    }

    hr.divider{
        margin-top: 0;
    }
}

@media screen and ( min-width:768px) {
    .page-section-title{
        font-size: 20px;
    }

    #header span{
        font-size: 16px;
    }

    #header img{
        height: 18px;
    }

    .page-section{
        padding: 8rem 0;
    }
}


hr.divider{
    border-color: #2479f1;
    border-width: .2rem;
}

.carousel-indicators .active{
    background-color: black;
}
