@import url('../assets/styles/theme.css');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap');

@media screen and (min-width: 320px) {

    /* Information & Extras - section */

    main section:first-child {
        display: flex;
        width: 100%;
        background-color: var(--fourth-color);
        box-shadow: 0 0 10px var(--first-color);
    }

    main section:first-child > div:first-child {
        height: 95%;
        width: 95%;
        border-radius: 15px;
        background-color: var(--first-color);
        margin: 10px auto;
    }

    main section:first-child > div:first-child > div {
        margin: auto;
        width: 80%;
        border-radius: 15px;
        padding: 18px 0;
    }

    main section:first-child > div:first-child > div > h3 {
        text-align: center;
        font-size: 22px;
        color: var(--first-color);
        background-color: var(--second-color);
        border-radius: 15px;
        padding: 4px 0 4px 0;
    }

    main section:first-child > div:first-child > div > p {
        text-align: justify;
        font-size: 17px;
        color: var(--second-color);
        padding: 12px 0px 12px 0px;
    }

    /* Call Button - section */

    footer > div:nth-child(1),
    footer > div:nth-child(1) > a,
    footer > div:nth-child(1) > a > img {
        display: none;
    }
}

@media screen and (min-width: 399px) {

    main section:first-child > div:first-child > div:first-child > h3 {
        font-size: 23px;
    }

    main section:first-child > div:first-child > div:first-child > p {
        font-size: 19px;
    }
}

@media screen and (min-width: 499px) {

    main section:first-child > div:first-child > div:first-child > h3 {
        font-size: 25px;
    }

    main section:first-child > div:first-child > div:first-child > p {
        font-size: 21px;
    }
}

@media screen and (min-width: 599px) {

    main section:first-child > div:first-child > div:first-child > p {
        font-size: 23px;
    }
}

@media screen and (min-width: 699px) {

    main section:first-child > div:first-child > div:first-child > p {
        font-size: 23px;
    }
}

@media screen and (min-width: 799px) {

    body {
        background-image:  url("../img/Fixed_Background.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    main {
        margin: 0 20% 0 20%;
    }

    main section:first-child > div:first-child > div:first-child > h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1099px) {

    main {
        margin: 0 25% 0 25%;
    }
}

@media screen and (min-width: 1599px) {

    main {
        margin: 0 30% 0 30%;
    }
}