.navbar-expand-lg .navbar-nav .nav-link:hover {

	text-underline-position: under;
	text-decoration-thickness: 4px;
}

.bannertop-center-image2 h1 {
    margin-top: 20px;
}



  /*your styles goes here */


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .header-img {
    top: 2.3rem;
    }
    
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 767px) {
    
    .header-img {
    top: 3.3rem;
    }
    
    
}

@media only screen and (min-width: 1480px) and (max-width: 1800px) {
    
    .header-img {
    top: 0;
    }



}


