@CHARSET "ISO-8859-1";
@font-face {
    font-family: 'usafamarillo';
    src: url('../fonts/amarurgt-webfont.eot');
    src: url('../fonts/amarurgt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amarurgt-webfont.woff2') format('woff2'),
         url('../fonts/amarurgt-webfont.woff') format('woff'),
         url('../fonts/amarurgt-webfont.ttf') format('truetype'),
         url('../fonts/amarurgt-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'codaregular';
    src: url('../fonts/coda-webfont.eot');
    src: url('../fonts/coda-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/coda-webfont.woff2') format('woff2'),
         url('../fonts/coda-webfont.woff') format('woff'),
         url('../fonts/coda-webfont.ttf') format('truetype'),
         url('../fonts/coda-webfont.svg#codaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-webfont.eot');
    src: url('../fonts/roboto-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-webfont.woff2') format('woff2'),
         url('../fonts/roboto-webfont.woff') format('woff'),
         url('../fonts/roboto-webfont.ttf') format('truetype'),
         url('../fonts/roboto-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    min-width: 320px;
    background-color: #3e3e3e !important;
    font-family: 'robotothin';
}

.center {
    margin: 0 auto;
    text-align: center;
}

.content {
    background-color: #222222 !important;
    color: white !important;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px;
    border-radius: 13px;
}

.main-text {
    background-color: #3e3e3e !important;
    color: white !important;
    padding: 8px;
    border-radius: 8px;
}

img.emblem {
    vertical-align: text-bottom;
}

.titleText {
    font-size: 55px;
    font-family: 'codaregular';
}

#title {
    text-align: center;
    white-space: nowrap;
    margin-top: 13px;
    height: 89px;
}

#logo {
    height: 233px;
    min-height: 233px;
    max-height: 233px;
    margin-bottom: 21px;
}

#logoImage {
    height: 233px;
}

.topText {
    font-family: 'codaregular';
    font-size: 34px;
}

.bottomText {
    font-family: 'codaregular';
    font-size: 21px;
    margin-top: 13px;
}

.enl { color: #03dc03; }
.res { color: #0088ff; }

/* unvisited link */
a:link {
    color: #03dc03;
}

/* visited link */
a:visited {
    color: #03dc03;
}

/* mouse over link */
a:hover {
    color: crimson !important;
}

/* selected link */
a:active {
    color: red !important;
}
