/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-family: 'Domine', serif;
  background-color: black; }

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; }

* {
  box-sizing: border-box; }

#container {
  width: 100%;
  margin: auto; }

img {
  width: 100%; }

#headerimage {
  width: 100%;
  background-image: url(images/headerimage.jpg);
  background-size: cover;
  padding-bottom: 30px; }

.logo {
  width: 24.4140625%; }

.mobilelogo {
  display: none; }
  @media screen and (max-width: 400px) {
    .mobilelogo {
      display: block;
      width: 80%;
      margin: auto;
      padding: 5px; } }

.redbar {
  width: 100%;
  height: 70px;
  background-color: darkred;
  margin-top: -15vw; }

nav {
  color: white;
  float: right;
  width: 72.75390625%;
  margin-top: -89px;
  font-size: 20px;
  text-decoration: none; }
  nav ul {
    display: flex;
    padding: 10px 0;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: white; }
    @media screen and (max-width: 840px) {
      nav ul {
        font-size: 15px; } }
    @media screen and (max-width: 680px) {
      nav ul {
        padding-top: 45px; } }
    @media screen and (max-width: 430px) {
      nav ul {
        font-size: 60%; } }

@media screen and (max-width: 680px) {
  #hideme {
    display: none; } }

#title {
  width: 36.62109375%;
  background-color: rgba(0, 0, 0, 0.61);
  margin: auto;
  padding: 30px;
  margin-top: 2vw; }
  @media screen and (max-width: 430px) {
    #title {
      width: 70%; } }
  @media screen and (max-width: 400px) {
    #title {
      width: 75%; } }

#redsection {
  width: 100%;
  height: 180px;
  background-color: darkred; }
  @media screen and (max-width: 430px) {
    #redsection {
      height: 130px; } }
  @media screen and (max-width: 400px) {
    #redsection {
      height: 130px; } }
  #redsection ul {
    width: 83%;
    margin: auto;
    display: flex;
    padding: 5px 0;
    justify-content: space-around;
    padding-top: 30px; }
    #redsection ul li:first-child :hover {
      opacity: .6;
      transform: rotate(7deg);
      transition: .5s ease-in-out; }
    @media screen and (max-width: 400px) {
      #redsection ul li:first-child {
        display: none; } }
    #redsection ul li:nth-child(2) :hover {
      opacity: .6;
      transition: .5s ease-in-out; }
    @media screen and (max-width: 400px) {
      #redsection ul li:nth-child(2) {
        display: none; } }
    #redsection ul li:nth-child(3) :hover {
      opacity: .6;
      transition: .5s ease-in-out; }
    @media screen and (max-width: 400px) {
      #redsection ul li:nth-child(3) {
        display: none; } }
    #redsection ul li:nth-child(4) :hover {
      opacity: .6;
      transition: .5s ease-in-out; }
    @media screen and (max-width: 400px) {
      #redsection ul li:nth-child(4) {
        display: none; } }

.reservesection {
  width: 100%;
  background-color: white; }

#white {
  width: 90%;
  height: 100px;
  background-color: white;
  margin: auto;
  padding-top: 30px; }
  @media screen and (max-width: 1050px) {
    #white {
      width: 100%; } }
  @media screen and (max-width: 940px) {
    #white {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    #white {
      display: none; } }
  #white ul {
    display: flex;
    justify-content: space-around;
    margin: auto; }
    #white ul ul:hover {
      cursor: pointer; }
    @media screen and (max-width: 650px) {
      #white ul li {
        width: 20%; } }
    @media screen and (max-width: 840px) {
      #white ul li:first-child {
        display: none; } }

.button:hover {
  opacity: .6;
  cursor: pointer;
  transition: .5s ease-in-out; }

@media screen and (max-width: 400px) {
  #insidepic {
    width: 100%; } }

.storytitle {
  width: 50%;
  margin: auto;
  padding: 20px;
  margin-top: -25vw; }
  @media screen and (max-width: 400px) {
    .storytitle {
      width: 90%;
      padding: 10px;
      margin-top: -32vw; } }

#story {
  width: 100%;
  height: 70vh;
  background-image: url(images/storybkg.png);
  background-size: cover;
  background-color: white; }
  @media screen and (max-width: 400px) {
    #story {
      height: 64vh; } }
  #story #paragraphs {
    width: 45%;
    float: right;
    height: 70vh;
    padding: 10vw 5vw 0 3vw;
    background-color: rgba(255, 255, 255, 0.73); }
    @media screen and (max-width: 770px) {
      #story #paragraphs {
        font-size: 90%; } }
    @media screen and (max-width: 605px) {
      #story #paragraphs {
        font-size: 80%; } }
    @media screen and (max-width: 470px) {
      #story #paragraphs {
        font-size: 70%; } }
    @media screen and (max-width: 400px) {
      #story #paragraphs {
        width: 100%;
        font-size: 90%;
        text-align: center;
        padding: 10px;
        height: 50vh;
        margin-top: 30px; } }
    #story #paragraphs p {
      padding: 10px 20px 0 10px; }

.menu {
  width: 100%;
  background-color: white; }

footer {
  width: 100%;
  height: 150px;
  background-color: black; }

.icons {
  float: right;
  margin-right: 50px; }
  @media screen and (max-width: 400px) {
    .icons {
      margin-right: 0px;
      float: none;
      margin: auto;
      text-align: center; } }

#contact {
  margin: auto;
  width: 40%;
  margin-top: 25px; }
  @media screen and (max-width: 650px) {
    #contact {
      width: 80%; } }

h1 {
  text-align: center;
  margin: auto;
  font-size: 20px;
  color: white; }

h2 {
  text-align: center;
  margin: auto;
  font-size: 15px;
  color: darkred;
  margin-top: 10px; }

h3 {
  text-align: center;
  margin: auto;
  font-size: 25px;
  color: white;
  margin-top: 10px; }

h4 {
  text-align: center;
  margin: auto;
  font-size: 15px;
  color: darkred;
  margin-top: 10px; }
  @media screen and (max-width: 400px) {
    h4 {
      font-size: 20px;
      text-decoration: none; } }

.mailhover:hover {
  text-decoration-line: none;
  transition: .5s ease-in-out; }

/* Style all font awesome icons */
.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none; }

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  text-decoration: none; }

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
  color: white; }

/* Twitter */
.fa-twitter {
  color: white; }

.fa-instagram {
  color: white; }

.fa-youtube {
  color: white; }

.logobottom {
  width: 20vw;
  float: left; }
  @media screen and (max-width: 650px) {
    .logobottom {
      display: none; } }

.portfolioFilter {
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media screen and (max-width: 400px) {
    .portfolioFilter {
      font-size: 53%; } }

.portfolioFilter a {
  margin: 20px;
  color: black;
  text-decoration: none;
  font-size: 150%; }

.portfolioFilter a:hover {
  color: darkred; }

.portfolioFilter a.current {
  font-weight: bold; }

.portfolioContainer {
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 400px) {
    .portfolioContainer {
      width: 50%; } }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.size {
  margin-bottom: 5px; }

#hidecheck {
  display: none; }

@media screen and (max-width: 400px) {
  .logo {
    display: none; }

  #menuToggle {
    display: block;
    position: relative;
    top: 100px;
    left: -99px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }

  /*
   * Just a quick hamburger
   */
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

  #menuToggle span:first-child {
    transform-origin: 0% 0%; }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%; }

  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #c4c3c3; }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px); }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu {
    position: absolute;
    width: 100%;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #1c1c1c;
    list-style-type: none;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
    color: black; }

  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ ul {
    transform: none; } }
#reservemobile {
  display: none; }

@media screen and (max-width: 400px) {
  #reservemobile {
    display: block;
    width: 100%;
    height: 300px;
    margin: auto;
    text-align: center; }
    #reservemobile h5 {
      font-size: 30px;
      margin-top: 15px;
      margin-bottom: 15px; }
    #reservemobile p {
      width: 80%;
      margin: auto;
      padding-bottom: 20px; }
    #reservemobile .mobilebutton {
      background-color: darkred;
      width: 50%;
      height: 50px;
      margin: auto;
      color: white; }
      #reservemobile .mobilebutton h6 {
        padding-top: 16px; }

  .mobilebutton:hover {
    opacity: .6;
    cursor: pointer;
    transition: .5s ease-in-out; } }

/*# sourceMappingURL=style.css.map */
