@import url(//db.onlinewebfonts.com/c/b2654d24a0afc19dabe02fba17411648?family=CeraGR-Regular);

@font-face {font-family: "CeraGR-Regular";
    src: url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.eot");
    src: url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/b2654d24a0afc19dabe02fba17411648.svg#CeraGR-Regular") format("svg");
}

body, html {
	background: #fff center center fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	font-family: "CeraGR-Regular" !important;
	position: relative;
	height: 100%;
}


.display-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  width: 100%;
}


a.logo {
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png);
	height: 250px;
	margin: 0;
	background-repeat: no-repeat !important;	
	background-position: center !important;
}


.main-content h1 {
	font-weight: 900;
	font-size: 24px;
	margin: 1.5rem 0 0 0;
	display: none;
	text-align: center;
}


.main-content p {
	text-align: left;
	font-size: 24px;
	letter-spacing: 1px;
}


.main-content ul {
	list-style-type: none;
	padding: 0;
}


.contact_info {	
	margin: 0;
}

hr {
	max-width: 600px;
	margin: 4rem auto;
}


@media screen and (max-width: 40em) {
	hr {
		max-width: 280px;
	}
	
}

.contact_info p {
	text-align: center !important;
	margin-top: 0.5rem;
}

.contact_info h2 {
	font-weight: 900;
	font-family: 'AvenirLTStd-Light', sans-serif !important;
	font-size: 19px;
	margin: 0;
	color: #111;
	display: block;
	text-align: center;
}


.footer-info {
	margin-top: 5rem;
	text-align: center;
}

.footer-info p {
	display: inline-block;
	text-align: center;
	padding: 0 0.5rem;
	font-size: 14px;
	font-weight: 400;
}

.footer-info a, .footer-info p {
	color: #111;
	text-align: center;
}


.footer_bottom {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

.hero_mobile {
	background: url(../images/foodribe_hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}

.hero_mobile span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 24px;
	text-align: right;
	color: #fff;
	z-index: 1;
}

