/*
Style Responsive
Version: 1.0
Theme_URI: https://www.lemon.nl
Date: 12/2024
Author: Roeland ten Holder | Lemon
Author URI: roeland@lemon.nl
*/

/** ******************************** **/
/**      _____                       **/
/**    _(  _  )__________________    **/
/**   ( | (___)     | ____ |  _  |   **/
/**   |_|_______|_|_|______|_| |_|   **/
/**                                  **/
/**            www.lemon.nl          **/
/**                                  **/
/** ******************************** **/

/************* RESPONSIVE *************/
.desktop 		{ display: block; }
.desktop-inline { display: inline-block; }
.mobile,
.mobile-inline	{ display: none; }




/* Bootstrap Breakpoint - Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.desktop,
	.desktop-inline	{ display: none; }
	.mobile 		{ display: block; }
	.mobile-inline 	{ display: inline-block; }

}

/* Bootstrap Breakpoint - Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Bootstrap Breakpoint - Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {

	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	.pagewrapper { transform: scale(0.8); padding-top: 0px; }

	.container {
		padding: 0;
		margin: 0;
	}


	.comingsoon {
		transform: scale(0.7);
		left: -90px;
        top: -11px;
	}

	.socials {
		position: absolute;
		right: -15px;
		top: 5px;
	}

	.food3 {
		top: 11%;
		right: -85px;
		width: 128px;
	}

	.food1 {
		bottom: -274px;
		left: -71px;
		width: 185px;
	}

	.food5 {
		bottom: -50px;
		right: -29px;
		width: 81px;
	}

}
