@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@500&display=swap');

:root {
    /* Colours */
    --blue: #34cce0;
    --green: #1bd8b2;
    --purple: #8c56e9;
    --darkpurple: #3a0ca3;
    --darkpurple2: #16135c;
    --darkpurple3: #0c0b24;
    --darkmode: color-mod(var(--darkgrey) l(+2%));
    --offwhite: #f2f2f2;
    --white: #fff;
    --lightgrey: #d9dbe9;
    --grey: #6e7191;
    --darkgrey1: #242339;
    --black: #14142a;
}

.grey {
    color: var(--darkgrey1);
}

.green {
    color: var(--green);
}

.white {
    color: var(--white);
}

.purple {
    color: var(--purple);
}

.darkpurple {
    color: var(--darkpurple);
}

.darkpurple2 {
    color: var(--darkpurple2);
}

.darkpurple3 {
    color: var(--darkpurple3);
}

.blue {
    color: var(--blue);
}

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

/* Reset
/* ---------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    max-width: 100%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1.2%;
    text-decoration: none;
}

html {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
i,
em,
dfn {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
mark {
    background-color: #fdffb6;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0; /* 3 */
    color: inherit; /* 1 */
    font: inherit; /* 2 */
}
button {
    overflow: visible;
    border: none;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input:focus {
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    padding: 0; /* 2 */
    border: 0; /* 1 */
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

body {
    overflow-x: hidden;
    color: color-mod(var(--midgrey) l(-30%));
    font-style: normal;
    text-rendering: optimizeLegibility;
    background: #fff;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1.2%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on; 
}

a {
    color: color-mod(var(--blue) l(-5%));
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.15;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', sans-serif;
}

.caption {
    font-family: "Roboto", sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4%;
    text-decoration: none;
    color: var(--purple);
}

#h1-1 {
    color: var(--darkpurple);
    margin: 0;
    font-size: 5.5rem;
}

#h1-2 {
    color: var(--green);
    margin: 0;
    line-height: 0.5;
    font-size: 5.5rem;
}

h1 {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}
@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
}

h2 {
    font-size: 2.2rem;
    color: var(--darkpurple3);
    line-height: 2.6rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
    h2 {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }
}

@media screen and (min-width: 1400px) {
    h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

.header-margin {
    margin: 1rem 0 1rem 0;
}

h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}
@media (max-width: 1024px) {
    h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    h3 {
        font-size: 2rem;
    }
}

h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}

h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}

h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.2%;
    text-decoration: none;
}

.button {
    background: white;
}

.round-button {
    border-radius: 25px;
}

.absolute {
    position: absolute;
}

.gradient-purple {
    background-image: linear-gradient(90deg, #4776e6, #8e54e9);
    padding: 15px 40px;
    line-height: 30px;
    text-align: center;
    color: var(--offwhite);
    border-radius: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    z-index:0;
}

.gradient-purple:hover {
    background-image: linear-gradient(90deg, #8e54e9, #4776e6);
}

.gradient-purple:focus {
    background-image: linear-gradient(90deg, #3a0ca3, #4776e6);
}


.border-gradient {
    padding:0 20px;
    border-image-slice: 1;
}

.border-gradient-purple {
    position: relative;
    display:inline-block;
    background-image: linear-gradient(90deg, #4776e6, #8e54e9);
    padding: 15px 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    z-index:0;
}

.border-gradient-purple:hover {
    background-image: linear-gradient(90deg, #8e54e9, #4776e6);
}

.border-gradient-purple:focus {
    background-image: linear-gradient(90deg, #3a0ca3, #4776e6);
}

.border-gradient-purple:before {
    content: '';
    position: absolute;
    /* border width */
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #fff;
    border-radius: 60px;
    box-sizing: border-box;
    z-index: -1;
}

.border-gradient-purple:hover:before {
    background: var(--offwhite);
}

hr {
    opacity: 1;
}

.tiny-hr {
    width: 20%;
    border-radius: 15px;
    border-top: 8px solid var(--purple);
}

/* nft-guide */
.nft-section-header {
    text-align: center;
}

.nft-pledge-wrapper {
    margin: 5px 0 50px 0;
}

.full-subheader {
    width: 100%;
    min-height: 40vh;
    position: relative;
}

#nft-nav ol {
    list-style: none;
}

#nft-nav ul {
    list-style: none;
}

.nft-section-text ol {
    list-style: inside;
    font-weight: normal;
}

.nft-section-text ul {
    list-style: inside;
    font-weight: normal;
}

#nft-content-header {
    margin-bottom: 10px;
}

.bg-nft-header {
    background: url('../img/nft_header.jpg');
    background-position-y: 45%;
    background-repeat: no-repeat;
    background-size: cover;
}

.nft-section-text .entry-content {
    padding-left: 20px;
}

.nft-section-text .entry-content p {
    line-height: 1.8rem;
}

.nft-section-text .entry-content h5 {
    color: var(--black);
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

.nft-content .entry-content a, a:visited {
    color: var(--purple);
    text-decoration: underline;
}

.nft-content .entry-content a:hover {
    color: var(--darkpurple);
}

.nft-content h3, h4, h5 {
    color: var(--darkpurple);
}

.nft-content li.selected a {
    color: var(--green);
}

.nft-content li a:hover {
    color: var(--darkpurple);
}

.nft-content li a {
    color: var(--purple);
    font-weight: 400;
    font-size: 0.9rem;
}

.nft-content li {
    padding-top: 10px;
}

.nft-header-card {
    position: absolute;
    background-color: var(--offwhite);
    
    padding: 25px 25px;
    border-radius: 20px;
}

.nft-header-card h1 {
    word-spacing: 0.3rem;
}

.nft-pledge-card {
    background-color:rgba(52, 204, 224, 0.2);
    color: var(--black);
    padding: 20px;
}

.nft-pledge-card p {
    line-height: 2.5rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.nft-highlight-card {
    margin: 20px 0 20px 0;
    background-color:rgba(140, 86, 233, 0.2);
    color: var(--black);
    padding: 25px;
}

.nft-highlight-card p {
    line-height: 2rem;
    font-weight: 600 !important;
}

.nft-nav {
    font-weight: 400;
    font-size: 1.1rem;
}

.nft-nav a, a:visited {
    color: var(--purple);
}


/*************/

  /* 1. Global - Set up the things
/* ---------------------------------------------------------- */
@import "global.css";

body {
    background: #fff;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.hidden {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px;
}

.re {
    letter-spacing: 0.01rem;
}

.flex-column {
    flex-direction: column;
    -ms-flex-direction: column;
}

.horizontal-center-flex {
    display: flex;
    justify-content: center;
}

.vertical-center-flex {
    display: flex;
    align-items: center;
}

.btn:focus {
    box-shadow: none;
}

.btn-outline-mail {
    color: var(--purple);
    border-color: var(--purple);
}

.btn-outline-mail:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.nopad {
    padding: 0;
}

/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Full width page blocks */
.outer {
    position: relative;
    padding: 0 5vw;
}

/* Centered content container blocks */
.inner {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

/* Usage:
<div class="outer">
    <div class="inner">
        Centered content
    </div>
</div>
*/

/* 3. Special Template Styles
/* ---------------------------------------------------------- */

@media (min-width: 900px) {
    .home-template .post-feed,
    .tag-template .post-feed,
    .author-template .post-feed {
        padding: 40px 0 5vw;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .home-template .site-nav {
        position: relative;
    }
}


/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header-background {
    position: relative;
    margin-top: 64px;
    padding-bottom: 12px;
    color: #fff;
    background-size: cover;
    height: 100vh;
}

 .site-header-background:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
}

.site-header-background.no-image:before,
.site-header-background.no-image:after {
    display: none;
}

.site-header-content {
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 6vw 1vw;
}

.leaf-list {
    list-style-image: url('../img/tiny-leaf.svg');
}

.leaf {
    position: relative;
    color: var(--green) !important;
    transform: scale(.7) translateY(-10px);
}

.li-leaf {
    transform: scale(.3);
}

.header-hr {
    margin: 3em 0 0.5em;
}

.site-header-image {
    padding: 1em;
    width: 100vw;
}

.site-title {
    z-index: 10;
    margin: 0 0 0 -2px;
    padding: 0;
    font-size: 5.0rem;
    line-height: 1em;
    font-weight: 600;
}

.site-logo {
    max-height: 55px;
}

.site-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}

.site-description {
    z-index: 10;
    margin: 0;
    padding: 18px 0;
    font-size: 1.1rem;
    line-height: 1.4em;
    word-spacing: 0.11em;
    opacity: 0.8;
    color: var(--darkpurple3);
}

/* 4.1 Home header
/* ---------------------------------------------------------- */

.site-home-header {
    z-index: 1000;
    height: 100vh;
    background-color: var(--white);
}

.site-home-header .site-header-background {
    margin-top: 0;
}

.site-home-header .site-title {
    font-size: 5.5rem;
    text-align: center;
}

.site-home-header .site-description {
    font-size: 2.2rem;
    font-weight: 300;
}

/* Special header styles for smaller screens */

@media (max-width: 900px) {
    .site-header-content {
        padding-bottom: 9vw;
    }
}

@media (max-width: 500px) {
    .site-home-header .site-title {
        font-size: 4.2rem;
    }

    .site-home-header .site-description {
        font-size: 1.8rem;
    }

    .site-archive-header .site-header-content {
        flex-direction: column;
        align-items: center;
        min-height: unset;
    }

    .site-archive-header .site-title {
        font-size: 4.2rem;
        text-align: center;
    }

    .site-archive-header .no-image .site-header-content {
        padding: 12vw 0 20px;
    }
}

/* 5. Site Navigation
/* ---------------------------------------------------------- */

.site-nav-main {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: color-mod(var(--darkgrey) l(-5%));
}

.site-nav {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    font-size: 1.3rem;
}

.top-blob {
    position: absolute;
    top: -300px;
    left: -300px;
}

.bottom-blob {
    position: absolute;
    right: -300px;
    top: 300px;
}

.site-nav-left-wrapper {
    position: relative;
    flex: 1 0 auto;
    display: flex;
}

.site-header-background:not(.responsive-header-img) .site-nav-left-wrapper:after,
.site-nav-main .site-nav-left-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 40px;
    height: 100%;
}

.site-header-background:not(.responsive-header-img) .site-nav-left-wrapper:after,
.site-nav-main .site-nav-left-wrapper:after {
    right: 0;
    /* background: linear-gradient(to right, color-mod(var(--darkgrey) l(-5%) a(0)) 0%,color-mod(var(--darkgrey) l(-5%)) 100%); */
}

.site-nav-left {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-right: 10px;
    padding: 10px 0 80px;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;

    -ms-overflow-scrolling: touch;
}

.site-nav-left .nav li:last-of-type {
    padding-right: 20px;
}

/* Site Nav Hack Explanation (above):
What's happening above is .site-nav-left is set to overflow-x and allow sideways scrolling, so that when there isn't enough space for all nav items (either due to lots of nav items, or a small viewport), you can still scroll side-to-side to reach them. Also, there is a small gradient on the left and right side covering the menu so that the menu goes offscreen smoothly.
The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px of padding-bottom and a 40px fixed height parent (.site-nav) hides that entirely. Slightly hacky code. But nice clean end-result.
*/

.site-nav-logo {
    position: relative;
    z-index: 100;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 32px;
    padding: 0;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: bolder;
    letter-spacing: -0.5px;
    text-transform: none;
}

.site-nav-logo:hover {
    text-decoration: none;
}

.site-nav-logo img {
    display: block;
    width: auto;
    height: 62px;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.site-home-header .site-nav-logo {
    
}

.site-nav-content {
    position: relative;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .navbar-left .navbar-nav .nav-link {
        padding: 20px 30px;
    }
}

.nav {
    /* position: absolute; */
    z-index: 1000;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0 40px;
    padding: 0;
    list-style: none;
    transition: all 1.0s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav li {
    display: block;
    margin: 0;
    padding: 0;
}

.nav li a {
    position: relative;
    display: block;
    color: var(--darkpurple2);
    opacity: 0.8;
    transition: opacity 0.35s ease-in-out;
    font-weight: 700;
    font-size: 1.15em;
    letter-spacing: 0.01em;
}

.nav li a:hover {
    text-decoration: none;
    opacity: 1;
}

.nav li a:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 8px;
    left: 12px;
    height: 1px;
    background: var(--darkpurple);
    opacity: 0.25;
    transition: all 0.35s ease-in-out;
}

.nav li a:hover:before {
    right: 12px;
    opacity: 0.5;
}

.nav-post-title-active .nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-175%);
}

.nav-post-title {
    visibility: hidden;
    position: absolute;
    top: 9px;
    color: var(--darkpurple);
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: none;
    opacity: 0;
    transition: all 1.0s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(175%);
}

.nav-post-title.dash {
    left: -25px;
}

.nav-post-title.dash:before {
    content: "– ";
    opacity: 0.5;
}

.nav-post-title-active .nav-post-title {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.site-nav-right {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    height: 64px;
}

.site-nav-right .nav {
    position: relative;
    margin: 0;
}

.site-nav-right .nav a {
    white-space: nowrap;
}

.site-nav-right .nav a:before {
    display: none;
}

.site-nav-right .nav li:last-of-type a {
    margin-right: -12px;
}

.header-text {
    display: flex;
    flex-direction: column;
}

/* Special behaviors for home navigation */

@media (max-width: 700px) {
    .site-home-header .site-nav {
        margin-left: -5vw;
    }

    .site-nav-main {
        padding-right: 0;
        padding-left: 0;
    }

    .site-nav-left {
        margin-right: 0;
        padding-left: 5vw;
    }

    .site-nav-right {
        display: none;
    }
}

.post, .page {
    margin: 0;
}

/* Blog - Front Page Section */
.blog-preview-row img {
    border-radius: 15px;
}

.video-wrapper-wrapper {
    position: relative;
}

.video-wrapper {
    width: 100%;
    margin-top: 50px;
}

#home-video {
    height: 500px;
    max-height: 500px;
}

.video {
    position: relative;
}

.middle-wave {
    z-index: -999;
}

.shadow-box {
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3), inset 0 -3px 3px rgba(0,0,0,0.1);
    border: solid #ccc 1px;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--offwhite);
}

.shadow-box p {
    padding-top: 10px;
}

.pillar-image {
    display: block;
    margin: 0 auto;
}

.blog-preview-box {
    background-color: var(--white);
}

.blog-preview-box img {
    width: 100%;

}

.blog-preview-box p {
    margin-bottom: 20px;
}

.controller-svg {
    position: absolute;
    top: -20px;
    right: 0;
}

#pillar-desc {
    margin: 1rem 0 3rem 0;
}

.blog-preview-row {
    margin-top: 60px;
}

.pad-top-50 {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .pad-top-50-lg {
        padding-top: 50px;
    }
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

#middle_waves {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
}

#green_patternmask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    -webkit-transform: scale(0.85) translateY(100px) rotateZ(15deg);
    transform: scale(0.85) translateY(100px) rotateZ(15deg);
}

.circle-image {
    border-radius: 50%;
}

.horizontal-flex {
    display: flex;
    flex-direction: row;
}

.newsletter {
    background-image: linear-gradient(90deg, #4776e6, #8e54e9);
    color: var(--offwhite);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    padding: 100px 0;
    margin-top: 20px;
}

.newsletter img {
    max-height: 120px;
    height: auto;
    width: 100%;
    max-width: 120px;
}

.newsletter-inner {
    background-color: rgba(242, 242, 242, 0.7);
    border-radius: 35px;
    padding: 25px;
}

.newsletter-plane-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsletter-plane {
    font-size: 5em;
    color: var(--darkpurple2);
}

.newsletter-desc {
    font-size: 0.9rem;
    padding: 8px 0;
}

.newsletter-desc a {
    color: var(--purple);
}

.newsletter-desc a:hover {
    color: var(--darkpurple);
}

.light-link {
    color: var(--purple);
}

.light-link:hover {
    color: var(--darkpurple);
}

#press-contact-row {
    padding-bottom: 20px;
}

/* Contact */
.contact .social-icon {
    height: 40px;
    width: auto;
    vertical-align: center;
}

.contact .social-text {
    display: inline;
    vertical-align: top;
    padding: 0 30px;
    color: var(--darkpurple3);
}

.contact .social-fa-icon {
    font-size: 2.25rem;
}

/* Blog */
.blog-card {
    min-height: 275px;
    padding-bottom: 35px;
}

.blog-card .post-img {
    border-radius: 15px;
    width: 100%;
}

.blog-card h3 {
    margin: 0;
    color: var(--darkpurple3);
}

.blog-card h3:hover {
    color: var(--darkpurple);
}

.blog-card h3:focus {
    color: var(--purple);
}

.press-title {
    padding-top: 20px;
}

.press-title a {
    color: var(--darkpurple2);
}

.press-title a:hover {
    color: var(--darkpurple);
}

.press-content {
    padding-bottom: 20px;
}

#brand-guidelines {
    padding-top: 20px;
}

@media (max-width: 500px) {
    .blog-card h3 {
        margin: 0.5em 0 0.5em 0;
    }
}

.blog-card p {
    font-weight: 400;
    color: var(--darkgrey1);
}

.blog-card .post-info {
    margin-left: 20px;
}

.blog-card .post-info h5,h6 {
    margin: 0;
}

.blog-card .excerpt {
    margin-top: 15px;
}

#blog-desc {
    margin-bottom: 60px;
}

.avatar {
    border-radius: 50%;
}

.blog-card .author-info {
    margin-top: 15px;
}

.blog {
    margin-top: 30px;
}

#video-header {
    color: var(--offwhite);
}

#home-video-wrapper {
    display: flex;
    justify-content: center;
}

.pillar-image-wrapper {
    display: flex;
    align-items: center;
    min-height: 167px;
}

@media screen and (max-width: 996px) {
    .leaf {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .bottom-blob, .top-blob {
        display: none;
        visibility: hidden;
    }

    #h1-1, #h1-2 {
        font-size: 2.5rem;
    }

    .video {
        padding-top: 50px;
        padding-bottom: 0;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }

    #video-header {
        font-size: 1.6rem;
    }
    
    .horizontal-center-flex-mobile {
        display: flex;
        justify-content: center;
        align-items: center;;
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: var(--bs-gutter-x, 2rem);
        padding-left: var(--bs-gutter-x, 2rem);
    }

    .blog {
        padding: 0 30px 30px 30px;
    }

    .blog-card {
        margin-bottom: 35px;
        padding: 15px;
    }

    #middle_waves, #green_patternmask {
        display: none;
        visibility: hidden;
    }

    .video-wrapper-wrapper, .video-wrapper {
        position: relative;
    }

    #home-video {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    
    .shadow-box-wrapper {
        margin-bottom: 35px;
    }

    #blog-controller .controller-svg {
        transform: scale(0.6);
        top: -30px;
        right: -40px;
    }

    .video {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    
    #video-header {
        color: var(--darkpurple2);
    }

    .nft-section-text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) {
    #blog-controller .controller-svg {
        transform: scale(0.6);
        top: -80px;
        right: -60px;
    }

    #pillar-row {
        margin-top: 100px;
    }

    .nft-header-card {
        left: 25%;
        top: 50%;
        transform: translate(-15%, -50%);
    }

    .nft-header-card h1 {
        font-size: 2rem;
    }

    .nft-content {
        margin-top: 25px;
    }
}

@media screen and (min-width: 451px) {
    #pillar-row {
        margin-top: 100px;
    }
    
    .nft-header-card {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .nft-header-card h1 {
        font-size: 2rem;
        text-align: center;
    }

    .nft-content {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) {
    .contact .social-text {
        padding: 0 15px;
    }

    #home-video {
        width: 60%;
        height: auto;
        min-height: 240px;
    }

    #pillar-row {
        margin-top: 40px;
    }

    #press-release {
        margin-top: 70px;
    }

    .nft-header-card {
        left: 20%;
        transform: translate(-12.5%, -50%);
    }

    .nft-header-card h1 {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 820px) {
    .nft-header-card h1 {
        font-size: 2.6rem;
    }

    .nft-header-card {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 860px) {
    #pillar-row {
        margin-top: 60px;
    }

    #press-release {
        margin-top: 50px;
    }
}

@media screen and (min-width: 930px) {
    #home-video {
        width: 70%;
        height: auto;
        min-height: 270px;
    }
}

@media screen and (min-width: 992px) {
    .nft-content {
        margin-top: 100px;
    }

    .nav {
        margin: 0;
    }

    #h1-1 {
        font-size: 3.5rem;
    }
    
    #h1-2 {
        font-size: 3.5rem;
    }

    .video {
        padding: 90px 0;
    }

    #home-video {
        width: 70%;
        height: auto;
        min-height: 270px;
    }

    #pillar-row {
        margin-top: 20px;
    }

    #press-release {
        margin-top: 80px;
    }
}

@media screen and (min-width: 1100px) {
    #pillar-row {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    #pillar-row {
        margin-top: 100px;
    }

    #home-video {
        width: 100%;
        height: auto;
        min-height: 500px;
    }

    #press-release {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1400px) {
    #h1-1 {
        font-size: 5.5rem;
    }
    
    #h1-2 {
        font-size: 5.5rem;
    }

    .video {
        padding: 140px 0;
    }
}

@media screen and (min-width: 2000px) {
    .video {
        padding: 140px 0 190px 0;
    }
}

@media screen and (min-width: 2200px) {
    .video {
        padding: 140px 0 250px 0;
    }
}

@media screen and (min-width: 2300px) {
    .video {
        padding: 140px 0 300px 0;
    }
}

@media screen and (min-width: 2400px) {
    .video {
        padding: 140px 0 400px 0;
    }
}

@media screen and (min-width: 2500px) {
    .video {
        padding: 140px 0 450px 0;
    }
}

@media screen and (min-width: 2600px) {
    .video {
        padding: 140px 0 500px 0;
    }
}

@media screen and (min-width: 2750px) {
    .video {
        padding: 140px 0 550px 0;
    }
}

@media screen and (min-width: 2900px) {
    .video {
        padding: 140px 0 700px 0;
    }
}

@media screen and (min-width: 3300px) {
    .video {
        padding: 140px 0 800px 0;
    }
}

@media screen and (min-width: 3500px) {
    .video {
        padding: 140px 0 900px 0;
    }
}

@media screen and (min-width: 3700px) {
    .video {
        padding: 140px 0 1000px 0;
    }
}

@media screen and (min-width: 3900px) {
    .video {
        padding: 140px 0 1200px 0;
    }
}
