@font-face {
	font-family: 'Eurostile Extended 2';
	src: url('/fonts/EurostileExtendedTwo.ttf');
}

body {
	background: url('../data/background.jpg');
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1 {
	font-family: 'Eurostile Extended 2', sans-serif;
	font-weight: bold;
	font-size: 52px;
	color: #005a9f;
	text-shadow: 2px 2px 1px #014980;
}

h1 small {
	font-size: 0.5em;
	color: #014980;
	font-weight: bold;
	text-shadow: 1px 1px 1px #00345c;
}

.margin-top {
	margin-top: 1em;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
}
