﻿/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body 
{
    color: white;
    background: #1e1e1e;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: large;
}

img { display: block; margin: 0 auto; }

a { color: white; }

a.navmenu { color: black; }

a.footer { font-size: smaller; }

p { text-align: justify; }

p.star { font-size: small; }

input[type=submit]
{
    background-color: #fae37e;
    width: 10em;
    height: 4em;
}

input[type=button]
{
    background-color: #fae37e;
    font-size: 1.0em;
}

input[type=checkbox]
{
    margin-right: 25px;
}

select
{
    background-color: #fae37e;
}