/*
The font "Gentium Basic" is by Victor Gaultney
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium
SIL Open Font License
*/

@font-face {
  font-family: "eblong-gentium";
  font-style: normal;
  src: url("../../font/GenBasR.woff") format("woff"), url("../../font/GenBasR.ttf") format("truetype");
}

@font-face {
  font-family: "eblong-gentium";
  font-style: italic;
  src: url("../../font/GenBasI.woff") format("woff"), url("../../font/GenBasI.ttf") format("truetype");
}

@font-face {
  font-family: "eblong-gentium";
  font-weight: bold;
  font-style: normal;
  src: url("../../font/GenBasB.woff") format("woff"), url("../../font/GenBasB.ttf") format("truetype");
}

@font-face {
  font-family: "eblong-gentium";
  font-weight: bold;
  font-style: italic;
  src: url("../../font/GenBasBI.woff") format("woff"), url("../../font/GenBasBI.ttf") format("truetype");
}

body {
    font-family: eblong-gentium, georgia, serif;
    background: #FFEAB9;
}

#banner {
    height: 110px;
    border-bottom: 0px;
    background: #FFEAB9;
    background-image: url(headerback.png);
    background-repeat: repeat-x;
    background-position: top;
}

#gametitle {
    color: #E0E0FF;
    font-size: 30px;
}

.HeaderTab {
    color: #E0E0FF;
    font-size: 9pt;
    line-height: 12pt;
}

.HeaderTab a {
    color: #9090FF;
}

#scontent {
    margin-top: 110px;
}

#content {
    margin-top: 110px;
}

.buffered-window {
    top: 110px;
}

.LineInput input {
    color: #040;
}

.finished-input {
    color: #040;
}

.abouttitle {
  font-variant: small-caps;
}

h1 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: normal;
}

h2 {
  padding-top: 10px;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
}

@media screen and (max-device-width: 480px) {

    #gametitle {
        font-size: 24px;
    }

}

