@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:100,300,500,700&display=swap);
/*! normalize.css v8.0.1 | 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 iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

html, body{
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  font-family: Rubik, sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}

.btn{
  background: linear-gradient(-60deg, #cb1a8f, #fc02a7);
  border-radius: 5px;
  border-style: none;
  color: #ffffff;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  min-width: 150px;
  padding: 20px;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}

.btn:disabled{
  background: #b7b7b7 !important;
  pointer-events: none;
  transition: none !important;
}

.btn:hover{
  color: #ffffff;
  cursor: pointer;
  opacity: .8;
}

.btn:focus{
  outline: none;
}

.btn.modal{
  background-size: 100%;
  margin-top: 30px;
}

.connect-button-container{
  align-items: center;
  border-radius: 2rem;
  display: flex;
  flex-flow: row nowrap;
  font-family: Roboto, monospace;
  font-size: 0.83rem;
  margin: 0;
  min-width: 0;
  padding: 0.5rem;
  -webkit-user-select: none;
          user-select: none;
}

.connect-button-container p{
  flex: 1 1 auto;
  margin-left: 1px;
  margin-right: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.connect-button-container .icon-container{
  background-color: #737373;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}

.connect-button-container .icon-container .image-container{
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5px;
}

.connect-modal-container{
  display: flex;
  justify-content: center;
}

.connect-modal-container .error{
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: Roboto, monospace;
  justify-content: center;
  padding-left: 2%;
  padding-right: 2%;
}

.connect-modal-container .error div{
  align-items: center;
  color: #0a0a0a;
  display: flex;
  flex-direction: row;
  font-family: Rubik, sans-serif;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.connect-modal-container .error img{
  height: 200px;
  margin-right: 10px;
}

.connect-modal-container .pending{
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: Roboto, monospace;
  justify-content: center;
  padding-left: 2%;
  padding-right: 2%;
}

.wallet-option-container{
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: Roboto, monospace;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}

.wallet-option-container:focus{
  outline: none;
}

.wallet-option-container .provider{
  align-items: center;
  border-color: #b7b7b7;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #0a0a0a;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.wallet-option-container .provider img{
  height: 30px;
  margin-right: 10px;
}

.wallet-option-container .title{
  font-family: Rubik, sans-serif;
  color: #0a0a0a;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.asset-container{
  align-items: center;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-radius: 6px;
  border-width: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.asset-container .asset-left{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asset-container .asset-available{
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  padding: 5px;
  width: 5rem;
}

.asset-container .asset-available .asset-label{
  color: #ffffff;
  font-size: 0.9rem;
  margin-left: 5px;
}

.asset-container .asset-available .icon{
  height: 15px;
  margin-left: 5px;
}

.asset-container .asset-amount{
  color: #000000;
  font-weight: 500;
  margin: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
  white-space: nowrap;
}

.asset-container .asset-weight{
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  margin: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
}

.mint-container{
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 0;
  width: 96%;
}

.mint-container .left{
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  padding-bottom: 2%;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 2%;
  width: 100%;
}

.mint-container .left .amount{
  font-family: Rubik, sans-serif;
  font-size: 20vw;
  padding-bottom: 2%;
  padding-top: 2%;
  text-align: left;
}

.mint-container .left .symbol{
  color: #fc02a7;
  font-family: Rubik, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5%;
  text-align: center;
}

.mint-container .right{
  background-color: #f3f3f3;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 2%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2%;
  text-align: center;
  width: 100%;
}

.mint-container .right .column{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0;
  text-align: center;
}

.mint-container .right .column .title{
  color: #000000;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2%;
  margin-top: 2%;
  padding-bottom: 2%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2%;
  text-align: center;
  width: 100%;
}

.mint-container .right .column .normal{
  color: #000000;
  font-family: Rubik, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5pc;
  padding-bottom: 2%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2%;
  text-align: center;
}

@media (min-width: 960px){
  .mint-container{
    flex-direction: row;
    width: 94%;
  }

  .mint-container .left{
    margin: 0;
    min-width: 300px;
    width: 25%;
  }

  .mint-container .left .amount{
    font-size: 3vw;
  }

  .mint-container .left .symbol{
    font-size: 2.3rem;
    line-height: 1;
    margin: 0;
  }

  .mint-container .right{
    width: auto;
    margin-left: 2%;
    text-align: left;
    flex-direction: row;
    flex-grow: 1;
  }

  .mint-container .right .column:first-child{
    align-items: flex-start;
    max-width: 300px;
    padding-left: 3%;
    padding-right: 1%;
    text-align: left;
  }

  .mint-container .right .column:nth-child(2){
    flex-grow: 1;
    padding-left: 2%;
    padding-right: 3%;
  }

  .mint-container .right .column .title{
    font-size: 2.3rem;
    text-align: left;
  }

  .mint-container .right .column .normal{
    margin: 0;
    text-align: left;
  }
}

.bg-green{
  background-color: #2db400;
}

.bg-pink{
  background-color: #f40a50;
}

.border-collapse{
  border-collapse: collapse;
}

.rounded{
  border-radius: 2rem;
}

.border{
  border-width: 1px;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.hidden{
  display: none;
}

.flex-auto{
  flex: 1 1 auto;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.italic{
  font-style: italic;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.underline{
  text-decoration: underline;
}

.visible{
  visibility: visible;
}

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

.w-100pc{
  width: 100%;
}

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.content{
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1280px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 96%;
}

.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  z-index: 99;
}

.overlay .close{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url('data:image/svg+xml,%3Csvg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Crect x="16.3477" y="17.9688" width="3" height="54" transform="rotate(-45 16.3477 17.9688)" fill="white"/%3E%3Crect x="18.4688" y="56.1526" width="3" height="54" transform="rotate(-135 18.4688 56.1526)" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0"%3E%3Crect width="72" height="72" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A') no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

.pointer{
  cursor: pointer;
}

@tailwind media;

/* Custom css */

/* Header */

.header-container {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1280px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 96%;
  font-family: Roboto, monospace;
}

.header-container .hamburger {
  border-style: none;
  text-decoration: none;
  padding: 0;
  margin-left: 20px;
}

.header-container .hamburger:hover, .header-container .hamburger:focus {
  outline: none;
}

.header-container .left {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.header-container .left img {
  height: 30px;
}

.header-container .right {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.header-container .right .link {
  color: #0a0a0a;
  text-decoration: none;
  margin-left: 2rem;
  font-size: 0.9rem;
  display: none;
}

.header-container .right .link:hover {
  opacity: .6;
}

.header-container .right .mobile-placeholder {
  display: none;
}

.header-container nav {
  text-align: center;
  position: relative;
  top: 60%;
  text-decoration: none;
  /* font-size: 1.2rem; */
  transform: translateY(-50%);
}

.header-container ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.header-container ul li {
  display: block;
  height: 20%;
  min-height: 54px;
}

.header-container ul li a {
  font-weight: 300;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.header-container ul li a:hover,
.header-container ul li a:focus {
  color: #ffffff;
}

@media (min-width: 960px) {
  .header-container .hamburger {
    display: none;
  }

  .header-container .left img {
    height: 50px;
  }

  .header-container .right .link {
    display: block;
  }

  .header-container .right .mobile-placeholder {
    display: block;
  }

  .header-container .connect-button-container {
    margin-left: 2rem;
  }
}

/* Footer */

.footer-container {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1280px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 96%;
  font-family: Roboto, monospace;
}

.footer-container .left {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}

.footer-container .right {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

.footer-container .footer-link {
  color: #0a0a0a;
  text-decoration: none;
  margin-top: 14px;
  font-size: 0.8rem;
}

.footer-container .footer-link:hover {
  opacity: .6;
}

.footer-container .aragon {
  height: 30px;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .footer-container .right {
    margin-left: 2rem;
  }

  .footer-container .footer-link {
    margin-left: 2rem;
  }

  .footer-container .footer-link:first-child {
    display: block;
    margin-left: 0;
  }

  .footer-container .aragon {
    margin-left: 20px;
  }
}

@media (max-width: 800px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-container .left {
    flex-direction: column;
  }

  .footer-container .right {
    flex-direction: column;
  }
}

/* Landing */

.landing-container, .liquidity-container {
  text-align: center;
  flex-direction: column;
  font-weight: 300;
}

/* PoolBalance */

.pool-balance-container {
  text-align: left;
  width: 94%;
}

.pool-balance-container h1 {
  font-size: 2.3rem;
  font-weight: 700;
}

/* Mint */

.mint-container .left .amount input {
  min-width: 200px;
}

.mint-container .right .column .normal {
  border-color: #fc02a7;
  border-width: 0.5px;
  color: #fc02a7;
  border-radius: 4px;
  margin: 12px;
  padding: 12px;
  font-weight: 300;
}

.mint-container .right .column .normal h1, .mint-container .right .column .normal p:nth-child(4) {
  font-weight: 700;
}

.mint-container .right .column .normal p {
  padding-top: 8px;
}

.mint-container .right .column .title {
  padding-left: 12px;
}

.mint-container .recharts-pie-labels {
  display: none;
}

/* Hero */

.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Roboto, monospace;
  overflow-wrap: break-word;
}

.hero-container .content {
  flex-direction: column;
}

.hero-container .subtitle {
  padding: 0;
  margin-top: 20px;
  text-align: center;
  font-family: Rubik, sans-serif;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  overflow-wrap: break-word;
}

.hero-container .title {
  padding: 0;
  text-align: center;
  font-family: Rubik, sans-serif;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  overflow-wrap: break-word;
}

@media (min-width: 960px) {
  .hero-container {
    padding-bottom: 30px;
  }

  .hero-container img {
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .hero-container .content {
    width: 90%;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 800px;
  }

  .hero-container .subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    font-size: 1.3rem;
    margin-top: 0;
  }

  .hero-container .title {
    font-size: 2.3rem;
  }
}

/* TLDR */

.tldr-container {
  display: flex;
  padding: 10%;
  margin-bottom: 10%;
  justify-content: center;
  background: linear-gradient(to right, #ffe2fa 0%, #cceff3 100%);
}

.tldr-container .description {
  font-family: Rubik, sans-serif;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 960px) {
  .tldr-container {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }

  .tldr-container .description {
    font-size: 2.3rem;
  }
}

/* Products */

.products-container {
  padding-bottom: 30px;
}

.products-container .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products-container .content {
  flex-direction: column;
  padding: 0;
}

.products-container .title {
  padding: 0;
  text-align: center;
  font-family: Rubik, sans-serif;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  overflow-wrap: break-word;
}

@media (min-width: 960px) {
  .products-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .products-container .cards {
    flex-direction: row;
    margin-top: 40px;
  }

  .products-container .title {
    font-size: 2.3rem;
    line-height: 2;
  }
}

/* Product Cards */

.product-card-container {
  width: 90%;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-card-container .btn {
  padding: 5px;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-card-container .btn:disabled {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.product-card-container .description {
  color: #ffffff;
  line-height: 1.5;
}

.product-card-container .logo {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

.product-card-container .title {
  line-height: 1.5;
  color: #ffffff;
  font-size: 4rem;
}

@media (min-width: 960px) {
  .product-card-container {
    width: 25%;
  }
}

