html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*Header*/
header {
  position: relative;
  width: 100%;
  background: #e2e2e2;
  background: -moz-linear-gradient(
    -45deg,
    #e2e2e2 0%,
    #d1d1d1 33%,
    #dbdbdb 50%,
    #fefefe 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #e2e2e2 0%,
    #d1d1d1 33%,
    #dbdbdb 50%,
    #fefefe 100%
  );
  background: linear-gradient(
    135deg,
    #e2e2e2 0%,
    #d1d1d1 33%,
    #dbdbdb 50%,
    #fefefe 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
}

.upper_nav {
  position: absolute;
  right: 10%;
  padding: 4px 10px;
  background-color: gray;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 2px 2px 3px #e3e3e3;
}

.upper_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.upper_nav ul li {
  display: inline;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

.upper_nav ul li a {
  color: #ffffff;
}

.upper_nav ul li:first-child {
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}

.upper_nav ul li:last-child {
  padding-left: 10px;
}

.main_nav {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 75px;
  background: #cc0000;
  background: -moz-linear-gradient(-45deg, #cc0000 0%, #ff0800 100%);
  background: -webkit-linear-gradient(-45deg, #cc0000 0%, #ff0800 100%);
  background: linear-gradient(135deg, #cc0000 0%, #ff0800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ff0800',GradientType=1 );
}

.location {
  position: absolute;
  right: 10%;
}

.location h3 {
  color: #f3f3f3;
  line-height: 40px;
}

#map_location {
  cursor: pointer;
  color: #f3f3f3;
}
#map_location:hover {
  color: #333333;
}

.logo {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: -80%;
  background: -moz-linear-gradient(
    top,
    rgba(218, 218, 218, 1) 84%,
    rgba(218, 218, 218, 0.88) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(218, 218, 218, 1) 84%,
    rgba(218, 218, 218, 0.88) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(218, 218, 218, 1) 84%,
    rgba(218, 218, 218, 0.88) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#00ffffff',GradientType=0 );
  width: 200px;
  height: 150px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.hero {
  min-height: 30vh;
  /* margin-top: 50px; */
  /* padding-bottom: 50px; */
  position: relative;
}

.sideHero {
  position: relative;
}

.backSoon {
  position: absolute;
  top: 20px;
  background:rgba(217, 217, 65, 0.8);
  padding: 1rem 2rem;
  right: 2rem;
  width: 400px;
  border-radius: 2rem;
  z-index: 2;
  max-width: 80%
}

.speachBubbleTip {
  position: absolute;
  top: 0;
  right: 4rem;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgba(217, 217, 65, 0.8);
  z-index: 2;
}

.hero ul {
  margin-top: 50px;
}

.hero ul li {
  font-style: italic;
  color: #760505;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 10px;
  font-family: "Permanent Marker", cursive;
  text-shadow: 7px 4px 13px #ffffff;
}

/* Main Content */

.menu {
  min-height: 10vh;
  width: 80%;
  margin: auto;
}

.call_to_action {
  position: relative;
  min-height: 500px;
  margin-bottom: 50px;
}

.call_to_action img {
  position: relative;
  left: -15px;
}

.call_to_action h3 {
  font-style: italic;
  color: #760505;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 10px;
  font-family: "Permanent Marker", cursive;
  text-shadow: 7px 4px 13px #ffffff;
}

.hours {
  margin-top: 100px;
}
.hours i {
  color: #760505;
  font-size: 50px;
}

.hours h4 {
  color: gray;
}

.address i {
  color: #760505;
  font-size: 50px;
}

.address h4 {
  color: gray;
}

.story_left_column h2 {
  margin-top: 100px;
}

.story_left_column p {
  font-size: 1.3rem;
  padding: 10px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

footer {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  min-height: 500px;
  padding-bottom: 30px;
  padding-top: 50px;
}

.copyright {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
