@font-face { font-family: birchLeaf; src: url(/asset/font/BirchLeaf.ttf); }
/* @font-face { font-family: pressStart; src: url(/asset/font/PressStart2P.ttf); } */
/* @font-face { font-family: pressStart; src: url(/asset/font/ManaSeedBody.ttf); } */
@font-face { font-family: pressStart; src: url(/asset/font/ManaSeedTitle.ttf); }

:root {
    --ao-black: #191919;
    --ao-green: #58D332;
    --ao-yellow: #FFBB31;
    --trans: #FFFFFF00;
    --max-width: 1150px;
}

html {
  overflow-y: scroll;
}

body {
    font-family: pressStart;
    background-color: var(--ao-black);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

header, main, footer {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 16px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
    color:aliceblue;
    margin: 0;
}

a {
    color: var(--ao-green);
    text-decoration: none;
}

a:hover{
    color: var(--ao-yellow);
    text-decoration: none;
}

.link-no-style {
    color: inherit;
    text-decoration: none;
}

.link-no-style:hover {
    color: aliceblue;
    text-decoration: none;
}

.clickable > li {
    transition: transform 0.2s;
}
.clickable > li:hover {
    transform: scale(1.1);
}

#ao-title { text-align: center; }

.ao-green {
    color: var(--ao-green);
}

.ao-yellow {
    color: var(--ao-yellow);
}

#ao-title span {
    margin-top: 10px;
    font-family: birchLeaf;
    font-size: 80px;
    width: 265px;
    display: inline-block;
}

.navbar {
    font-size: 16px;
    color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.navbar li {
    display: inline-block;
    padding: 4px;
    color: var(--ao-green);
    margin-left: auto;
    margin-right: auto;
}

.footer-text {
    padding: 16px 0;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-icons {
    padding: 4px 0;
    text-align: center;
}
    
.footer-icons a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 14px;
}

.borders {
    background-color: #22334C;
    padding: 20px;
    max-width: 1000px;
    border: #A8ACBA solid 4px;
    line-height: 1.5;
    margin: 8px auto;
    text-align: center;
}

.img-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.img-text p {
    text-align: left;
}

.promo-img {
    width: 100%;
}

.promo-img-desc {
    padding-top: 20px;
    font-size: 16px;
    color:aliceblue;
}

.center { text-align: center; }
.left { text-align: left; }

.credits {
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5;
    font-size: 16px;
    color: #ffffff;
    max-width: 1000px;
}

.credits-entry {
    font-size: 1em;
    padding: 16px 0;
}

.credits-entry-desc {
    font-size: 0.8em;
}

.contact {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    max-width: 1000px;
}

.rules-list {
    list-style-type: decimal;
    /* padding-left: 20px; */
    /* text-align: left; */
}

.rules-list li {
    padding: 8px 0;
}
