h1{
	font-size: 28px;
    font-weight: 600;
    margin: 2em 0 1em 0;
}
h3{
	font-size: 16px;
	font-weight: 600;
}
h4{
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width:576px) {
    .navbar-nav{
        font-size:12px !important;
    }
}
@media screen and (min-width:576px) {
    .navbar-nav{
        font-size:20px !important;
    }
}