/*
  #be1e2d - Fire Starter
  #41393d - Sleek
  #ef4e22 - Spicy
  #d4a18d - Lucky
  #d7e4c2 - Bamboo
  #8a8c8f - Cool Down
  #dddddd - Medium Gray 
  #eeeeee - Light Gray
*/

/*----------------------------
NORMALIZE
----------------------------*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/*----------------------------
TYPOGRAPHY
----------------------------*/
body {
  background-color: #fefefe;
  margin: 0;
  padding: 0;
}

p {
  color: #444;
  font-family: 'athelas', serif;
  font-size: 19px;
  line-height: 1.5;
  padding: 0 15px;
}

h1, h2, h3 {
  font-family: 'Majesti Banner Book', serif;
}

h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

h2{
  color: #be1e2d;
}

h2.front-heading {
  display: block;
  margin-top: 50px;
  text-align: center;
}

h3 {
  color: #8a8c8f;
}

label {
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

input {
  font-size: 16px;
  padding: 20px;
}

select {
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/*----------------------------
ELEMENTS
----------------------------*/

/*--- MASTHEAD ---*/

.wrapper {
  margin: auto;
  max-width: 1100px
}
    
header {
  padding: 30px 0 0;
}

#logo {
  display: block;
  margin: auto;
  width: 250px;    
}

/*--- NAVIGATION ---*/

nav.main-navbar {
  display: block;
  margin: 5px auto;
  max-width: 1100px;
  padding: 25px 0 0;
  text-transform: uppercase;
}

nav.main-navbar ul {
  margin: 15px 0;
  padding: 0;
  text-align: center;
}   

nav li {
  display: inline-block;
}  

nav .active {
  color: #be1e2d;
}

nav a {
  color: #555;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 900;
  padding: 0 15px 0 15px;
}

/*--- HERO SECTION ---*/

#hero {
  background: #020202 url("../img/hero-banner.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #BE1E2D;
  display: flex;
  margin: 0;
  min-height: 900px;
  padding: 0;
  width: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 70%;
}

.kanji-logo {
  align-self: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: flex;
  padding: 25px;
}

.kanji-logo img {
  align-self: center;
  display: flex;
  height: 246px;
  width: 235px;  
}
.hero-headline, .hero-tagline {
  display: flex;      
  justify-content: center;
  margin: auto; 
  width: 100%;      
}

.hero-headline h1 {
  color: white;
  font-family: 'Majesti Banner Book', serif;
  font-size: 65px;
  text-shadow: 1px 1px #000;
}

.hero-tagline h4 {
  color: white;
  letter-spacing: 3px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  top: -60px;
}

/*--- OUR MENU BUTTON ---*/

.btn {
  background: #BE1E2D;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700; 
  cursor: pointer;
  margin: auto;
  padding: 20px 20px;
  text-align: center;
  width: 380px;
}

.btn a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.btn:hover,
.btn:focus {
  background: #222;
}

/*--- PAGE SECTION ---*/

#page-banner {
  background: #020202 url("../img/page-banner.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #BE1E2D;
  display: flex;
  margin: 0;
  min-height: 200px;
  padding: 0;
}

.page-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 70%;
}

.page-banner-title {
  color: #fff;
  font-family: 'Majesti Banner Book', serif;
  font-size: 28px;
  letter-spacing: 6px;
  margin: auto;
  text-shadow: 1px 1px 0 #000;
}


/*--- MENU PAGE ---*/

#menu {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex: auto;
  justify-content: center;
  margin: 35px 0;
  padding: 10px;
}

.menu-items {
  width: 400px;
  text-align: center;
}

.menu-items h2 {
  font-size: 27px;
}

.menu-items h2::after {
	display: block;
	content: "";
	margin: 15px auto;
	width: 45px;
	border: 2px #be1e2d solid;
  opacity: .8;
}

.menu-items h3 {
  color: #444;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-items p {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 50px
}

.menu-image {
  border: 1px solid #ddd;
  padding: 5px;
}

/*--- ABOUT TOWN PAGE ---*/

#about {
  display: flex;
  flex: auto;
  margin: 35px 0;
  padding: 10px;
}

.about-image {
  align-self: center;
  border: 1px solid #ddd;
  flex: 1;
  padding: 5px;
}

.about-text {
  flex: 1;
  justify-content: center;
  padding: 0 10px;
  
}

.about-title {
  font-size: 35px;
  text-align: center;
}
.about-title::after {
	display: block;
	content: "";
	margin: 15px auto;
	width: 45px;
	border: 2px #be1e2d solid;
  opacity: .8;
}

/*--- LOCATIONS PAGE ---*/

#locations {
  display: flex;
  margin: 35px 0;
  padding: 10px;
}

.location {
  align-self: center;
  flex: 1;
  flex-direction: column;
}

.venue {
  text-align: center;
}

.venue h3 {
  color: #444;
  font-size: 23px;
  margin: 0 30px;
  text-align: center;
}

.venue p {
  color: #777;
  font-family: 'Raleway', serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px
}

.town-map {
  display: block;
  justify-content: center;
  margin: auto;
  padding: 25px;
}

/*--- CATERING PAGE ---*/

#catering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin: 25px 0;
  padding: 10px;
}

.catering-image {
  border-bottom: 1px solid #ddd;
}

.catering-text {
  font-size: 25px;
  margin-bottom: 50px;
  padding: 0 75px;
}

.catering-text h2 {
  color: #555;
  text-align: center;
}

/*--- CONTACT PAGE ---*/

#contact {
  display: flex;
  margin: 35px 0;
  padding: 10px;
}

.contact-us {
  margin: auto;
  width: 80%;  
}

.contact-form {
  margin: auto;
  width: 80%
}

.contact-text {
  display: block;
  padding: 10px;
}

.contact-text p {
 font-family: 'Raleway', sans-serif;
 font-size: 16px;
}

.contact-text::after {
	display: block;
	content: "";
	margin: 15px auto;
	width: 45px;
	border: 2px #be1e2d solid;
  opacity: .8;
}

/*--- Contact Form ---*/

input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box; 
    margin-top: 6px;
    margin-bottom: 16px; 
    resize: vertical;
}

input[type=submit] {
    background-color: #be1e2d;
    color: white;
    margin: auto;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ef4e22;
}

.contact-btn {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 20px
}

/*--- FOOTER ---*/

footer {
  background-color: #121212;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

.footer-inner {
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

/*--- SOCIAL ICONS ---*/

.social-links {
  display: flex;
  padding: 25px;
  justify-content: center;
}

.social-icons {
  padding: 0 10px;
  width: 50px;
}

/*--- COPYRIGHT ---*/

.copyright {
  color: #ddd;
  font-weight: 400;
  letter-spacing: 2px;
}
