* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

::selection {
    color: #060E71;
    background-color: #02D872;
}

body {
    cursor: url('../imgs/dm-site-cursor.svg'), auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Domine";
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}


h2 {
    font-size: 2rem;
    line-height: 2.75rem;
}

h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

p, a {
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75rem;
}

.color-brand-p {
    color: #060E71 !important;
}

.bg-brand-p {
    background-color: #060E71 !important;
}

.color-brand-s {
    color: #02D872 !important;
}

.bg-brand-s {
    background-color: #02D872 !important;
}

.color-white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.row {
    max-width: 1180px;
    margin: 0 auto !important;
}

.say-hi:hover {
    cursor: url('../imgs/hand-wave-cursor.svg'), auto !important;
    transition: 300ms;
}


/* Header */
.logo {
    width: 341px;
    height: 48px;
}

/* Hero Section */

img.access-token {
    margin-top: -160px;
    margin-left: 200px;
    transform: rotate(-12deg);
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 2rem;
}

a {
    transition: 300ms !important;
}


header a.nav-link:hover {
    text-decoration: underline !important;
}


/* Founder Info */

.founder-info {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, rgba(6, 14, 113, 0.00) 80.47%, rgba(6, 14, 113, 0.20) 109.2%), #FFF;
    padding: 40px 40px 120px 40px;
    max-width: 740px;
    margin: 0 auto;
}

img.side-right {
    position: absolute;
    margin-left: 595px;
    margin-top: -173px;
    z-index: 0;
    transform: scaleX(-1);
}

img.side-left {
    position: absolute;
    margin-left: -136px;
    margin-top: -173px;
    z-index: 0;
}

/* Footer */

a:hover {
    color: #02D872 !important;
    
        text-decoration: underline !important;
    
}



.weekly-newsletter-img {
    max-width: 448px;
    width: 100%;
}

.hero-img {
    width: auto;
    max-width: 480px;
}

.exclusive-goodies {
    justify-items:center;
    margin-top: -16px;
}

.header-logo {
    max-width: 284px;
    width: 100%;    
}

.footer-logo {
    max-width: 342px;
    width: 100%;
}


@media (max-width:1199px) {
    img.side-left, img.side-right {
        scale: 0.9;
        margin-top: -158px;
    }

    img.side-right {
    margin-left: 478px;
    }
}

@media (max-width:991px) {
    img.side-right {
    margin-left: 435px;
    }

        img.side-left {
    margin-left: -137px;
    }

    .hero-img {
        width: auto;
        max-width: 540px;
        margin-top:16px;
        margin-bottom: 24px;
    }

    img.access-token {
        margin-top: -180px;
    }
}

@media (max-width:767px) {

    img.side-left, img.side-right {
        scale: 0.51;
        margin-top: -101px;
    }

    img.side-right {
        margin-left: 372px;
    }

    img.side-left {
        margin-left: -138px;
    }
}

@media (max-width:620px) {

    img.side-left, img.side-right {
        display: none;
    }

    img.side-right {
        margin-left: 372px;
    }

    img.side-left {
        margin-left: -138px;
    }

    .founder-info {
        padding: 24px 24px 100px 24px;
        border-radius: 4px 4px 0 0;
    }

    .hero-img {
        width: 100%;
    }

    img.access-token {
        scale: 0.9;
        margin-left: 170px;
    }
}

@media (max-width:400px) {
    img.access-token {
        scale: 0.8;
        margin-left: 150px;
        margin-top: -160px;
    }
}