a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
  box-sizing: border-box;
}

.clear {
	clear:  both;
}

body {
	font-family: 'Open Sans';
	background: url(bg.jpg) center;
	background-size: cover;
	background-attachment: fixed;
}

nav {
	width: 100%;
	height: 100px;
	background: white;
	box-shadow: 0px 14px 44px -13px rgba(0,0,0,0.75);
}

#logoWrapper {
	height: 129px;
	background: white;
	margin: auto;
	position: absolute;
	box-shadow: 0px 14px 44px -13px rgba(0,0,0,0.75);
	left: 50%;
    transform: translate(-50%, 0);
    background: white;
    padding: 0 15px;
	max-width: 80%;
}

#logo {
	width: auto;
	height: auto;
	max-height: 129px;
	max-width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: white;
	padding: 80px 20px 0 20px;
	font-size: calc(14px + 4vw);
}

h2#frontpage {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: white;
	padding: calc(10px + 3vw) 20px;
	font-size: calc(14px + 1vw);
	max-width: 700px;
	text-align: center;
	line-height: 1.4em;
	display: block;
	margin: auto;
}

h2#frontpage a {
	color: white;
}

#restaurantWrapper {
	max-width: 350px;
	width: 100%;
	margin: 20px auto 100px auto;
	text-align: center;
}

.restaurant {
	width: 100%;
	background: white;
	margin: 10px 0;
	box-shadow: 0px 14px 44px -13px rgba(0,0,0,0.75);
}

.restaurant:hover {
	background: #930000;
	color:white;
}

.restaurant a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
	padding: 20px;
}

.restaurant:hover a{
	color: white;
}

.restaurant h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: white;
	font-size: calc(14px + 1vw);
	max-width: 700px;
	text-align: center;
	line-height: 1.4em;
	display: block;
	margin: auto;
}

.restaurant h2 a {
	color: #e02222;
}

.order {
	background: rgb(28, 184, 65);
	border-radius: 8px;
	color: white;
	padding: 8px;
	display: block;
	margin: 20px auto 0 auto;
	font-weight: 700;
	text-decoration: none;
	font-size: calc(9px + 1vw);
}

button {
	border: none;
	padding: 10px 20px;
}