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

/*start of personal code*/

#container {
  width: 100%;
  /* max-width: 1600px; */
  background-color: #ffebd4;
}
img {width: 100%;
}



.marquee {
  height: 25px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 12s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

#overalltopdiv {
  background: #ffebd4 url(images/opensky.png)center center no-repeat;
  background-size: cover;
    width: 100%;
    font-family: "Moul", serif;
    font-weight: 400;
    font-style: normal;
    
}

#boxabovenav {
  background-color: #78370C;
  width: 100%;
}

nav {
  background-color: #D38022;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#logo{
  width: 25%;
  position: relative;
  z-index: 10;
  height: 100px;
  top: -8vw;
  margin-left: 7vw;
}

a {
  color: #ffebd4;
  text-decoration: underline;
  font-size: 32px;
}

#brownboxTOP{
  background-color: #78370C;
  color: #D38022;
  font-size: 24px;
  padding: 10px;
}

#wholemenuescroll {
  display: flex;
}

#brownboxBOTTOM{
  background-color: #78370C;
  color: #D38022;
  font-size: 24px;
  padding: 10px;
}

#overallseconddiv {
  background-color: #ffebd4;
  width: 100%;
}


#storefront {
  align-items:center;
display: flex;
  width: 100;
}

#frontofstore {
  width: 100%;
}

#aboutbox{ 
  width:50%;
  background-color: #78370C;
  margin-right: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
  padding: 10%;
  color: white;
  font-size: 30px;
  text-align: center;
float: left;
}
#overallthirddiv {
  background: #000 url(imagesdivthree/mountainstotal.png) center center no-repeat;
}

#imagesinrow {
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#locationinfo {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 15%;
}


#footersection {
  background-color: #D38022; 
  width: 100%;
  height: 10vw;
}

#sectionbeneathfoot {
  background-color: #78370C;
}
#address{ 
  width: 50%;
  color: #000;
  padding-left: 10%;
}

#reservationbox {
  width: 25%;
  margin: 100px;
  background-color: #ffebd4;
  margin: auto;
  padding: 10px;
  text-align: center;
}

h1{
  font-size: 72px;
  text-align: center;
  color: black;
  padding-top: 100px;
}

h2{
  font-size:48px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

h3{ 
  color: white;
  font-size: 32px;
  text-align: center;
  
}

@media screen and (max-width:850px) {

nav{
display:none;
}


h1 {
font-size: 24px;
}

#imagesinrow {
width: 20%;
}
 #overallthirddiv {
  width: 100%;
 }

 h3{
font-size:18px;
 }

 #aboutbox{
  font-size: 14px;
 }

}

/*.moul-regular {
  font-family: "Moul", serif;
  font-weight: 400;
  font-style: normal;
}/*

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/