/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media only screen and (min-width: 768px) {
	.min-vh-md-80 {
		height: 80vh;
	}
}

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

	.menu-link {
		font-size: 12px;
		padding: 39px 10px;
	}

	
}


@media only screen and (max-width: 991.98px) {
	.small-b-caption{
		padding-top: 00px;
	}
	.top-banner1{
		background-image: url('../images/garden_room_mid.jpg');
	}

	.container-top{
		background-image: url('../images/container_top_lg.jpg');
	}

	.bespoke-top{
		background-image: url('../images/garden_room6_top_lg.jpg');
	}

	.menu-link {
		font-size: 14px;
		padding: 14px 5px;
	}
}

@media only screen and (max-width: 767.98px) {
	.small-b-caption{
		padding-top: 00px;
	}
	.top-banner1{
		background-image: url('../images/garden_room_sm.jpg');
	}
}

@media only screen and (max-width: 575.98px) {
	.small-b-caption{
		padding-top: 00px;
	}
	.top-banner1{
		background-image: url('../images/garden_room_xs.jpg');
	}

	#logo img {
    	max-height: 60px !important;
    	height: 60px;
	}
}