@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    min-width: 350px;
    min-height: 100%;
    width: 100%;
    color: #161616;
}

main {
    min-height: 100%;
    width: 100%;
    background-color:#000;
}

header {
    background-color:#363636;
    color: #FFF;
    min-height: 22vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    font-size: 5rem;
    letter-spacing: 0.1em;
}

article {
    background-color: #363636;
    font-size: 1.2rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
}

article section {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
}

article section h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    display: inline-block;
    line-height: 2em;
}

article section p {
    margin-top: 1rem;
    text-align: justify;
}

article section ul {
    margin-top: 1rem;
    margin-left: 50px;
}

footer {
    background-color: #363636;
    color: white;
    min-height: 20vh;
    width: 100%;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer section {
    width: 75%;
    margin: 0 auto;
}

footer section p {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 1.5rem;
}

footer section p:last-child {
    margin-bottom: 1.5rem;
}

footer section p a {
    color: crimson;
    text-decoration: none;
}

footer section p a:visited a:focus {
    color: crimson;
}

footer section p a:hover {
    color: white;
}

@media screen and (max-width: 1300px){
    article section {
        width: 50%;
    }

    article section h2 {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 1110px){
    article section {
        width: 60%;
    }
}

@media screen and (max-width: 890px){
    article section {
        width: 70%;
    }
}

@media screen and (max-width: 620px){
    header h1 {
        font-size: 4rem;
    }

    article section {
        width: 80%;
    }

    article section h2 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 520px){
    header h1 {
        font-size: 3rem;
    }

    article section {
        width: 85%;
    }

    article section h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    article section p {
        font-size: 1rem;
    }

    article section ul {
        font-size: 1rem;
    }

    footer {
        font-size: 1rem;
    }
}

@media screen and (max-width: 435px) {
    header h1 {
        font-size: 2.5rem;
    }

    footer {
        font-size: 0.8rem;
    }
}
/* Color Theme Swatches in Hex */
.Prestige-1-hex { color: #515860; }
.Prestige-2-hex { color: #B3C6EC; }
.Prestige-3-hex { color: #7C7C9C; }
.Prestige-4-hex { color: #EFF6FE; }
.Prestige-5-hex { color: #E8B166; }

/* Color Theme Swatches in RGBA */
.Prestige-1-rgba { color: rgba(80, 87, 96, 1); }
.Prestige-2-rgba { color: rgba(179, 198, 235, 1); }
.Prestige-3-rgba { color: rgba(124, 124, 156, 1); }
.Prestige-4-rgba { color: rgba(239, 246, 253, 1); }
.Prestige-5-rgba { color: rgba(232, 177, 102, 1); }

/* Color Theme Swatches in HSLA */
.Prestige-1-hsla { color: hsla(212, 8, 34, 1); }
.Prestige-2-hsla { color: hsla(219, 59, 81, 1); }
.Prestige-3-hsla { color: hsla(240, 13, 54, 1); }
.Prestige-4-hsla { color: hsla(211, 88, 96, 1); }
.Prestige-5-hsla { color: hsla(34, 73, 65, 1); }

/* Color Theme Swatches in Hex */
.Voice-in-art-1-hex { color: #AAFAEA; }
.Voice-in-art-2-hex { color: #66DBC7; }
.Voice-in-art-3-hex { color: #4DB5F0; }
.Voice-in-art-4-hex { color: #1469E0; }
.Voice-in-art-5-hex { color: #547BFA; }

/* Color Theme Swatches in RGBA */
.Voice-in-art-1-rgba { color: rgba(170, 249, 233, 1); }
.Voice-in-art-2-rgba { color: rgba(102, 219, 198, 1); }
.Voice-in-art-3-rgba { color: rgba(77, 181, 239, 1); }
.Voice-in-art-4-rgba { color: rgba(20, 105, 223, 1); }
.Voice-in-art-5-rgba { color: rgba(84, 123, 249, 1); }

/* Color Theme Swatches in HSLA */
.Voice-in-art-1-hsla { color: hsla(167, 88, 82, 1); }
.Voice-in-art-2-hsla { color: hsla(169, 61, 62, 1); }
.Voice-in-art-3-hsla { color: hsla(201, 84, 62, 1); }
.Voice-in-art-4-hsla { color: hsla(214, 83, 47, 1); }
.Voice-in-art-5-hsla { color: hsla(225, 94, 65, 1); }

/* Color Theme Swatches in Hex */
.CS04-1-hex { color: #F6F792; }
.CS04-2-hex { color: #333745; }
.CS04-3-hex { color: #77C4D3; }
.CS04-4-hex { color: #DAEDE2; }
.CS04-5-hex { color: #EA2E49; }

/* Color Theme Swatches in RGBA */
.CS04-1-rgba { color: rgba(246, 246, 145, 1); }
.CS04-2-rgba { color: rgba(51, 54, 68, 1); }
.CS04-3-rgba { color: rgba(119, 195, 211, 1); }
.CS04-4-rgba { color: rgba(218, 237, 226, 1); }
.CS04-5-rgba { color: rgba(233, 45, 73, 1); }

/* Color Theme Swatches in HSLA */
.CS04-1-hsla { color: hsla(60, 86, 77, 1); }
.CS04-2-hsla { color: hsla(226, 14, 23, 1); }
.CS04-3-hsla { color: hsla(189, 51, 64, 1); }
.CS04-4-hsla { color: hsla(145, 34, 89, 1); }
.CS04-5-hsla { color: hsla(351, 81, 54, 1); }
