@charset "UTF-8";
/* Suburban Grind CSS Sheet - v1.0 */

/* GLOBAL SETTINGS */


/* GLOBAL ENDS */

/* ---------- */


/* DESKTOP VIEW */



		/* Custom CSS
		 * --------------------------------------- */
		body{
			font-family: arial,helvetica;
			color: #F2F2F2;
		}
		h1{
			font-size: 6em;
		}
		p{
			font-size: 2em;
		}
		.content{
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			text-align: center;
		}

		/* Section 1
		 * --------------------------------------- */
		#section0{
			background-image: url(images/table50.jpg);
			-webkit-background-size: cover;
  			-moz-background-size: cover;
  			-o-background-size: cover;
  			background-size: cover;
		}
		
#logo {
	position: relative;
	width: 300px;
	margin: 0 auto;

}


		/* Section 2
		 * --------------------------------------- */
		#section1{
			background-color: #3E1F03;
		}
		#section1 h1{
			color: #eee;
		}
#section1 a:link, #section1 a:visited, #section1 a:hover {
	color: #FFF;
	text-decoration: underline;
}


		/* Section 3
		 * --------------------------------------- */
		#section2{
			background-image: url(images/catering50.jpg);
			-webkit-background-size: cover;
  			-moz-background-size: cover;
  			-o-background-size: cover;
  			background-size: cover;
		}
		#section2 h1{
			color: #F2F2F2;
		}
		#section2 p{
			opacity: 0.6;
		}

/* DESKTOP VIEW ENDS */

/* ---------- */

/* TABLET VIEW */
@media screen and (max-width:769px) {

html {
	background-color: #AAAAEE;	
}

	
	
	
} /* TABLET VIEW ENDS */

/* ---------- */

/* MOBILE VIEW */
@media screen and (max-width:480px) {

html {
	background-color: #EEFFAA;	
}
	
	
} /* MOBILE VIEW ENDS */
