@font-face { font-family: MC; src: url('fonts/mc.ttf'); } 

body, html {
	height: 100%;
	margin: 0;
	font-family: sans-serif;
}

a {
	color: #eebd31;
	text-decoration: none;
}
.full-background {
	background-image: url("images/front-page-bg.jpg");
	height: 100%; 
	overflow: auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-padding {
	padding-top:10vh;
}

.blue {
	color: #11335d;
}
.yellow {
	color: #eebd31;
}
.red {
	color: #9d1939;
}

.title, .subtitle {
	font-family: MC, sans-serif;
}
.title {
	font-size: 500%;
	margin: 15pt;
	color: #fdfdfd;
	text-shadow: 0px 0px 5px #000000;
}

.subtitle {
	font-size: 150%;
	margin: 15pt;
	margin-top: -5pt;
	color: #fdfdfd;
	text-shadow: 0px 0px 2px #000000;
}

.element-title {
	color: #fdfdfd;
	text-shadow: 0px 0px 2px #000000;
}
.element-subtitle {
    font-size: 90%;
	margin-top: -5pt;
	color: #fdfdfd;
	text-shadow: 0px 0px 2px #000000;
}
.element-info {
	/* font-size: 80%; */
	text-align: left;
	/* margin-top: -5pt; */
	color: #fdfdfd;
	text-shadow: 0px 0px 2px #000000;
}

.bottom-right {
	position: absolute;
	bottom: -8pt;
	right: 5pt;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px 0px 2px #000000;
}

.center-container {
	display: inline-block;
}
	
.center-element {
	background-color: rgba(80, 80, 80, 0.5);
	margin: 5pt;
	margin-top: 10pt;
	padding: 5pt;
	padding-left: 15pt;
	padding-right: 15pt;
	border-radius: 15pt;
    -webkit-border-radius: 15pt;
    -moz-border-radius: 15pt;
	border: solid;
    font-size: 150%;	
}
.inline-element {
	display: inline-block;
	background-color: rgba(80, 80, 80, 0.5);
	width: 34%;
	margin: 5pt;
	padding: 5pt;
	padding-left: 15pt;
	padding-right: 15pt;
	border-radius: 15pt;
    -webkit-border-radius: 15pt;
    -moz-border-radius: 15pt;
	border: solid;
	font-size: 100%;	
	cursor: pointer;
}
.fullwidth-element {
	background-color: rgba(80, 80, 80, 0.5);
	overflow: auto;
	width: 70vw;
	height: 50vh;
	margin: 5pt;
	padding: 5pt;
	padding-left: 15pt;
	padding-right: 15pt;
	border-radius: 15pt;
    -webkit-border-radius: 15pt;
    -moz-border-radius: 15pt;
	border: solid;
    font-size: 120%;	
}