@charset "UTF-8";
/* CSS Document */
/* Reset */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

.centeredColumn {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
	margin: 0;
	padding: 0;
}
/* end of reset */

* {
  box-sizing: border-box;
}

body {
	margin: 0px;
	font-family: 'Bitter', sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #491000;
  height: 50px;
  transform: translate(0,0,0);
  transition: .5s ease;
  padding: 0;
  overscroll-behavior-y: none;
  z-index: 2;
}

.nav2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #491000;
	height: 50px;
	transform: translate(0,0,0);
	transition: .5s ease;
	padding: 0;
	margin-bottom: 10px;
	z-index: 1;
}

.nav > .nav-header, .nav2 > .nav-header {
	display: inline;
}

.nav > .nav-header > .nav-title,.nav2 > .nav-header > .nav-title {
	display: inline-block;
	color: #dfd9ab;
	margin: 5px 0 0 5%;
}

.nav-logo {
	display: inline-block;
	height: 40px;
	padding: 0;
	margin: 0;
}

.nav > .nav-btn, .nav2 > .nav-btn {
  display: none;
}

.nav > .nav-links, .nav2 > .nav-links {
  display: inline;
  float: right;
  font-size: 16px;
margin-right: 5%;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #dfd9ab;
}

.nav2 > .nav-links > a  {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #dfd9ab;
}

.nav > .nav-links > a:hover, .nav2 > .nav-links > a:hover  {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav > #nav-check {
  display: none;
}
	
.nav2 > #nav-check2 {
  display: none;
}

.headerBand {
  position: relative;
  text-align: center;
 	height: 300px;
	}

.headerImage {
	position: relative;
	display: block;
	margin: 0 5%;
	padding: 70px 0 0;
	object-fit: none;
	width: 90%;
 	height: 300px;
	align-content: center;
	}

.headerLogo {
    position: absolute;
    top: 80px;
	max-height: 180px;
	margin:0 auto;
	width:100%;
}

#headerTag {
 	position: absolute;
    top: 260px;
	padding: 0;
	margin: 0 auto;
	width:100%;
	text-align: center;
	font-family: 'Bitter';
	font-weight: 700; 
	color: #fff;
	font-size: 1.4em;
}
	
main {
	align-content: center;
	margin: 80px 5% 20px 5%;
}

h2 {
	text-align: center;
	line-height: 1.2em;
	color: #491000;
}

h1 {
	font-size: 1.8em;
	color: #883E24;
	text-align: center;
	padding-bottom: 20px;
}

.homeHeader {
	margin-top: -70px;
	padding: 15px 10% 25px 10%;
}

h3 {
	font-size: 1.4em;
	margin-left: -5%;
	color: #191312;
	text-align: left;

}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.flex-container > div {
	background-color: #fff;
	width: 21%;
	float: right;
	margin: 2%;
	text-align: center;
	vertical-align: middle;
}

.flexHeading {
	line-height: 40px;
	color: #7d0000;
	font-size: 1.2em;
	font-weight: 700; 
	margin-bottom: 5px;
}

.flexMiddle {
	align-content: center;
	height: 200px;
	position: relative;
	width: 100%;
}

.flexImage {
	object-fit:cover;
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	align-content: center;
}

.something {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.arrow-left {
  background-color: #dfd9ab;
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.4);
  height: 60px;
  right: -30px;
  position: absolute;
  top: -30px;
  width: 60px;
  -webkit-transform: rotate(-45deg);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 200px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #7E0000;
  z-index: 0;
}

.text {
  color: white;
  font-family: 'Hind';
  font-weight: 400; 
  font-size: 1.2rem;
  padding: 10%;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.flexMiddle:hover .overlay {
  opacity: .9;	
}

.flexMiddle:hover .text {
  opacity: 1;	
}

.flexMiddle:active .overlay {
  opacity: .9;	
}

.flexMiddle:active .text {
  opacity: 1;	
}

.flexFooter {
  line-height: 25px;
  font-size: .8em;	
  margin: 0;
  padding: 0;
  color: #491000;
  background-color: #dfd9ab;
}

ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 0 !important;
	margin: 0;
}

.sm-icons {
	float: none;
	margin: 30px 5px 0 5px;
	padding: 0;
	align-content: center;
	text-align: center;
}

.sm-link {
	padding: 0;
	margin: 0 2px;
}

.sm-link:hover {
    transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.nopadding {
   padding: 0 !important;
}

.menu {
	padding: 0 5% 0 5%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.menuSection {
	margin-top: 2em;
	text-align: center;
	max-width: 600px;
}
.name {
	color: #7e0000;
	width: 80%;
	float: left;
	font-size: 1em;
	margin-top: 1.4em;
} 
.price {
	color: #7e0000;
	width: 20%;
	text-align: right;
	float: right;
	font-size: 1em;
	margin-top: 1.4em;
} 
.description {
	color: #191312;
	font-size: .9em;
	width: 100%;
}

footer {
	text-align: center;
	padding: 15px;
	color: #565656;
}

footer > a {
	color: #565656;
	text-decoration: none;
}

/*--- form styling ---*/
.formContainer{
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 80%;
  max-width: 800px;
  height: 80%;
  background: #fff;
  box-shadow: 0 0 20px rgba(72,98,85, 0.6);
  box-sizing: border-box;
  padding: 15px 4% 25px 4%;
}


.input,
.msg .area{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 2px solid #dfd9ab;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  transform: all 0.5s ease;
}

.login .input{
  width: 48%;
  float: left;
  margin-right: 4%;
}

.login .input:last-child{
  margin-right: 0;
}

.msg .area{
  height: 250px;
}

.btn{
  width: 250px;
  background: #7e0000;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
    background-color: #491000;
  }

.input:focus,
.msg .area:focus{
  border: 2px solid #191312;
}

::-webkit-input-placeholder{
  font-family: 'roboto';
}

/*--- end of form styling ---*/

@media (max-width : 1300px ){.flex-container > div {
	width: 29.33%;}
}
	
@media (max-width : 1024px ){
	
#headerTag {
		font-size: 1.2em;
	}
	
.flex-container > div {
	width: 46%;
	}
}

@media (max-width : 620px ){.flex-container > div {
	width: 96%;}
	
#headerTag {
		font-size: 1em;
	}
	
.nav > .nav-btn, .nav2 > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
	
.nav > .nav-btn > label,.nav2 > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px;
	margin: 0 25px;
	}
	
.nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
	    margin-right: 25px;
  }
	
.nav2 > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
	    margin-right: 25px;
  }
	
 .nav > .nav-btn > label > span, .nav2 > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 3px solid #dfd9ab;
  }
	
.label {
	padding-right: 5%;	
	margin-right: 80px;
	}
	
.nav > .nav-links, .nav2 > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #491000;
    height: 0px;
    transition: all .5s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;	  
  }
	
 .nav > .nav-links > a, .nav2 > .nav-links > a {
    display: block;
    width: 100%;
	margin-left: 5%;
	padding-top: 10px;
  }
	
 .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
 .nav2 > #nav-check2:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .nav2 > #nav-check2:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
}

	