/*-------MOBILE---------*/
.header {
	height: 500px;
	width: 100%;
	position: relative;
	display: table;
	background-image: url('../images/views/homepage/header1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	transition-delay: 1.5s;
}

.header-content {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	color: white;
}

.header-words {
	padding: 0;
	margin: 0;
	font-family: panton;
	font-size: 3em;
	text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.36);
}

.subheader-words {
	padding-bottom: 10px;
	margin: 0;
	color: #2c771f;
	font-family: panton;
	font-size: 2em;
}

.daily-special {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
	text-align: center;
}

.title, .subtitle, .description, .small-description {
	line-height: 1em;
	padding: 10px;
	font-family: roboto;
}

.title {
	color: #2c771f;
	font-size: 2.5em;
	display: inline-block;
}

.subtitle {
	font-size: 2em;
	display: inline-block;
}

.description {
	font-size: 1.5em;
}

.small-description {
	font-size: 1em;
}

.link-words {
	color: #f85775;
	font-family: panton;
	text-decoration: underline;
	font-size: 1.5em;
	padding-top: 50px;
	outline: none;
}

.ui.caret.right.icon {
	text-decoration: none;
}

.catering-block {
	height: 350px;
	width: 100%;
	position: relative;
	display: table;
	background-image: url('../images/views/homepage/image2.png');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.catering-content {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	color: white;
}

.ui.button {
	margin: 10px;
	font-family: panton;
	background-color: #2c771f;
	color: white;
}

.ui.button:hover {
	opacity: .9;
	background-color: #2c771f;
	color: white;
}

.menu-block {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
}


.about-block {
	height: 450px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	display: table;
	background-image: url('../images/views/homepage/all-food-outward-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ui.grid {
	width: 100%;
	margin: auto;
}

.newsletter-block {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.ui.four.wide.column.small {
	display: flex;
}

.ui.four.wide.column.large {
	display: none;
}

.ui.medium.circular.image.special {
	margin: auto;
}


/*-------TABLET AND ABOVE---------*/
@media only screen and (min-width: 760px) {

	.header {
		height: 750px;
	}

	.header-words {
		font-size: 4em;
	}

	.subheader-words {
		font-size: 2.5em;
	}

	.daily-special {
		text-align: left;
	}

	.title, .subtitle, .description {
		line-height: 1em;
		padding: 10px;
	}

	.title {
		font-size: 3em;
	}

	.subtitle {
		font-size: 2em;
	}

	.description {
		font-size: 1.8em;
	}

	.small-description {
		font-size: 2em;
	}

	.link-words {
		font-size: 2em;
		padding-top: 50px;
	}

	.catering-block {
		height: 350px;
		width: 100%;
		position: relative;
		display: table;
		background-image: url('../images/views/homepage/image2.png');
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.ui.grid {
		width: 100%;
	}

	.about-block {
		height: 350px;
		width: 100%;
		position: relative;
		display: table;
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.newsletter-block {
		text-align: left;
	}


	.ui.medium.circular.image.special {
		float: left;
		margin: 0;
		margin-right: 20px;
	}

}
@media only screen and (min-width: 980px) {

	.ui.four.wide.column.small {
		display: none;
	}

	.ui.four.wide.column.large {
		display: flex;
	}


}

