html,body {
	background: url('/images/background.jpg') repeat black;
	color:white;
}

nav.navbar {
	background-color: #007635;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

	nav.navbar-dark .navbar-nav a.nav-link {
		color: #F0F0F0;
	}

	nav.navbar-dark .navbar-nav a.active {
		font-weight: bold;
		color: white;
	}


	nav.navbar-dark .navbar-nav a.active {
		font-weight: bold !important;
		color: #FFFFFF !important;
		border-bottom: solid 2px #FFFFFF;
	}

.navbar-nav a.active {
	font-weight: normal !important;
}

.main-background{
	background:white;
	min-height:80vh;
	color:black;
}

i {
	color: #415E9B;
}

.btn-primary {
	background-color: #007635;
	border-color: #007635;
}
	.btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
		background-color: #00913E !important;
		border-color: #00913E;
	}
	.btn-primary:focus, .btn-primary:active {
		box-shadow: none;
	}
	.btn-primary:disabled {
		background-color: #6C8E7B;
		border-color: #6C8E7B;
	}

.btn-outline-primary {
	border-color: #007635;
}
	.btn-outline-primary:hover {
		border-color: #00913E;
		background-color: #00913E;
	}


.registration-ui {
	background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
	padding: .15em 0.5em .15em 0.5em;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 5px;
	border: 1px solid #000;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
	font-family: helvetica, ariel, sans-serif;
}


.card-header i {
	color: black;
}

.btn-primary i {
	color:#ffffff;
}

.home-image {
	width: 140px;
	max-width: 140px;
	min-width: 140px;
}

.home-status {
	width: 205px;
	max-width: 205px;
	min-width: 205px;
	text-align:right;
}


@media (max-width: 750px), (max-device-width: 750px) {

	.home-image {
		width: unset;
		max-width: unset;
		min-width: unset;
	}

	.home-status {
		width: unset;
		max-width: unset;
		min-width: unset;
		text-align: center;
		margin-top:10px;
	}
}

