/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
 .h1{ font-size: 1.5rem !important }
 .h2{ font-size: 1.3rem !important }
 .h3{ font-size: 1.1rem !important }
 .h4{ font-size: 1rem !important }
 .h5{ font-size: 0.9rem !important }
 .h6{ font-size: 0.8rem !important } 
 .lead { font-size: 0.9rem !important }
 }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

.nav-link:hover{
 text-decoration: underline !important;
}