@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);.container-Home .header {
  background: #be93c5; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #7bc6cc,
    #be93c5
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#7bc6cc),
    to(#be93c5)
  );
  background: -webkit-linear-gradient(
    left,
    #7bc6cc,
    #be93c5
  );
  background: -o-linear-gradient(
    left,
    #7bc6cc,
    #be93c5
  );
  background: linear-gradient(
    to right,
    #7bc6cc,
    #be93c5
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 35vmin;
}

.container-Home h1,
.container-Home h2,
.container-Home h3,
.container-Home h4,
.container-Home h5,
.container-Home h6 {
  background: -webkit-linear-gradient(0deg, #7bc6cc 0, #be93c5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #7bc6cc), to(#be93c5));
  background: -webkit-linear-gradient(left, #7bc6cc 0, #be93c5 100%);
  background: -o-linear-gradient(left, #7bc6cc 0, #be93c5 100%);
  background: linear-gradient(90deg, #7bc6cc 0, #be93c5 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Home {
  text-align: center;
}

.container-Home img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.container {
  width: 100%;
}

.wrap {
  padding: 1.5rem;
}

.Home img {
  max-width: 100%;
}

@media (min-width: 960px) {
  .container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.container-Advanced .header {
 background: #42275a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#734b6d), to(#42275a));
background: -webkit-linear-gradient(left, #734b6d, #42275a);
background: -o-linear-gradient(left, #734b6d, #42275a);
background: linear-gradient(to right, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

  height: 35vmin;
}
.container-Advanced h1,
.container-Advanced h2,
.container-Advanced h3,
.container-Advanced h4,
.container-Advanced h5,
.container-Advanced h6 {
  background: -webkit-linear-gradient(0deg, #734b6d 0, #42275a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #734b6d), to(#42275a));
  background: -webkit-linear-gradient(left, #734b6d 0, #42275a 100%);
  background: -o-linear-gradient(left, #734b6d 0, #42275a 100%);
  background: linear-gradient(90deg, #734b6d 0, #42275a 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-Advanced img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.Advanced img{

  margin:1.5rem auto;
}

@media (min-width: 960px) {
  .container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.container-Wallet .header {
  background: #0575e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #021b79, #0575e6); /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#021b79),
    to(#0575e6)
  );
  background: -webkit-linear-gradient(
    left,
    #021b79,
    #0575e6
  );
  background: -o-linear-gradient(
    left,
    #021b79,
    #0575e6
  );
  background: linear-gradient(
    to right,
    #021b79,
    #0575e6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

  height: 35vmin;
}

.container-Wallet h1,
.container-Wallet h2,
.container-Wallet h3,
.container-Wallet h4,
.container-Wallet h5,
.container-Wallet h6 {
  background: -webkit-linear-gradient(0deg, #021b79 0, #0575e6 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #021b79), to(#0575e6));
  background: -webkit-linear-gradient(left, #021b79 0, #0575e6 100%);
  background: -o-linear-gradient(left, #021b79 0, #0575e6 100%);
  background: linear-gradient(90deg, #021b79 0, #0575e6 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-Wallet img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.Wallet img{

  margin:1.5rem auto;
}

@media (min-width: 960px) {
  .container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.container-Resources .header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(top, #2af598 0%, #009efd 100%);
  background-image: -o-linear-gradient(top, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to bottom, #2af598 0%, #009efd 100%);

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

  height: 35vmin;
}

.container-Resources h1,
.container-Resources h2,
.container-Resources h3,
.container-Resources h4,
.container-Resources h5,
.container-Resources h6 {
  background: -webkit-linear-gradient(to left, #2af598 0%, #009efd 100%);
  background: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background: -o-linear-gradient(right, #2af598 0%, #009efd 100%);
  background: linear-gradient(to left, #2af598 0%, #009efd 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-Resources h3 {
  margin: 3rem 0 1.5rem 0;
}
.container-Resources h4 {
  margin: 0.3rem 0;
  line-height: 0.81rem;
}

.container-Resources img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.Resources img {
  margin: 1.5rem auto;
}

.iframewrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video {
  text-align: center;
  padding: 1rem;
  margin: 2.5rem auto;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  .container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.container-History .header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bdc3c7), to(#2c3e50));
  background-image: -webkit-linear-gradient(bottom, #bdc3c7 0%, #2c3e50 100%);
  background-image: -o-linear-gradient(bottom, #bdc3c7 0%, #2c3e50 100%);
  background-image: linear-gradient(to top, #bdc3c7 0%, #2c3e50 100%);

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

  height: 35vmin;
}

.container-History h1,
.container-History h2,
.container-History h3,
.container-History h4,
.container-History h5,
.container-History h6 {
  background: -webkit-linear-gradient(to bottom, #bdc3c7 0%, #2c3e50 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bdc3c7), to(#2c3e50));
  background: -webkit-linear-gradient(top, #bdc3c7 0%, #2c3e50 100%);
  background: -o-linear-gradient(top, #bdc3c7 0%, #2c3e50 100%);
  background: linear-gradient(to bottom, #bdc3c7 0%, #2c3e50 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-History img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.History img {
  margin: 1.5rem auto;
}
.sources p{
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
}
@media (min-width: 960px) {
  .container {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.container-Faucet .header {
  background: #ff6a00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #ee0979,
    #ff6a00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(#ee0979),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(
    right,
    #ee0979,
    #ff6a00
  );
  background: -o-linear-gradient(
    right,
    #ee0979,
    #ff6a00
  );
  background: linear-gradient(
    to left,
    #ee0979,
    #ff6a00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

  height: 35vmin;
}

.container-Faucet h1,
.container-Faucet h2,
.container-Faucet h3,
.container-Faucet h4,
.container-Faucet h5,
.container-Faucet h6 {
  background: -webkit-linear-gradient(to right, #ee0979 0, #ff6a00 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ee0979), to(#ff6a00));
  background: -webkit-linear-gradient(left, #ee0979 0, #ff6a00 100%);
  background: -o-linear-gradient(left, #ee0979 0, #ff6a00 100%);
  background: linear-gradient(to right, #ee0979 0, #ff6a00 100%);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-Mine {
  background: #42275a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #734b6d,
    #42275a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#734b6d),
    to(#42275a)
  );
  background: -webkit-linear-gradient(
    left,
    #734b6d,
    #42275a
  );
  background: -o-linear-gradient(
    left,
    #734b6d,
    #42275a
  );
  background: linear-gradient(
    to right,
    #734b6d,
    #42275a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  height: 100vh;
}
.svg {
  margin: 1.5rem auto;
  max-width: 90%;
}
.svg:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  opacity: 0.8;
}
.minwidth {
  max-width: 90% !important;
}
.Faucet a {
  margin-bottom: 1rem;
}

.container-Faucet .spacing {
  margin: 2.2rem 0;
}
.container-Faucet img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.container-Faucet .Faucet input.fail {
  border-bottom: 4px solid grey;
}

.Faucet .submit:hover,
.donation button:hover {
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  background: #478559;
}

.Faucet .submit:active,
.donation button:active {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  color: #ffffff;
  background: #478559;
  -webkit-box-shadow: 1px 1px 20px -3px black;
          box-shadow: 1px 1px 20px -3px black;
}
.Faucet .submit {
  margin: 2.5rem 0;
  background: hsla(0, 0%, 100%, 0.1);
  border: 2px solid #478559;
  border-radius: 3px;
  color: #478559;
  display: inline-block;
  font-weight: 500;
  padding: 4px 50px;
  height: 68px;
  line-height: 55px;
  font-size: 18px;
}
.Faucet input[type="text"]:active {
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;

  outline: none;
  -webkit-box-shadow: 0 4px 2px -2px #478559;
          box-shadow: 0 4px 2px -2px #478559;
}
.Faucet input[type="text"] {
  padding: 1rem 1rem 0.2rem 0.2rem;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #478559;
  width: 80%;

  margin-bottom: 2rem;
}

.Faucet .submit:disabled {
  background: hsla(0, 3%, 76%, 0.3);
  color: #d0caca;
  border: white;
}

.captcha-container {
  margin: 2.5rem 0;
}

*:focus {
  outline: none;
}

.coinhive-captcha {
  height: 80px;
}
.coinhive-captcha::before {
  content: "Please disable your adblocker and refresh";
  position: absolute;
  z-index: -1;
  width: 200px;
}
.donation .hidden {
  display: none;
}
.donation {
  text-align: center;
  padding: 2rem;
}
.donation h6 {
  margin-bottom: 0.2rem;
}
.donation button {
  margin-top: 0.5rem;
  background: hsla(0, 0%, 100%, 0.1);
  border: 2px solid #478559;
  border-radius: 3px;
  color: #478559;
  display: inline-block;
  font-weight: 500;
  padding: 4px 50px;
  height: 68px;
  width: 195px;
  line-height: 55px;
  font-size: 18px;
}

@media (min-width: 960px) {
  .Faucet input[type="text"] {
    max-width: 565px;
  }

  .minwidth {
    max-width: 420px !important;
  }
  .svg {
    margin: 1.5rem auto;
    max-width: 24vmin;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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.
 */

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,
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-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  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"], /* 1 */
[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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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, /* 1 */
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;
}
html {
  font: 135%/1.5 "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
}

input,
button {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
}
p {
  color: #2f2f2f;
  line-height: 1.5;
  margin: 0 0 1em;
  -moz-osx-font-smoothing: grayscale;
  /*
  word-break: break-all;
  word-break: break-word;
*/
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.indent p + p {
  text-indent: 2em;
  margin-top: -1em;
}

a,
a:-webkit-any-link,
a:visited {
  text-decoration: none;
  color: #0072bc;
}

a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  opacity: 0.8;
  text-decoration: none;
}

a:active {
  color: #469eab;
}
/* a:focus {
  border: 1px dotted #469eab;
} */

code,
pre {
  font-family: monospace, serif;
  font-size: 1em;
}

blockquote {
  font-style: italic;
}

blockquote:before {
  content: "\201C";
  display: inline-block;
  padding-right: 0.4em;
}
em {
  display: block;
}

.menu {
  z-index: 999;
  background: #2f2f2f;
  padding: 0.5rem 0;
}
.menu ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu ul li {
  list-style: none;
  margin: 0.6rem 0.8rem;
}
.menu .active {
  text-decoration: underline;
}
.menu ul li a {
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.footer {
  background: #3ca55c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #b5ac49, #3ca55c); /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#b5ac49),
    to(#3ca55c)
  );
  background: -webkit-linear-gradient(
    left,
    #b5ac49,
    #3ca55c
  );
  background: -o-linear-gradient(
    left,
    #b5ac49,
    #3ca55c
  );
  background: linear-gradient(
    to right,
    #b5ac49,
    #3ca55c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-top: 8.5rem;
  /* background: #478559; */
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a {
  color: white !important;
  font-size: 0.8rem;
}

.wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;

  word-break: break-word;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.tagline {
  position: relative;
  pointer-events: none;
}
.tagline img {
  max-width: 75%;
  pointer-events: none;
}

.tagline span {
  color: white !important;
  position: absolute;
  right: 4.6vmin;
  font-size: 1.5vmax;
}
@media (min-width: 960px) {
  .tagline span {
    right: 3.7vmin;
    font-size: 1.3vmax;
    bottom: -1.5rem;
  }
}
@media (min-width: 1800px) {
  .tagline span {
    right: 3.7vmin;
    font-size: 0.85vmax;
    bottom: -1.5rem;
  }
}

/*# sourceMappingURL=bundle.f8e9af35.css.map*/