html{
	  scroll-behavior: smooth;

}


.mobile-only{

	display: none;

}



.desktop-only{

	display: block;

}



@media screen and (max-width:765px){

	.mobile-only{

		display: block;

	}



	.desktop-only{

		display: none;

	}	

}



header .navbar-brand img {
    max-height: 100px !important;
}

header .navbar-brand {
   
    padding: 10px 0;
}




