@font-face {
    font-family: digitalClockFont;
    src: url("digital-7 (mono).ttf");
}

@font-face {
    font-family: sparrowFont;
    src: url("spidersandsparrows-demo.ttf");
}

body {
    background-image: url("images/bg_dots.png");
    font-size: 2em;
    margin-bottom: 80px;
}

#top-bar {
    background-image: url("images/top_banner.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#top-logo {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contents-wrapper {
    display: flex;
    justify-content: center;
    background-color: #01aef0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-width: 10px;
    box-shadow: 12px 12px 2px 1px rgba(7, 7, 58, 0.2);
}

#contents {
    width: 900px;
    padding: 5px;
    text-align: center;
}

#main-band-image {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.visitor-count {
    font-family: digitalClockFont;
    background-color: black;
    color: greenyellow;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 8px;
    line-height: 2em;
    border-width: 3px;
    border-color: grey;
    border-style: outset;
}

#site-links a {
    margin-left: 10px;
    margin-right: 10px;
}

.birdie {
    position: absolute;
}

.birdie-top-left {
    top: 5px;
    left: 5px;
}

.birdie-top-right {
    top: 5px;
    right: 5px;
}

.birdie-bottom-left {
    bottom: 5px;
    left: 5px;
}

.birdie-bottom-right {
    bottom: 5px;
    right: 5px;
}

.top-birds {
    margin: -5px;
    background-position: center; 
    height: 80px;
    background-image: url("images/top_bird.png");
}

.news-marquee {
    border: 1px solid black;
    background-color: #ed008c;
    margin-bottom: 30px;
}