/* application.html */

.main_bg {
	background-image: url("https://images.pexels.com/photos/3184428/pexels-photo-3184428.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

#indexstart, #indexcurrent {
	color: white;
}

a.btn:hover {
	color: white;
}


/* application.html */

.application_bg {
	background-color: #005283;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}