/* RETROITY.NET ABOUT PAGE STYLESHEET */
/* COPYRIGHT RETROITY 2023. ALL RIGHTS RESERVED. */

/* Text Adjustments */
p:not(footer p) {
    font-size: 1.55em;
}
h1 {
    font-size: 2.6em;
    margin-bottom: -0.45em;
}
h2 {
    font-size: 2em;
}
li {
    font-size: 1.35em;
}

.imgcaption {
    font-size: 1.2em;
}

/* ABOUT PAGE BUTTONS */
.button, .button a {
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    border-radius: 2em;
    font-weight: 700;
    width: 100%;
    background-color: Transparent;
    display: block;
    box-sizing: inherit;
    transition: 0.5s color, 0.5s background-color;
    color: #FFFFFF;
}
.button-website a:link, .button-website a:visited {
    border: 4px solid #546E7A;
    color: #FFFFFF;
    margin-bottom: -1.6em;
}
.button-website a:hover {
    background-color: #546E7A!important;
}
.button-youtube a:link, .button-youtube a:visited {
    border: 4px solid #FF0000;
    color: #FFFFFF;
    margin-bottom: -1.6em;
}
.button-youtube a:hover {
    background-color: #FF0000!important;
}
.button-twitter a:link, .button-twitter a:visited {
    border: 4px solid #1DA1F2;
    color: #FFFFFF;
    margin-bottom: -1.6em;
}
.button-twitter a:hover {
    background-color: #1DA1F2!important;
}
.button-discord a:link, .button-discord a:visited {
    border: 4px solid #5865F2;
    color: #FFFFFF;
    margin-bottom: -1.6em;
}
.button-discord a:hover {
    background-color: #5865F2!important;
}
.button-twitch a:link, .button-twitch a:visited {
    border: 4px solid #9146FF;
    color: #FFFFFF;
    margin-bottom: -1.6em;
}
.button-twitch a:hover {
    background-color: #9146FF!important;
}
.button-cc a:link, .button-cc a:visited {
    border: 4px solid #de7c00;
    color: #FFFFFF;
}
.button-cc a:hover {
    background-color: #de7c00!important;
}
