/* Text Elements */

h1.hero-heading {
  color: #4d4d4e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h1 {
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1 span.pink-h {
  color: #ca85cd;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

p.paragraph span.link {
  color: #065bee;
}

p.paragraph.footer-paragraph {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

ul.unorder-list.dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  min-width: 135px;
  border-bottom-style: none;
  background-color: #bbb;
}

.container-grid.nav-row {
  background-color: #121212;
}

.container-grid.header-row {
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, 0) 100%), url('../images/rac.jpg');
  background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, 0) 100%), url('../images/rac.jpg');
  background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, 0) 100%), url('../images/rac.jpg');
  background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, 0) 100%), url('../images/rac.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.container-grid.heading-highlight {
  margin-top: 25vw;
  margin-bottom: 25vw;
  padding: 3vw 5vw 5vw;
}

.container-grid.information-row {
  padding-top: 5vw;
  padding-bottom: 3vw;
  max-width: 1200px;
}

.container-grid.stay-social-row {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #fafafa;
}

.container-grid.dropdown {
  float: right;
  padding-top: 5px;
  padding-right: 60px;
  max-width: 1200px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.navmenu {
  max-width: 1200px;
}

li.list-item.nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

li.list-item a.nav-link {
  background-color: transparent;
}

.container-grid.footer-row {
  background-color: #151515;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% center;
     object-position: 50% center;
}

a.responsive-picture.picture-link-1 {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

a.responsive-picture.picture-link-2 {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

li.list-item.nav-item:hover {
  background-color: #838383;
}

li.list-item a.nav-link:hover {
  background-color: transparent;
  color: #c4c4c4;
}

@media screen and (min-width: 336px) {
  /* Text Elements */

  h1.hero-heading {
    letter-spacing: 2px;
    font-size: 24px;
  }

  h1 font.heading-text-2 {
    color: #7e7b52;
  }

  p.paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .container-grid.column-5.column-type {
    background-image: url('../images/IMG_2150.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.sd-two-cols {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
    grid-row-gap: 5px;
  }
}

@media screen and (min-width: 712px) {
  .container-grid.column-5.column-type {
    background-image: url('../images/IMG_2150.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.hero-heading {
    letter-spacing: 4px;
    font-size: 30px;
  }

  p.paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .container-grid.header-row {
    background-attachment: fixed;
  }

  .container-grid.column-5.column-type {
    background-image: url('../images/IMG_2150.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 992px) {
  .container-grid.heading-highlight {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .container-grid.column-5.column-type {
    background-image: url('../images/IMG_2150.jpg'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/IMG_2150.jpg'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/IMG_2150.jpg'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/IMG_2150.jpg'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.bottom {
    box-shadow: none;
    text-align: center;
    opacity: .98;
    cursor: pointer;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
    -webkit-transform: scaleX(1.26);
       -moz-transform: scaleX(1.26);
         -o-transform: scaleX(1.26);
            transform: scaleX(1.26);

    mix-blend-mode: darken;
  }

  h1.bottom.h1 {
    display: block;
    text-shadow: #78828c 2px 2px 14px;
    opacity: 1;
  }

  .container-grid.heading-highlight {
    margin-top: 25vh;
    margin-bottom: 25vh;
  }

  .container-grid.header-row {
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .15) 100%), url('../images/rac.jpg');
    background-image:    -moz-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .15) 100%), url('../images/rac.jpg');
    background-image:      -o-linear-gradient(top, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .15) 100%), url('../images/rac.jpg');
    background-image:         linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(48, 48, 48, .15) 100%), url('../images/rac.jpg');
  }

  .container-grid.column-5 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-5.column-type {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    position: -webkit-sticky;
    position:         sticky;
    display: inline;
    float: none;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 10.972346vmin;
    min-height: 0;
    max-width: 213px;
    width: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    box-shadow: none;
    opacity: 1;
    cursor: none;
    -webkit-transition-delay: 0s, 0s;
       -moz-transition-delay: 0s, 0s;
         -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-transition-timing-function: ease, ease-in-out;
       -moz-transition-timing-function: ease, ease-in-out;
         -o-transition-timing-function: ease, ease-in-out;
            transition-timing-function: ease, ease-in-out;
    -webkit-transition-duration: 0s, .3s;
       -moz-transition-duration: 0s, .3s;
         -o-transition-duration: 0s, .3s;
            transition-duration: 0s, .3s;
    -webkit-transition-property: all, all;
       -moz-transition-property: all, all;
         -o-transition-property: all, all;
            transition-property: all, all;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 50%;
       object-position: center 50%;
  }

  .container-grid.column-type {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.header-row.row-type {
    background-color: #dfdada;
    background-image: url('../images/IMG_2150.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .98;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-1 {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.container-2 {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.sd-four-cols {
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container-grid.sd-two-cols {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 2584px) {
  .container-grid.column-6 {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.column-5 {
    background-color: transparent;
    background-image: url('../Antoons%20Restaurant/2019/IMG_2150.jpg');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.navmenu {
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png'), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, left top;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: no-repeat, no-repeat, no-repeat;

    background-blend-mode: normal, normal, normal;
  }
}