/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* CSS for Project M Global */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
}
/*.privacy-info ol {}
.privacy-info ol li {font-weight: 500;}
.privacy-info ol p {margin-top: 0.5em}
.privacy-info ol li * {font-weight: 300;}
.privacy-info ol li b {font-weight: 500;}*/
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  letter-spacing: 0.5px;
}
.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/*.header-container.fixed nav img { width: 85px; }*/

.section-landing {
  background: url(../images/artisan-cellars.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
.section-landing .ac-logo {
  text-align: center;
  padding-top: 100px;
}
.section-landing .ac-logo img {
  max-width: 150px;
}
.section-landing .notice-content {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 565px;
  padding: 20px 30px;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 1px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.section-about-us {
  text-align: center;
  padding: 40px 0;
  color: #666;
}
.section-about-us h2 {
  color: #843c0c;
  font-size: 1.5em;
  font-weight: 900;
}
.section-about-us p {
  font-size: 20px;
}

.section-about-us a {
  color: #843c0c;
}

/*footer*/
.footer-container {
  background-color: #454545;
  overflow: hidden;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.social-menu {
  overflow: hidden;
  margin-bottom: 10px;
}
.social-menu li {
  display: inline-block;
  margin: 0 5px;
}
.social-menu li a {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  color: #454545;
  width: 35px;
  height: 35px;
  padding: 8px 0;
  text-align: center;
  font-size: 1.5em;
}

/*top nav*/
.header-container {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.logo {
  float: left;
  width: 250px;
  padding: 15px 30px;
}
.menu-toggle {
  float: right;
  color: #fff;
  font-size: 1.5em;
  padding: 15px;
  cursor: pointer;
  display: none;
}
.main-menu li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
}
.main-menu li a:hover {
  background-color: rgba(100, 100, 100, 0.6);
  color: white;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  } /* Set to 90% font-size on mobile view */
  .logo {
    padding-left: 20px;
    width: 200px;
  }
  .menu-toggle {
    display: block;
  }
  .main-menu {
    height: 0;
    clear: both;
    transition: height 0.3s ease-in-out 0s;
  }
  .menu-expanded .main-menu {
    height: 153px;
    transition: height 0.3s ease-in-out 0s;
  }
  .section-landing {
    background: url(../images/artisan-cellars.jpg) no-repeat center left;
    background-size: cover;
    min-height: 400px;
    position: relative;
  }
  .section-landing .ac-logo img {
    max-width: 90px;
  }
  .section-landing .notice-content {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .main-menu {
    float: right;
  }
  .main-menu li {
    float: left;
  }
  .section-landing {
    min-height: 90vh;
  }
  .section-landing .ac-logo {
    padding-top: 30vh;
  }
  .section-about-us {
    padding: 5vh 0;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #843c0c;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
