@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lato:wght@300;400&display=swap');
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,200i,400,400i");

@font-face {
	font-family: medieval;
	src: url(fonts/medieval.ttf);
  }

:root {
    --highlight: #576552;
    --highlight-alt: #7e8c77;
    --highlight-darker: #576552;
    --highlight-darkest: #576552;
    --dark: #3f3f3f;
    --darker: #101010;
    --light: #c8c8c8;
    --lighter: #d6d6d6;
    --light-alt: #a4bed8;
    --low-contrast: #2d3036;
    --lower-contrast: #41464f;
    --lowest-contrast: #6b7280;
    --white: #ececec;
    --light-blue: #cbdae9;
    --gradient-first: #576552;
    --gradient-second: #7e8c77;
    --alt: #6a82a5;
}

/* Reset */

html, body, div, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Framework */

html {
    background-color: var(--white);
    background-image: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    overflow-x: hidden;
  }

html:after {
    content: " ";
    z-index: -1;
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif !important;
    font-weight: 400;
    letter-spacing: -3px;
    text-transform: lowercase;
    line-height: 0.8;
    color: var(--dark);
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.5rem;
}

p, li, a, span {
    font-family: medieval, Helvetica, sans-serif;
    color: var(--dark);
    line-height: 19px;
}

p {
    letter-spacing: -0.4px;
    font-size: 16px;
}

em {
    color: var(--darker);
    font-style: normal;
    text-decoration: underline;
}

strong {
    color: var(--darker);
}

.active a{
    color: var(--light) !important;
    font-weight: 500 !important;
}

nav ul {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
    padding: 0;
    margin-top: 80px;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li:last-of-type {
    margin-right: 0 !important;
}

nav ul li a{
    color: var(--lighter);
}

nav ul li a.active{
    color: var(--white);
    text-decoration: none;
}

.active ::after{
    content: '';
    display: block;
    position: relative;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: .15rem;
    background: linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background: -webkit-linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 65%);
    border-radius: 4px;
}

.button-custom {
    background-color: var(--highlight); 
    background: linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background: -webkit-linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 65%);
    border-radius: .4rem;
    color: var(--white);
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 2.8rem !important;
    text-decoration: none;
    width: fit-content;
    max-width: 260px;
}

.button-custom.center{
    margin-top: 28px;
    font-size: 0.9rem;
    padding: 0.8rem 2rem !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button-custom.small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: .22rem;
}

.button-custom:hover {
    background: var(--highlight) !important;
    background: linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 85%) !important;
    background: -webkit-linear-gradient(42deg, var(--gradient-first) 5%, var(--highlight) 85%) !important;
    color: var(--white) !important;
}

.block {
    display: block;
}

.link-line {
    margin-top: 8px;
}

.link-line a {
    background-color: transparent;
    background-image: linear-gradient(transparent 85%, var(--highlight) 0);
    border: 0 solid #dfe4e7;
    border-radius: 1px;
    color: var(--lighter);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1em;
}

.mobile {
    display: none;
}

section, header, footer {
    max-width: 1264px;
    background: none;
    margin: auto;
}

header {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.catch {
    font-size: 3rem;
    color: var(--highlight);
    display: inline;
    color: transparent;
    background: linear-gradient(82deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background: -webkit-linear-gradient(82deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background-clip: text;
    -webkit-background-clip: text;
}

footer {
    background-color: var(--darker);
    padding: 0 142px;
    min-height: 40px;
}

label, #mc_embed_signup .indicates-required{
    padding-left: 2px;
    font-family: 'Lato', sans-serif !important;
}

label {
    margin-bottom: 9px !important;
}

#mc_embed_signup input {
    margin-left: auto;
    margin-right: auto;
}

input.error,
select.error,
textarea.error {
  outline: none;
  border-color: red !important;
  border-width: 1px !important;
  border-style: solid !important;
}

/* Custom */

h1 {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 350px;
    margin-bottom: 2px;
}

ul {
    padding-left: 26px;
}

ul li {
    margin-bottom: 6px;
}

h1.em {
    color: var(--darker);
    font-style: normal;
    text-decoration: underline;
}

.subtitle {
    font-family: medieval, Helvetica, sans-serif;
    margin: 0;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: 500;
    color: var(--highlight);
    display: inline;
    color: transparent;
    background: linear-gradient(82deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background: -webkit-linear-gradient(82deg, var(--gradient-first) 5%, var(--highlight) 65%);
    background-clip: text;
    -webkit-background-clip: text;
}

section {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    padding: 50px;
    padding-bottom: 44px;
    background-color: var(--white);
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px var(--lower-contrast);
}

.content {
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
}

.actions p {
    margin-top: 0;
}

.player {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.player .artist {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;   
    max-width: 218px;
}

.content > :first-child {
    max-width: 300px;
    margin-right: 50px;
}

.form p {
    margin-top: 6px;
    margin-bottom: 12px;
}

.form>p:first-child {
    margin-top: 0;
}

.form form {
    padding: 0 !important;
}

.form ul {
    margin-top: 0;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

em.discount_code {
    color: var(--alt);
    text-decoration: none;
}

a {
    color: var(--highlight-darkest);
}

header {
    display: flex;
}

header>div:first-child {
 max-width: 345px;
}

header>div:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
    max-width: 100px;
   }

header>div:nth-child(2)>img {
    margin-right: auto;
    margin-left: auto;
    max-width: 55px;
    border-radius: 40px;
    box-shadow: 0px 0px 2px 1px white;
}

.logo {
    display: flex;
    flex-direction: column;
    margin-top: -8px;
}

.logo span {
    margin-top: 6px;
}

.fixed_link {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: var(--darker);
    padding: 10px;
    padding-left: 2px;
    text-align: center;
    color: var(--light);
}

@media only screen and (max-width: 800px) {

    .large {
        display: none;
    }

    .mobile {
        display: block;
    }

    h1 {
        font-size: 22px;
        text-align: left;
        letter-spacing: normal;
    }

    .subtitle{
        font-size: 21px;
        text-align: left;
        display: block;
        padding-top: 2px;
    }

    .content > :first-child {
        max-width: 300px;
        margin-right: 0;
    }

    .content p {
        font-size: 16px;
        margin-bottom: 6px;
        margin-top: 16px;
    }

    .content .actions p {
        font-size: 14px;
    }

    section {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 16px;
        height: 90vh;
        border-radius: 0;
        max-width: 290px;
        box-shadow: none;
    }

    .content{
        margin: 0;
        margin-top: 8px;
        flex-direction: column-reverse;
        font-size: 1rem !important;
    }

    .form {
        margin: 0; 
    }

    .player {
        display: flex;
        flex-direction: column-reverse;
        margin-left: auto;
        margin-right: auto;
    }

    html {
        background: var(--white);
    }

    html:after {
        background: rgba(0, 0, 0, 0);
    }

    header {
        flex-direction: column-reverse;
    }

    header>div:nth-child(2) {
        margin-top: -6px;
        margin-bottom: 8px;
    }
    
    header>div:nth-child(2)>img {
        max-height: 50px;
        max-width: 50px;
    }
    .form>p:first-child {
        margin-top: 6px;
    }
    nav ul {
        margin-top: 8px;
        margin-bottom: 0;
    }

    nav ul li a{
        color: var(--dark) !important;
    }

    nav ul li a.active{
        color: var(--darker) !important;
    }

    section {
        padding-bottom: 40px !important;
        height: auto !important;
    }
}