/* TOTAL SKIP */
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

/* END TOTAL SKIP */
body {
    font-family: sans-serif;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    margin: 0;
    /*background-image: linear-gradient(216deg, rgba(77, 77, 77, 0.05) 0%, rgba(77, 77, 77, 0.05) 25%, rgba(42, 42, 42, 0.05) 25%, rgba(42, 42, 42, 0.05) 38%, rgba(223, 223, 223, 0.05) 38%, rgba(223, 223, 223, 0.05) 75%, rgba(36, 36, 36, 0.05) 75%, rgba(36, 36, 36, 0.05) 100%), linear-gradient(44deg, rgba(128, 128, 128, 0.05) 0%, rgba(128, 128, 128, 0.05) 34%, rgba(212, 212, 212, 0.05) 34%, rgba(212, 212, 212, 0.05) 57%, rgba(25, 25, 25, 0.05) 57%, rgba(25, 25, 25, 0.05) 89%, rgba(135, 135, 135, 0.05) 89%, rgba(135, 135, 135, 0.05) 100%), linear-gradient(241deg, rgba(55, 55, 55, 0.05) 0%, rgba(55, 55, 55, 0.05) 14%, rgba(209, 209, 209, 0.05) 14%, rgba(209, 209, 209, 0.05) 60%, rgba(245, 245, 245, 0.05) 60%, rgba(245, 245, 245, 0.05) 69%, rgba(164, 164, 164, 0.05) 69%, rgba(164, 164, 164, 0.05) 100%), linear-gradient(249deg, rgba(248, 248, 248, 0.05) 0%, rgba(248, 248, 248, 0.05) 32%, rgba(148, 148, 148, 0.05) 32%, rgba(148, 148, 148, 0.05) 35%, rgba(202, 202, 202, 0.05) 35%, rgba(202, 202, 202, 0.05) 51%, rgba(181, 181, 181, 0.05) 51%, rgba(181, 181, 181, 0.05) 100%), linear-gradient(92deg, hsl(209, 17%, 24%), hsl(209, 17%, 24%));*/

    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#bg-pizza-001 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0.1;
    z-index: 0;
}

#bg-pizza-001 img {
    width: 50%;
    z-index: 0;
}

#bg-pizza-002 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 0.1;
    z-index: 0;
}

#bg-pizza-002 img {
    width: 50%;
    transform: rotate(180deg);
    z-index: 0;
}

#logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

#logo img {
    width: 200px;
    height: auto;
}

#logo .deviz {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}

#links {
    /*padding: 20px;*/
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

#links .link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 5;
}

#links .title {
    font-size: 24px;
    z-index: 6;
}

#links a {
    text-decoration: none;
    background-color: #fff;
    color: #222;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    /*box-shadow: 0px 5px 9px #333e48;*/
    cursor: pointer;
    transition: all 0.3s;
    z-index: 6;
}

#links a:hover {
    /*background-color: #fff;*/
    color: #333e48;

    background-color: #ffffff75;
}

footer {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-top: 150px;
    padding: 30px;
}

footer span {
    font-size: 14px;
}

@media (max-width: 991px) {
    #bg-pizza-001 img, #bg-pizza-002 img {
        width: 65%;
    }

    footer {
        /*position: relative;*/
    }
}

@media (max-width: 767px) {
    #links a {
        font-size: 16px;
        font-weight: bold;
        margin: 12px 0;
    }
}

@media (max-width: 575px) {
    body {
        height: 100vh;
        overflow: hidden;
    }

    #logo img {
        width: 145px;
    }

    #links .title {
        font-size: 22px;
    }

    #links a {
        font-size: 16px;
        font-weight: bold;
        margin: 12px 0;
    }

    #bg-pizza-001 img, #bg-pizza-002 img {
        width: 85%;
    }

    footer {
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    footer {
        margin-top: 0;
    }
}

@media (max-width: 321px) {
    #logo img {
        width: 100px;
    }

    #logo .deviz {
        font-size: 12px;
    }

    #links {
        margin-top: 0;
    }

    #links .link-box {
        margin-bottom: 25px;
    }

    #links .title {
        font-size: 18px;
    }

    #links a {
        font-size: 15px;
        padding: 8px 16px;
    }
}

@media (max-width: 570px) and (max-height: 321px) {
    body {
        overflow: auto;
    }
}

.deviz {
    text-align: center;
}
.logo {
    filter: brightness(2);
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover, a.link {
    color: rgba(255, 255, 255, 0.6);
}

.link-title {
    background-color: unset!important;
    color: #fff!important;
    cursor: pointer!important;
    font-size: 24px!important;
    font-weight: unset!important;
    margin: unset!important;
    padding: unset!important;
}

.copyright {
    display: block; color: #fff; font-size: 12px;
}
