﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Notable&display=swap');


:root {
    --bg-red: #e22121;
    --bg-gold: #c6ae1b;
    --bg-teal: #21e2cb;
    --bg-green: #32dd25;
    --bg-purple: #8e32d3;
    --bg-bgColor: #555;
    --bg-footerColor: #222;
    --bg-footerTextColor: #f0f0f088;
    --bg-footerLinkColor: var(--bg-gold);
    --bg-bodyText: whitesmoke;
}
body {
    color: var(--bg-bodyText);
    background-color: var(--bg-bgColor);
    margin: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.creators-gallery {
    margin-inline: 12vw;
}
    .creators-gallery ul {
        list-style: none;
        margin-inline: 12vw;
    }

        .creators-gallery ul .tokenItem {
            background-color: transparent;
            padding: 5px 20px;
        }

        .coin-image {
            outline: solid 3px whitesmoke;
            background-color: transparent;
            height: 200px;
            width: 200px;
            margin-inline: auto;
            border-radius: 100px;
        }
    .coin-image.big {
        margin-top: 20px;
        height: 300px;
        width: 300px;
        border-radius: 150px;
    }

    .coin-image.grizzy {
        background-image: url('https://bellmorecode.blob.core.windows.net/nft/grizzy.jpg');
        background-position: center;
        background-size: cover;
    }


.bg-main-heading {
    letter-spacing: 4px;
}
.ms {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
}
.peralta {
    font-family: Peralta;
    font-weight: 400;
}

.mmx-footer {
    width: 100vw;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 5vh;
    padding-top: 1.25vh;
    background-color: var(--bg-footerColor);
    color: var(--bg-footerTextColor);
    font-size: 0.9em;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .mmx-footer a {
        text-decoration: none;
        color: var(--bg-gold);
    }

.selectedColorSwatch {
    width: 32px; height: 32px;
    margin: 0; padding: 0; vertical-align: middle;
}

.ms-sm {
    font-size: 16pt; font-family: Montserrat;
    font-weight: 700; text-transform: uppercase;
}

.App, button, input { text-align: center; }

.no-touch { user-select: none; }

.grover-canvas {
    border: solid 1px transparent;
    background-position: center; background-size: 100%;
    background-repeat: no-repeat; background-position-x: center;
    margin-inline: auto; width:1260px;
}

.contract-links {
    list-style: none; padding: 0; margin: 0;
}

    .contract-links li a {
        font-size: 1.1em;
        text-transform: uppercase;
        font-family: Montserrat;
        font-weight: 700;
    }

.cta {
    border: solid 1px transparent;
    background-image: url('../images/grovers/based-gold.png');
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-inline: 5vw;
    height: 50vh;
}

.cta button:hover, .grover-button:hover {
    background-color: #149914; box-shadow: 0 0 4px 5px #149914;
    color: #333; border-color: #333; outline: solid 4px #333;
}

.cta button:active, .grover-button:active {
    background-color: #239623;
    outline: 0; border-color: white;
    color: #fcfcfc; box-shadow: none;
}

.cta button, .grover-button {
    color: white; background-color: #236923; border: solid 1px #e1e1e1;
    opacity: 85%; font-size: 1.0em; padding: 10px 20px;
    cursor: pointer; margin-inline: 4px; border-radius: 4px; vertical-align: middle;
}
.btn {
    border-radius: 8px;
}
.social-buttons a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin-block: 2vh;
    margin-inline: 2vw;
    cursor: pointer;
    text-decoration: none;
}
.social-buttons a:hover {
    color: var(--bg-gold);
}
.baseColorPicker {
    list-style: none;
    display: block;
    vertical-align: middle;
}
.baseColorPicker li {
    display: inline-block;
}
.baseColorPicker li button {
    height: 24px;
    width: 24px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 10px;
}
.color-picker {
    outline: solid 2px white;
    vertical-align: text-top;
}
.color-picker:hover {
    outline: solid 4px currentColor;
    vertical-align: text-top;
}
.color-picker:hover {
    outline-color: #c0c0c0;
}
.color-picker.next {
    outline-color: #149914;
    background-color: #239623;
}
.color-picker.red {
    background-color: var(--bg-red);
}
.color-picker.teal {
    background-color: var(--bg-teal);
}
.color-picker.green {
    background-color: var(--bg-green);
}
.color-picker.purple {
    background-color: var(--bg-purple);
}
.color-picker.gold {
    background-color: var(--bg-gold);
}
.drawControls {
    margin-block: 10px;
    padding-block: 10px;
    background-color: transparent;
    margin-inline: auto;
    width: 70vw;
    outline: 0;
}
.drawControls div {
    display: inline-block;
}
.penControls {
    outline: 0;
}
.progressControls {
    margin-left: 5vw;
    margin-right: 8px;
}
.progressControls button {
    font-size: 1em;
    padding: 4px 12px;
    margin-left: 4px;
    margin-right: 4px;
}
.penColorPicker, .penSizePicker {
    color: #111;
    font-size: 18px;
    width: 115px;
    padding-block: 6px;
    padding-inline: 16px;
    margin-inline: 10px;
    border-radius: 8px;
    text-transform: uppercase;
}
.penSizePicker {
    width: 90px;
    text-align: center;
}
@media screen and (min-width: 1420px) {
    .grover-canvas, .cta {
        height: 540px;
        margin-block-start: 10px;
    }
}
