/*fonts
	font-family: 'Roboto', sans-serif;
	font-family: 'Amatic SC', cursive;
*/


/*color
Black
#000000
White
#FFFFFF
Red
#DF1D2C
Dark Grey
#606d70
Light Grey
#b3bbbc
*/

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	background-color: #EFEFEF;

}

.Amatic {
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
	font-size: 50px;
	text-align: right;

}

.Amatic2 {
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
	font-size: 50px;

}


/*navigation*/
header {

	padding: 40px 20px;
	
}



header#home {
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/header1.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
header#about {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/about-header.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
header#menu {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/menu-header.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
header#gallery {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/gallery-header.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
header#contact {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/contact-header.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.intro {
	
	font-size:55px;

}

.about-pic {
	width: 450px;
	height: 450px;
}


.headingtext {
	padding-top: 125px;
	padding-bottom: 100px;
	text-align: center;
	color: #FFFFFF;
}

nav > .inner-nav {
	float: right;
}

.logo {
	padding: 20px 10px;
	font-size: 50px;
	color: #FFFBFC;
}
.logo >a >img {
		width: 275px;
}

nav > .inner-nav {
	padding: 15px 10px;
}

nav > .inner-nav > a {
	font-size: 25px;
	padding: 0px 10px;
	text-decoration: dotted;
	color: #FFFBFC;
}

nav > .inner-nav> a:hover {
	color: #DF1D2C;
	text-decoration: overline;

}

nav > .footer-nav {
	padding: 15px 10px;
}

nav > .footer-nav > a {
	font-size: 25px;
	padding: 0px 10px;
	text-decoration: dotted;
	color: #FFFBFC;
}

nav > .footer-nav> a:hover {
	color: #DF1D2C;
	text-decoration: overline;
}

#home > nav > .inner-nav > a#home-link {
	color: #DF1D2C;
}
​
#about > nav > .inner-nav > a#about-link {
	color: #DF1D2C;
}
#menu > nav > .inner-nav > a#menu-link {
	color: #DF1D2C;
}
#gallery > nav > .inner-nav > a#gallery-link {
	color: #DF1D2C;
}
#contact > nav > .inner-nav > a#contact-link {
	color: #DF1D2C;
}

/*header*/
header{


}



/*content*/

#about-home {
text-align: right;
font-size: 25px;
padding: 50px;
background-color:#EFEFEF;


}

#about-ourstory {
text-align: center;
font-size: 28px;
padding: 50px;
background-color:#EFEFEF;
color: black;

}

#our-staff {
text-align: center;
font-size: 35px;
padding: 50px;
background-color: white;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
font-size: 20px;

}
.column2 {
  float: right;
  width: 50%;
 padding: 10px;
-webkit-box-shadow: -3px 3px 5px 0px rgba(161,153,161,1);
-moz-box-shadow: -3px 3px 5px 0px rgba(161,153,161,1);
box-shadow: -3px 3px 5px 0px rgba(161,153,161,1);
font-size: 20px;
}

.column3 {
  float: left;
  width: 50%;
 padding: 10px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
box-shadow: 3px 3px 5px 0px rgba(161,153,161,1);
font-size: 20px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

hr {
	border-color: #000000;

}

#menu-home {
text-align: center;
font-size: 35px;
padding: 50px;
background-color: #b3bbbc;
}

.menu-item{
	padding-top: 30px;
	text-align: center;

}

#gallery-home {
text-align: center;
font-size: 35px;
padding: 50px;
background-color: #EFEFEF;
}

.td1 {
	background-image: url(../images/cheese-sticks.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td2 {
	background-image: url(../images/cheeseburger.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td3 {
	background-image: url(../images/hamburger.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.td4 {
	background-image: url(../images/hotdog.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td5 {
	background-image: url(../images/nachos.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td6 {
	background-image: url(../images/wings.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td7 {
	background-image: url(../images/grilledchicken.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td8 {
	background-image: url(../images/salad.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td9 {
	background-image: url(../images/grilledcheese.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.td10 {
	background-image: url(../images/gallery1.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}.td11 {
	background-image: url(../images/gallery2.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}.td12 {
	background-image: url(../images/about-header.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}.td13 {
	background-image: url(../images/headerhome.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}.td14 {
	background-image: url(../images/header1.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}.td15 {
	background-image: url(../images/gallery3.jpg);
	width: 450px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


button {
	padding: 20px 30px;
	background-color: black;
	font-size: 30px;
	color: white;
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 5px;

}

button:hover {
background-color: #DF1D2C;

}

.form {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: center;

}

.contactForm {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0px;
}

.formContainer {
	width: 49.5%;
	display: inline-block;
}

.innerContainer {
	padding: 10px 20px;
}

input, textarea {
	width: 100%;
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ddd;
	border: none;
}

input:focus, textarea:focus {
	box-shadow: 0px 0px 12px #aaa;
	outline: none;
}

#submit {
  background-color: black; 
  border: none;
  color: white;
  padding: 8px 27px;
  margin: 0px 20px 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;

}
#submit:hover {
	background-color: #DF1D2C;
}
.content {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

#contact-home {
	text-align: center;
}
td >img {
	width: 300px
	padding: 30px;
}

/*footer*/
footer {
padding: 10px;
background-color: black;
text-align: center;
color: white;


}
