@font-face {
    font-family: 'bm_germara12';
    src: url('../fonts/bmgermar-webfont.eot');
    src: url('../fonts/bmgermar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bmgermar-webfont.woff') format('woff'),
         url('../fonts/bmgermar-webfont.ttf') format('truetype'),
         url('../fonts/bmgermar-webfont.svg#bm_germara12') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 24px;
}

p {
	color: white;
	font-size: 24px;
	margin: 8px 0px 8px 0px;
}

body
{
/*
    background-image: repeating-linear-gradient(
        45deg,
        #303030,
        #303030 20px,
        #333333 20px,
        #333333 40px
        );
*/
	background-color: #4f1010;
    padding: 0;
    margin: 0;
    font-family: 'bm_germara12';
    font-size: 24px;
    color: white;
    height: 100%;
    width: 100%;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.outer-container
{
    display: table; 
    background: url(../images/bg-stripes-128px.png);
    height: 100%;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.container
{
    height: 100%;
    display: table-cell;   
    vertical-align: middle;
    text-align: center;
}


.centered
{
    margin: 0 auto;
    width: 1000px;
    z-index: 999;
/*
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
*/    
}

.centered:hover #music {
	opacity: 0.5;
}



h1 {
	color: white;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-shadow: black 0.1em 0.1em 0.2em;
}


p {
    font-weight: normal;
    color: #ccc;
    text-shadow: black 0.1em 0.1em 0.2em;
}

strong {
    color: #EDFFC1;
    font-weight: normal;
    font-size: 32px;
}

@-webkit-keyframes blink {
    0% {
        -webkit-transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

.blinker {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
	-moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;    
}

@-webkit-keyframes blink2 {
    0% {
        -webkit-transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(0.9);
    }
}

@-moz-keyframes blink2 {
    0% {
        opacity:0.5;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0.5;
    }
}

.blinker2 {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink2;
    -webkit-animation-timing-function: ease-in-out;
    
	-moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink2;
    -moz-animation-timing-function: ease-in-out;    
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: translate(-16px);
    }
    50% {
        -webkit-transform: translate(16px);
    }
    100% {
        -webkit-transform: translate(-16px);
    }
}

@-moz-keyframes swing {
    0% {
        -moz-transform: translate(-16px);
    }
    50% {
        -moz-transform: translate(16px);
    }
    100% {
        -moz-transform: translate(-16px);
    }
}

.swinger {
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;

    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: swing;
    -webkit-animation-timing-function: ease-in-out;

	-moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: swing;
    -moz-animation-timing-function: ease-in-out;    

/*	-webkit-filter: grayscale(100%); */
/*	-webkit-filter: sepia(1); */
}




@-webkit-keyframes hue {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    100% {
        -webkit-filter: hue-rotate(360deg);
    }
}

.huecycle {
    -webkit-transition: all 30s linear;
    -moz-transition: all 30s linear;
    -o-transition: all 30s linear;
    -ms-transition: all 30s linear;
    transition: all 30s linear;

    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: hue;
    -webkit-animation-timing-function: linear;

	-moz-animation-direction: alternate;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: hue;
    -moz-animation-timing-function: linear;    
} 

@-webkit-keyframes scroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -64px 0px;
    }
}

@-moz-keyframes scroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -64px 0px;
    }
}


.bg-scroll {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    -webkit-animation-timing-function: linear;

    -moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: scroll;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes cycle {
	0% { background-color: #4f1010; }
	10% { background-color: #4f3610; }
	20% { background-color: #424f10; }
	30% { background-color: #1c4f10; }
	40% { background-color: #104f29; }
	50% { background-color: #104f4f; }
	60% { background-color: #10294f; }
	70% { background-color: #1c104f; }
	80% { background-color: #42104f; }
	90% { background-color: #4f1036; }
	100% { background-color: #4f1010;}
}

@-moz-keyframes cycle {
	0% { background-color: #4f1010; }
	10% { background-color: #4f3610; }
	20% { background-color: #424f10; }
	30% { background-color: #1c4f10; }
	40% { background-color: #104f29; }
	50% { background-color: #104f4f; }
	60% { background-color: #10294f; }
	70% { background-color: #1c104f; }
	80% { background-color: #42104f; }
	90% { background-color: #4f1036; }
	100% { background-color: #4f1010;}
}


.cycler {
	-webkit-transition: all 60s linear;
    -moz-transition: all 60s linear;
    -o-transition: all 60s linear;
    -ms-transition: all 60s linear;
    transition: all 60s linear;

    -webkit-animation-direction: normal;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle;
    -webkit-animation-timing-function: linear;

    -moz-animation-direction: normal;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes movestars {
	0% { top: 0px; left: 0px; }
	100% { top: -9999px; left: -9999px;}
}

@-moz-keyframes movestars {
	0% { top: 0px; left: 0px; }
	100% { top: -9999px; left: -9999px;}
}

.stars {
    background: url('../images/foreground.png') 25% 25%, url('../images/midground.png') 50% 50%, url('../images/background.png') 75% 75%;
    
    top: -9999px;
    left: -9999px;
    right: 0px;
    bottom: 0px;
    
    z-index: -1;
    
    position: fixed;

    -webkit-transition: all 10s linear;
    -moz-transition: all 10s linear;
    -o-transition: all 10s linear;
    -ms-transition: all 10s linear;
    transition: all 10s linear;

    -webkit-animation-direction: normal;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: movestars;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-direction: normal;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: movestars;
    -moz-animation-timing-function: linear;
    
}

@-webkit-keyframes scroll-text {
	from { text-indent: 1000px; }
	to { text-indent: -4500px; }
}

@-moz-keyframes scroll-text {
	from { text-indent: 1000px; }
	to { text-indent: -4500px; }
}

.scroller {
	color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	bottom: 0;
	display: block;
	width: 990px;
	margin: 32px auto;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 0px;
/*	border: 1px solid pink;*/
	padding: 8px 0px 8px 0px;

	border-radius: 5px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	background-color: rgba(0,0,0,0.25);

    transition: text-indent;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scroll-text;
    -webkit-animation-timing-function: linear;

    -moz-animation-direction: normal;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: scroll-text;
    -moz-animation-timing-function: linear;
}

.small {
	font-size: 16px;
}

#music {
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 0;
    width: 420px;
    
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all  0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	    
}