@charset "UTF-8";
/* CSS Document */
html {
  /* body won't work ¯\_(ツ)_/¯ */
  scroll-snap-type: y mandatory; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: #fffef8; }

/* Page */
.ccm-page {
  /* FONTS */
  /* Parallax */
  /* HOVER BOUNCE */
  /* FOUNDER */ }
  .ccm-page .news-gothic {
    font-family: news-gothic-std, sans-serif; }
  .ccm-page .homemade-apple-regular {
    font-family: "Homemade Apple", serif;
    font-weight: 400;
    font-style: normal; }
  .ccm-page .spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal; }
  .ccm-page .spectral-medium {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal; }
  .ccm-page .top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 10vh;
    width: 100vw; }
  .ccm-page .top-logo img {
    width: auto;
    height: 7vh;
    margin-top: 2vh; }
  .ccm-page .top-logo img.hide-logo {
    display: none; }
  .ccm-page header, .ccm-page section {
    position: relative;
    width: 100%;
    padding: 0;
    display: table;
    margin: 0;
    max-width: none;
    background-color: transparent;
    text-align: center;
    scroll-snap-align: start;
    overflow: hidden; }
  .ccm-page .content {
    display: inherit;
    position: relative;
    flex-direction: column;
    z-index: 1; }
  .ccm-page h1 {
    font-family: news-gothic-std, sans-serif;
    font-size: calc(1.5rem + 1.5vw);
    display: block;
    color: #dd6b2f;
    font-weight: 300;
    text-transform: uppercase; }
  .ccm-page h2 {
    font-family: "Homemade Apple", serif;
    font-size: calc(1.5rem + 1.5vw);
    color: #dd6b2f;
    line-height: 1.5em; }
  .ccm-page h3 {
    font-family: "Homemade Apple", serif;
    font-size: calc(1.2rem + 0.75vw);
    color: #dd6b2f;
    line-height: 1.5em; }
  .ccm-page h4 {
    font-family: news-gothic-std, sans-serif;
    font-size: calc(0.75rem + 1.5vw);
    color: #dd6b2f;
    line-height: 1.5em;
    text-transform: uppercase; }
  .ccm-page p {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(1rem + 0.5vw);
    color: #dd6b2f; }
  .ccm-page .text-light {
    color: #fffef8; }
  .ccm-page .text-dark {
    color: #dd6b2f; }
  .ccm-page a.button {
    display: inline-block;
    width: 100px;
    margin-left: 50%;
    margin-right: 50px;
    margin-top: 2rem;
    color: #dd6b2f;
    border: 2px solid;
    padding: 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.3s color ease; }
    .ccm-page a.button:hover {
      color: #fcc00d; }
  .ccm-page .btn-light {
    font-family: news-gothic-std, sans-serif;
    font-size: calc(1rem + 1.1vw);
    color: #1d1d1b;
    background-color: #fffef8;
    border: none;
    border-radius: 5px;
    transition: 0.5s all ease; }
    .ccm-page .btn-light:hover {
      color: #fffef8;
      background-color: #1d1d1b; }
  .ccm-page .btn-long {
    padding: 0.15em 2.5em; }
  .ccm-page a.down-arrow {
    position: absolute;
    bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 2px solid #1d1d1b;
    border-left: none;
    border-top: none;
    border-radius: 2px;
    color: #1d1d1b;
    display: inline-block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(45deg);
    transition: 0.5s border ease; }
    .ccm-page a.down-arrow:hover {
      border: 2px solid #dd6b2f;
      border-left: none;
      border-top: none; }
  .ccm-page a.up-arrow {
    position: absolute;
    bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 2px solid #1d1d1b;
    border-right: none;
    border-bottom: none;
    border-radius: 2px;
    color: #1d1d1b;
    display: inline-block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(45deg);
    transition: 0.5s border ease; }
    .ccm-page a.up-arrow:hover {
      border: 2px solid #dd6b2f;
      border-right: none;
      border-bottom: none; }
  .ccm-page section.dark_bg {
    background-color: #dd6b2f;
    overflow: hidden !important; }
    .ccm-page section.dark_bg p, .ccm-page section.dark_bg h1, .ccm-page section.dark_bg h2 {
      color: #fffef8; }
    .ccm-page section.dark_bg a {
      color: #fffef8;
      transition: 0.3s color ease; }
      .ccm-page section.dark_bg a:hover {
        color: #fff; }
    .ccm-page section.dark_bg a.down-arrow {
      border: 2px solid #fffef8;
      border-left: none;
      border-top: none; }
      .ccm-page section.dark_bg a.down-arrow:hover {
        border: 2px solid #1d1d1b;
        border-left: none;
        border-top: none; }
  .ccm-page footer {
    text-align: center;
    background-color: #678B73;
    color: #fffef8; }
  .ccm-page footer p {
    font-family: news-gothic-std, sans-serif;
    font-style: normal;
    font-size: 1rem;
    color: #fffef8; }
  .ccm-page footer a {
    display: inline-block;
    color: #fffef8;
    font-weight: 500;
    text-decoration: none;
    border: none;
    transition: 0.3s color ease; }
    .ccm-page footer a:hover {
      color: #1d1d1b; }
  .ccm-page .running-man {
    width: 135px;
    height: auto;
    margin-top: 3vh; }
  .ccm-page .wine-bottle {
    position: absolute;
    width: 15vw;
    top: 16vh;
    right: 10vw; }
  .ccm-page .bunch-of-grapes {
    position: absolute;
    width: 50vw;
    bottom: 20vh; }
  .ccm-page .hanging-grapes {
    position: absolute;
    width: 60vw;
    bottom: 2vh;
    right: 2vw; }
  .ccm-page .wine-glass {
    position: absolute;
    width: 15vw;
    top: 15vh;
    left: 15vw; }
  .ccm-page .bottle-horizontal {
    position: absolute;
    width: 55vw;
    top: 47vh;
    right: 5vw; }
  .ccm-page .contact-bottle {
    position: absolute;
    width: 70vw;
    top: 24vh;
    left: -10%; }
  .ccm-page .contact-glass {
    position: absolute;
    width: 20vw;
    bottom: 25vh;
    right: 15vw; }
  @media screen and (min-width: 768px) {
    .ccm-page .running-man {
      width: 155px;
      margin-top: 4vh; }
    .ccm-page .wine-bottle {
      width: 10vw; }
    .ccm-page .bunch-of-grapes {
      width: 40vw; }
    .ccm-page .hanging-grapes {
      width: 35vw; }
    .ccm-page .wine-glass {
      width: 15vw; }
    .ccm-page .bottle-horizontal {
      width: 55vw;
      top: 40vh; }
    .ccm-page .contact-bottle {
      position: absolute;
      width: 57vw;
      top: 25vh;
      left: -10%; }
    .ccm-page .contact-glass {
      position: absolute;
      width: 15vw;
      bottom: 16vh;
      right: 15vw; } }
  @media screen and (min-width: 992px) {
    .ccm-page .wine-bottle {
      width: 10vw; }
    .ccm-page .bunch-of-grapes {
      width: 35vw; }
    .ccm-page .hanging-grapes {
      width: 30vw; }
    .ccm-page .wine-glass {
      width: 10vw; }
    .ccm-page .bottle-horizontal {
      width: 45vw; } }
  @media screen and (min-width: 1200px) {
    .ccm-page .running-man {
      width: 170px;
      margin-top: 5vh; }
    .ccm-page .wine-bottle {
      width: 7vw; }
    .ccm-page .hanging-grapes {
      width: 25vw; }
    .ccm-page .wine-glass {
      width: 8vw; }
    .ccm-page .bottle-horizontal {
      width: 40vw; }
    .ccm-page .contact-bottle {
      position: absolute;
      width: 55vw;
      top: 30vh;
      left: -10%; }
    .ccm-page .contact-glass {
      position: absolute;
      width: 12vw;
      bottom: 16vh;
      right: 15vw; } }
  @media screen and (min-width: 1400px) {
    .ccm-page .running-man {
      width: 180px;
      margin-top: 5vh; }
    .ccm-page .wine-bottle {
      width: 6vw; }
    .ccm-page .bunch-of-grapes {
      width: 30vw; }
    .ccm-page .hanging-grapes {
      width: 20vw; }
    .ccm-page .wine-glass {
      width: 7vw; }
    .ccm-page .bottle-horizontal {
      width: 35vw; } }
@-webkit-keyframes hover-bounce {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hover-bounce {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .ccm-page .hover-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .ccm-page .hover-bounce:hover, .ccm-page .hover-bounce:focus, .ccm-page .hover-bounce:active {
    -webkit-animation-name: hover-bounce;
    animation-name: hover-bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .ccm-page img.founder-pic {
    max-width: 200px; }
  @media screen and (min-width: 768px) {
    .ccm-page img.founder-pic {
      max-width: 300px; } }
