/* Found something wrong? Message @ribbons on Telegram. */

/* Main page */

header {
    background-image: url('img/group.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 25px;
}

#placeholder {
    width: 100vw;
    height: 55vw;
    max-height: 75vh;
}

#header-text {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.95);
}

section {
    padding: 4px 16px;
}

.chat-icon {
    width: 45%;
    border-radius: 50%;
}

footer {
    font-size: 0.5em;
    color: grey;
}

#announcement {
    text-align: center;
    padding: 10px 20px 10px 20px;
}

/* Main page chat backgrounds */

section {
    background-attachment: fixed;
}

#rules {
    background-image: url('img/rulesbg.jpg');
}

#main {
    background-image: url('img/mainbg.jpg');
}

#crystal {
    background-image: url('img/crystalbg.jpg');
}

#gold {
    background-image: url('img/goldbg.jpg');
}

#silver {
    background-image: url('img/silverbg.jpg');
}

/* Modlist coloring */

p.crystal {
    color: #0A5A96;
}
p.gold {
    color: gold;
}
p.main {
    color: #AA1E1E;
}
p.silver {
    color: gray;
}
p.none {
    color: lightgrey;
}

#mod-table {
    max-width: 800px;
    margin: auto;
}