/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, T:/wamp64/www/brew/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, T:/wamp64/www/brew/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 42, T:/wamp64/www/brew/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 53, T:/wamp64/www/brew/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, T:/wamp64/www/brew/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, T:/wamp64/www/brew/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, T:/wamp64/www/brew/normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, T:/wamp64/www/brew/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, T:/wamp64/www/brew/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, T:/wamp64/www/brew/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, T:/wamp64/www/brew/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, T:/wamp64/www/brew/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, T:/wamp64/www/brew/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, T:/wamp64/www/brew/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, T:/wamp64/www/brew/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, T:/wamp64/www/brew/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 180, T:/wamp64/www/brew/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, T:/wamp64/www/brew/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, T:/wamp64/www/brew/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, T:/wamp64/www/brew/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, T:/wamp64/www/brew/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 225, T:/wamp64/www/brew/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, T:/wamp64/www/brew/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, T:/wamp64/www/brew/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 260, T:/wamp64/www/brew/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, T:/wamp64/www/brew/normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, T:/wamp64/www/brew/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, T:/wamp64/www/brew/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 302, T:/wamp64/www/brew/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 313, T:/wamp64/www/brew/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 325, T:/wamp64/www/brew/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, T:/wamp64/www/brew/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, T:/wamp64/www/brew/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, T:/wamp64/www/brew/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, T:/wamp64/www/brew/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, T:/wamp64/www/brew/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, T:/wamp64/www/brew/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, T:/wamp64/www/brew/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, T:/wamp64/www/brew/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, T:/wamp64/www/brew/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 3, T:/wamp64/www/brew/layout.scss */
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(beach.jpg) no-repeat;
  background-size: cover;
}

/* line 19, T:/wamp64/www/brew/layout.scss */
.s-up {
  position: fixed;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  background-color: #fef1e9;
  transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 29, T:/wamp64/www/brew/layout.scss */
.s-up #content {
  opacity: 0;
  position: absolute;
  top: 50%;
  height: 360px;
  margin-top: -180px;
  transition: all .5s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 39, T:/wamp64/www/brew/layout.scss */
.s-up #content h1 {
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0px 0 100px;
}
/* line 47, T:/wamp64/www/brew/layout.scss */
.s-up #content h1 a {
  text-decoration: none;
  color: #1d1d1d;
}
/* line 53, T:/wamp64/www/brew/layout.scss */
.s-up #content.on {
  opacity: 1;
}

/* line 58, T:/wamp64/www/brew/layout.scss */
#logo {
  background: transparent url("logo.svg") no-repeat bottom center;
  width: 140px;
  height: 297px;
  position: absolute;
  margin: 0 auto;
  background-size: 70px;
  top: 0%;
  margin-top: -70px;
  left: 10%;
  z-index: 20;
  background-size: contain !important;
}

/* line 76, T:/wamp64/www/brew/layout.scss */
body.pace-done .s-up {
  height: 0%;
}
/* line 79, T:/wamp64/www/brew/layout.scss */
body.pace-done .s-menu {
  height: 100%;
  z-index: 101;
}

/* line 84, T:/wamp64/www/brew/layout.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #cecece;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

/* line 104, T:/wamp64/www/brew/layout.scss */
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000;
}

/* line 128, T:/wamp64/www/brew/layout.scss */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  z-index: 1002;
  top: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 146, T:/wamp64/www/brew/layout.scss */
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 165, T:/wamp64/www/brew/layout.scss */
#nav-icon3.open span {
  background: black;
}

/* line 169, T:/wamp64/www/brew/layout.scss */
#nav-icon2 span {
  display: block;
  position: absolute;
  z-index: 2001;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 187, T:/wamp64/www/brew/layout.scss */
.pace.pace-inactive {
  opacity: 0;
}

/* line 191, T:/wamp64/www/brew/layout.scss */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

/* line 195, T:/wamp64/www/brew/layout.scss */
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

/* line 199, T:/wamp64/www/brew/layout.scss */
#nav-icon3 span:nth-child(4) {
  top: 16px;
}

/* line 203, T:/wamp64/www/brew/layout.scss */
#nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* line 209, T:/wamp64/www/brew/layout.scss */
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 216, T:/wamp64/www/brew/layout.scss */
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 223, T:/wamp64/www/brew/layout.scss */
#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* line 229, T:/wamp64/www/brew/layout.scss */
#content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
/* line 235, T:/wamp64/www/brew/layout.scss */
#content h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 7px;
  padding: 0 0 50px;
  margin: 0;
  font-size: 20px;
}
/* line 245, T:/wamp64/www/brew/layout.scss */
#content p {
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  padding: 30px 0 20px;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
}
/* line 255, T:/wamp64/www/brew/layout.scss */
#content img {
  padding: 3vh 0;
  width: 850px;
  margin: 0 auto;
}
/* line 260, T:/wamp64/www/brew/layout.scss */
#content form {
  text-align: center;
  margin-top: 3vh;
}
/* line 263, T:/wamp64/www/brew/layout.scss */
#content form input {
  display: inline-block;
  border: none;
  padding: 20px 20px;
  border-radius: 5px;
  width: 45%;
  font-size: 21px;
  margin: 0 5px;
  font-family: 'Roboto', sans-serif;
}
/* line 273, T:/wamp64/www/brew/layout.scss */
#content form input[type="submit"] {
  width: 25%;
  color: black;
  background-color: #fff0e6;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  transition: all .3s ease-in-out;
}
/* line 281, T:/wamp64/www/brew/layout.scss */
#content form input[type="submit"]:hover {
  background-color: #282d4b;
  cursor: pointer;
  color: white;
}
/* line 287, T:/wamp64/www/brew/layout.scss */
#content form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 21px;
}
/* line 290, T:/wamp64/www/brew/layout.scss */
#content form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 21px;
}
/* line 293, T:/wamp64/www/brew/layout.scss */
#content form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 21px;
}
/* line 296, T:/wamp64/www/brew/layout.scss */
#content form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 21px;
}

/* line 302, T:/wamp64/www/brew/layout.scss */
#insta {
  width: 50px;
  height: 50px;
  background: transparent url("instagram.svg") no-repeat center center;
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 5%;
  margin-left: -35px;
}

/* line 314, T:/wamp64/www/brew/layout.scss */
#email {
  width: 50px;
  height: 50px;
  background: transparent url("email.svg") no-repeat center center;
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 5%;
  margin-left: 35px;
}

/* line 326, T:/wamp64/www/brew/layout.scss */
#bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.55);
}
