body {
	background-color: #eee;
}

.backgroundImage {
	position: fixed; 
	top: 0; 
	left: 0; 
	
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
  
	background-size: cover;
	background-position: center;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}


.form-control {
	font-size: 1.15rem;
}

a:hover {
	text-decoration: none;
}

.button, .btn-lg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: rgba(255,49,49, 1.0);
	color: rgba(255, 255, 255, 0.9) !important;
	text-align: center;
	font-size: 18px;
	line-height: 31px;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid rgba(255,49,49, 1.0);
	cursor: pointer;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.button:hover, .btn-lg:hover {
	background-color: rgba(255,49,49, 0.7);
	border: 1px solid rgba(255,49,49, 1.0);
	color: #fff;
	text-decoration: none;
}

label {
	margin-bottom: 0.2rem;
    color: #404040;
    font-size: 16px;
	padding-left: 3px;
}

.messageFrame {
	width: 100%; 
	background-color: #e6bf37;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.yellow {
	background-color: #ffd43c;
	color: #222;
}

.green {
	background-color: #5abf52;
	color: #fff;
}

.linkNoUnderline:hover {
	text-decoration: none;
}

.headerBox {
	font-size: 20px;
	color: #111;
}

@media (max-width: 640px) {
	.headerBox {
		font-size: 15px;
	}
}

.carousel-indicators {
	bottom: -55px;
}

.carousel-indicators li {
	width: 60px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
	background-color: rgba(255,49,49,1);
}

.registerButton {
	background-color:rgba(0,0,0,0.25);
	box-shadow:3px 5px 10px rgba(0,0,0,0.4);
	bottom: 30px;
	font-size:22px;
}

.registerButton:hover {
	background-color:rgba(0,0,0,0.45);
}

.inactiveButton {
	background-color:rgba(0,0,0,0.2);
	box-shadow:3px 5px 10px rgba(0,0,0,0.4);
	bottom: 30px;
	font-size:22px;
}
