
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

html {
	font-family: 'Montserrat', 'sans-serif';
	scroll-behavior: smooth;
}

#hero {
	width: 100%;
	height: 710px;
	background: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

#navbar {
	margin: 50px auto 160px auto;
	width: 520px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#navbar a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 4px;
	transition-duration: .25s;
}

#navbar a:hover {
	color: #FFCC87;
}

#hero-lockup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#logo {
	margin-bottom: 30px;
	width: 540px;
}

img {
	width: 100%;
}

#hero-lockup h3 {
	color: #FFCC87;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 60px;
}

a[href^="tel"]{
    color: #5A4029 !important;
    text-decoration: underline;
}


#button {
	width: 248px;
	height: 54px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: 300;
	transition-duration: .25s;
	text-decoration: none;
}

#button:hover {
	color: #FFCC87;
}

#delivery-bar {
	background: #F3EADD;
	width: 100%;
	height: 156px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#delivery-logos {
	width: 100%;
	max-width: 580px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#delivery-logos a {
	opacity: .6;
	transition-duration: .25s;
}

#delivery-logos a:hover {
	opacity: 1;
}

.section {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

#brunch-menu {
	background: #FFFAF2;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#brunch-menu ul {
	max-width: 640px;
	margin: 60px 40px 0 40px;
}

h2 {
	font-size: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	color: #5A4029;
}

#info-container {
	width: 400px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
	margin-top: 50px;
}

.info-column p {
	margin-bottom: 30px;
}

h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	color: #5A4029;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	border-bottom: 2px solid #E8D1AF;
	padding-bottom: 10px;
}

h4 {
	font-size: 13px;
	color: #5A4029;
	font-weight: 500;
	margin-bottom: 6px;
}

.brunch ul h4 {
	opacity: 1;
}

.brunch ul p {
}

p {
	font-size: 13px;
	color: #7E7366;
	font-weight: 300;
	line-height: 20px;
}

li {
	margin-bottom: 20px;
}

ul {
	margin-bottom: 50px;
}

#menu-container {
	width: 1000px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
	margin-top: 80px;
}

#menu-column {
	width: 300px;
}

#footer {
	width: 100%;
	background: #261B11;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#footer-logo {
	width: 180px;
	margin-bottom: 40px;
}

#footer-delivery {
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

#footer-delivery svg {
	fill: #FFCC87;
}

#footer-social {
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

#footer-social svg {
	fill: #FFCC87;
}

#footer-social img {
	width: 30px;
	margin:10px;
}


#copyright {
	color: #7E7366;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin-bottom: 0;
}

.last {
	margin-bottom: 0 !important;
}


@media (max-width: 1100px) {

#menu-container {
	width: auto;
	flex-direction: column;
	margin-left: 40px;
	margin-right: 40px;
}

#menu-column {
	width: 100%;
	max-width: 640px;
	margin: auto;
}

}

@media (max-width: 680px) {

#info-container {
	max-width: 319px;
}

#footer-delivery {
	max-width: 319px;
}

#footer-delivery a {
	margin: 0 10px 0 10px;
}

#footer-social {
	max-width: 319px;
}

#footer-social a {
	margin: 0 10px 0 10px;
}

#delivery-bar {
	height: 100px;
}

#delivery-logos {
	max-width: 319px;
}

#delivery-logos a {
	margin: 0 10px 0 10px;
}

#logo {
	max-width: 291px;
	margin-bottom: 20px;
}

#hero {
	height: 480px;
}

#navbar {
	max-width: 200px;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 60px;
}

#hero-lockup h3 {
	font-size: 16px;
	max-width: 240px;
	text-align: center;
	line-height: 26px;
	margin-bottom: 40px;
}

#navbar a {
	font-size: 10px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

#button {
	font-size: 10px;
	letter-spacing: 3px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

#menu-container {
	margin-top: 40px;
}

h2 {
	font-size: 20px;
	letter-spacing: 2.5px;
}

#brunch-menu ul {
	margin-top: 40px;
}

#footer {
	height: 280px;
}

}

@media (max-width: 400px) {

#menu-container {
	margin-left: 20px;
	margin-right: 20px;
}

#brunch-menu ul {
	margin-left: 20px;
	margin-right: 20px;
}

#button {
	width: 180px;
	height: 46px;

}





































