﻿.grecaptcha-badge {
    visibility: hidden !important;
}

@media (min-width: 1000px) {

    .body-item {
        background: #874143;
        background-image: url("/images/symbolsCrop.png");
        background-size: cover;
        background-position: center;
    }

    .card-image {
        width: 100%;
        height: auto;
    }

    .about-image {
        width: 100%;
        height: auto;
    }

    .about-card {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 30%;
        margin-right: 30%;
    }

    .display-card {
        margin-top: 5%;
        margin-bottom: 8%;
    }

    .book-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 5%;
        margin-top: 2%;
        margin-left: 5%;
        align-items: center;
        width: 90%;
        z-index: 2;
    }

    .book-cover-container {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .quote {
        flex: 1;
        background-color: #1c1d1d;
        width: 50%;
    }

    .title-about {
        font-family: 'Oswald', sans-serif;
        color: white;
    }

    .card-quote {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Oswald', sans-serif;
    }

    .book-cover {
        flex: 1;
        justify-content: center;
    }

    .book-img {
        max-width: 80%;
        max-height: 80%;
        display: block;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .fab-floating {
        transform: translate(0%, 50%);
    }

    .card-fab {
        margin-right: 10%;
    }

    .card-quote {
        font-family: 'PT Sans', sans-serif !important;
    }

    .flow-text {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 1000px) {

    .body-item {
        background: #874143;
        background-image: url("/images/symbolsCrop.png");
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .card-image {
        max-width: 100%;
        height: auto;
    }

    .about-image {
        width: 100%;
        height: auto;
    }

    .about-card {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 30%;
        margin-right: 30%;
    }

    .display-card {
        margin-top: 5%;
        margin-bottom: 8%;
    }

    .book-container {
        flex-direction: row;
        margin-bottom: 5%;
        margin-top: 2%;
        margin-left: 5%;
        align-items: center;
        width: 90%;
        z-index: 2;
    }

    .book-cover-container {
        width: 100%;
    }

    .quote {
        background-color: #1c1d1d;
        width: 100%;
    }

    .title-about {
        font-family: 'Oswald', sans-serif;
        color: white;
    }

    .card-quote {
        height: 100%;
        font-family: 'Oswald', sans-serif;
    }

    .book-cover {
    }

    .book-img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .fab-floating {
        transform: translate(0%, -70%);
    }

    .card-quote {
        font-family: 'PT Sans', sans-serif !important;
    }
}
