/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#logo img {
    display: block;
    max-width: 100%;
    max-height: 40px !important;
    height: 100px;
}

@media (min-width: 992px) {
#logo img {
    display: block;
    max-width: 100%;
    max-height: 60px !important;
    height: 100px;
}

}
