/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
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).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #000;
  color: white;
  font-family: "Caslon", serif, serif;
  font-size: 1.4rem;
  overflow-x: hidden; }

a {
  color: #fff;
  outline: none;
  text-decoration: none; }
  a:focus {
    box-shadow: 0 0 0 0.2rem fade(#fff, 15%); }
  a:focus, a:hover, a:active, a.active {
    color: #e6e5e5;
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant-caps: normal;
  outline: none;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  margin-top: 0;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 3.8rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

p {
  line-height: 2.4rem;
  margin: 0 0 1rem; }

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
          text-decoration-skip: ink edges; }

blockquote {
  border-left: 0.2rem solid #a1a1a1;
  margin-left: 0;
  padding: 1rem 2rem; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote cite {
    color: #666666; }

ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 1.5rem 0 1.5rem 2rem; }
  ul li,
  ol li {
    margin-top: 1rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: .5rem 0 1.5rem 0; }

mark {
  border-radius: 0.2rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #ffe9b3;
  color: white; }

kbd {
  border-radius: 0.2rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #000;
  color: #fff; }

abbr[title] {
  border-bottom: .1rem dotted;
  cursor: help;
  text-decoration: none; }

/*
@import 'src/_buttons.scss';
@import 'src/_forms.scss';
@import 'src/_labels.scss';
*/
code {
  border-radius: 0.2rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #fdf4f4;
  color: #e06870; }

.code {
  border-radius: 0.2rem;
  color: white;
  line-height: 2rem;
  position: relative; }
  .code::before {
    content: attr(data-lang);
    color: #666666;
    font-size: 1.2rem;
    position: absolute;
    right: 1rem;
    top: .2rem; }
  .code code {
    background: #a8a8a8;
    color: inherit;
    display: block;
    line-height: inherit;
    overflow-x: auto;
    padding: 2rem;
    width: 100%; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover; }

.img-fit-contain {
  -o-object-fit: contain;
     object-fit: contain; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .video-responsive video {
    height: auto;
    max-width: 100%;
    width: 100%; }

.video-responsive-4-3::before {
  padding-bottom: 75%; }

.video-responsive-1-1::before {
  padding-bottom: 100%; }

.figure {
  margin: 0 0 1rem 0; }
  .figure .figure-caption {
    color: #333333;
    margin-top: 1rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  zoom: 1; }
  .container:after {
    content: "";
    clear: both;
    display: table; }
  .container.grid-960 {
    max-width: 98rem; }
  .container.grid-480 {
    max-width: 50rem; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  padding: 1rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

@media screen and (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; } }

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important; }

@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important; }
  .show-xs {
    display: block !important; } }

@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important; }
  .show-sm {
    display: block !important; } }

@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important; }
  .show-md {
    display: block !important; } }

@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important; }
  .show-lg {
    display: block !important; } }

@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important; }
  .show-xl {
    display: block !important; } }

/*
@import 'src/_navbar.scss';
@import 'src/_panels.scss';
@import 'src/_empty.scss';
*/
.card {
  background: #fff;
  border: 0px solid #a1a1a1;
  border-radius: 0.2rem;
  display: block; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1.5rem;
    padding-bottom: 0; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 1.5rem; }
  .card .card-image {
    padding-top: 1.5rem; }
    .card .card-image:first-child {
      padding-top: 0; }
      .card .card-image:first-child img {
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem; }
    .card .card-image:last-child img {
      border-bottom-left-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem; }
  .card .card-title {
    font-size: 2rem; }
  .card .card-subtitle {
    color: white;
    font-size: 1.2rem; }

/*
@import 'src/_autocomplete.scss';
@import 'src/_avatars.scss';
@import 'src/_badges.scss';
@import 'src/_bars.scss';
@import 'src/_chips.scss';
@import 'src/_dropdowns.scss';
@import 'src/_menus.scss';
@import 'src/_modals.scss';
@import 'src/_navigation.scss';
@import 'src/_popovers.scss';
@import 'src/_steps.scss';
@import 'src/_tiles.scss';
@import 'src/_toasts.scss';
@import 'src/_tooltips.scss';
*/
.divider {
  border-top: 0px solid #a1a1a1;
  display: block;
  height: .1rem;
  margin: 1rem 0;
  position: relative; }
  .divider[data-content]::before {
    background: #fff;
    color: #999999;
    content: attr(data-content);
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 .8rem;
    -webkit-transform: translateY(-1.1rem);
            transform: translateY(-1.1rem); }

.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;
    border: 0.2rem solid #fff;
    border-radius: .8rem;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem;
    z-index: 1; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.mt-10 {
  margin-top: 1rem; }

.mr-10 {
  margin-right: 1rem; }

.mb-10 {
  margin-bottom: 1rem; }

.ml-10 {
  margin-left: 1rem; }

.mt-5 {
  margin-top: .5rem; }

.mr-5 {
  margin-right: .5rem; }

.mb-5 {
  margin-bottom: .5rem; }

.ml-5 {
  margin-left: .5rem; }

.pt-10 {
  padding-top: 1rem; }

.pr-10 {
  padding-right: 1rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pl-10 {
  padding-left: 1rem; }

.pt-5 {
  padding-top: .5rem; }

.pr-5 {
  padding-right: .5rem; }

.pb-5 {
  padding-bottom: .5rem; }

.pl-5 {
  padding-left: .5rem; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hide {
  display: none !important; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none; }

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .1rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-large {
  font-size: 1.2em; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

.hand {
  cursor: pointer; }

.shadow-0 {
  box-shadow: 0 0 0.2rem fade(#000, 30%); }

.shadow-1 {
  box-shadow: 0 0.1rem 0.4rem fade(#000, 30%); }

.shadow-2 {
  box-shadow: 0 0.2rem 0.6rem fade(#000, 30%); }

.shadow-3 {
  box-shadow: 0 0.3rem 0.8rem fade(#000, 30%); }

.shadow-4 {
  box-shadow: 0 0.4rem 1rem fade(#000, 30%); }

.rounded {
  border-radius: 0.2rem; }

.circle {
  border-radius: 50%; }

@font-face {
  font-family: 'Caslon';
  src: url("fonts/AdobeCaslonPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ModernFont';
  src: url("fonts/ModernFont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: 1.6em ModernFont;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-twitter:before {
  content: "\f099"; }

.fa-instagram:before {
  content: "\f16d"; }

header {
  position: relative;
  height: 800px;
  min-height: 900px;
  width: 100%;
  background: #dbb549;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  /*    text-align: center; */
  overflow: hidden; }

.indent {
  position: relative;
  left: 98px;
  display: block;
  clear: left;
  float: left; }

.scrolldown {
  position: absolute;
  right: 140px;
  bottom: 40px; }

.arrowDown {
  bottom: 40px;
  right: 60px;
  position: absolute;
  width: 44px; }

.scrollup {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 128px;
  margin-top: 30px;
  float: right; }

.arrowUp {
  width: 44px;
  display: inline-block;
  float: right;
  bottom: 80px;
  position: relative;
  clear: both;
  right: 48px; }

.contactline {
  float: right; }

.contacttext {
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  padding-top: 40px;
  padding-left: 15px; }

.social {
  float: left; }

.social li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  top: 19px; }

.padd {
  padding: 60px 50px 20px 30px; }

.turnover {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

#contact {
  background-color: black; }

.grammage {
  width: 320px;
  display: inline-block;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent; }

.insta {
  padding: 50px;
  text-align: center; }

/* mobile wide/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /* 
   -------------------------------------------------------------------- */
  h2 {
    font-size: 2.8rem; }
  .indent {
    position: relative;
    left: 74px; } }

/* mobile small
 ---------------------------------------------------------------------- */
@media only screen and (max-width: 760px) {
  /* 
    -------------------------------------------------------------------- */
  h2 {
    font-size: 1.7rem; }
  .padd {
    padding-right: 30px;
    padding-bottom: 0; }
  .indent {
    position: relative;
    left: 0px; }
  .fa {
    font: 1.4em ModernFont; }
  .contacttext {
    font-size: 1.7rem;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    clear: both; }
  .social {
    right: 30px;
    margin-left: 0;
    margin-top: 0;
    clear: both; }
  .scrolldown {
    float: left;
    position: static;
    padding-left: 20px; }
  .contactline {
    padding-top: 10px; }
  .insta {
    padding: 10px;
    text-align: center; }
  .scrollup {
    float: left;
    padding-left: 20px; } }

/* mobile extrasmall
 ---------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  /* 
    -------------------------------------------------------------------- */
  .grammage {
    width: 300px;
    background-color: transparent; }
  .insta {
    padding: 0px;
    text-align: center; }
  .scrollup {
    padding-right: 30px; }
  .arrowUp {
    right: 20px; }
  .arrowDown {
    right: 30px; } }
