:root {
    --light-text: #626160;
}

.decorative-text {
    text-align: center;
    color: var(--text-color);
    padding: var(--padding-basis-large) 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.decorative-text .text-container {
    align-items: center;
    max-width: 800px;
    align-self: center;
}

.decorative-text h2 {
    color: var(--text-color);
}

.decorative-text h2:after {
    content: url("https://shupefab.com/resources/decorative-icon.svg");
    align-self: center;
    background-color: transparent;
    height: unset;
    max-width: 400px;
}

.decorative-text .action-button {
    border: 3px solid var(--text-color);
    background-color: var(--text-color);
    color: var(--contrast-color-light);
}

.decorative-text .action-button:hover {
    background-color: var(--background-color);
    color: var(--text-color);
}

.decorative-text.idaho {
    background-image: url("https://shupefab.com/resources/decorative-idaho.svg");
}

footer {
    background-color: var(--light-text);
}

.block-text-image.mini {
    border: none;
    background-color: transparent;
    min-height: unset;
}

.block-text-image.mini .block-text-image-image {
    border-radius: 4px;
}

.block-text-image.mini .block-text-image-text {
    flex: 2;
}

h1, h2, h3, h4, h5, h6, .action-button, .contact-button, #nav a {
    text-transform: uppercase;
}


@media only screen and (max-width: 600px) {
    .block-text-image.mini .block-text-image-image {
        height: 200px;
    }
}
