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

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

    /* Call Button - section */

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

    /* Notices - section */

    main article:nth-child(1) > div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 65px;
        background-color: var(--second-color);
    }

    main article:nth-child(1) > div > p {
        font-size: 17px;
        padding: 10px;
    }

    main section:nth-child(2) > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 10px 20px 10px;
        background-color: var(--first-color);
    }

    main section:nth-child(2) > div > div {
        display: inline-block;
        height: 98%;
        width: 98%;
        background-color: var(--fourth-color);
        padding: 10px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div:first-child {
        margin: 0 0 10px 0;
    }

    main section:nth-child(2) div:nth-child(1) > div > div:last-child {
        margin: 10px 0 0 0;
    }

    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(2),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(3),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(4),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(5),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(6),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(7),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(8),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(9),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(10),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(11),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(12),
    main section:nth-child(2) div:nth-child(1) > div > div:nth-child(13) {
        margin: 10px 0 10px 0;
    }

    main section:nth-child(2) div:nth-child(1) > div > div {
        width: 100%;
        background-color: var(--first-color);
    }

    main section:nth-child(2) div:nth-child(1) > div > div > h3 {
        font-size: 19px;
        color: var(--second-color);
        padding: 10px 0 7px 14px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > div {
        height: 30px;
        width: 220px;
        padding: 0 0 0 14px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > div > img {
        height: 100%;
        width: 30px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > p {
        font-size: 17px;
        color: var(--second-color);
        padding: 7px 14px 10px 14px;
    }

    main section:nth-child(2) div:nth-child(1) > div a {
        color: var(--first-color);
        font-weight: bolder;
        text-decoration: underline;
    }

    main section:nth-child(2) div:nth-child(1) > div a:hover {
        color: var(--second-color);
    }
}

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

    main article:nth-child(1) > div > p {
        font-size: 19px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > h3 {
        font-size: 20px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > p {
        font-size: 18px;
    }
}

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

    main article:nth-child(1) > div > p {
        font-size: 20px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > h3 {
        font-size: 21px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > p {
        font-size: 19px;
    }
}

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

    main article:nth-child(1) > div > p {
        font-size: 21px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > h3 {
        font-size: 22px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > p {
        font-size: 20px;
    }
}

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

    main article:nth-child(1) > div > p {
        font-size: 22px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > h3 {
        font-size: 23px;
    }

    main section:nth-child(2) div:nth-child(1) > div > div > p {
        font-size: 21px;
    }
}

@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 25% 0 25%;
    }

    article,
    section {
        border-right: 2px solid var(--first-color);
        border-left: 2px solid var(--first-color);
    }

    main section:nth-child(2) > div {
        background-color: var(--first-color-opac);
    }
}

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

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