body {
	background-color: #143053;	
	
	background: url(/images/wecrash-background-overlay-2.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a, a:hover, a:visited, a:active {
	color: #001e44;
	font-weight: bold;
}

a:hover {
	color: #143053;
	text-decoration: underline;
}

.bottom-shadow {
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.8);
}

.text-shadow {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.btn-blue-toggle {
	background-color: #001e44;
	color: #ffd928 !important;
}
.btn-blue-toggle:hover {
	background-color: #ffd928;
	color: #001e44 !important;
}

.btn-blue-yellow {
	background-color: #001e44;
	color: #ffd928 !important;
}
.btn-blue-yellow:hover {
	background-color: #143053 !important;
	color: #ffd928 !important;
}

.btn-yellow {
	background-color: #ffd928;
	color: #001e44 !important;
}
.btn-yellow:hover {
	background-color: #ffd928;
}

.btn-yellow-toggle {
	background-color: #ffd928;
	color: #001e44 !important;
}
.btn-yellow-toggle:hover {
	background-color: #001e44;
	color: #ffd928 !important;
}

.btn-outline-yellow {
	border: 1px solid #ffd928 !important;
	background-color: #001e44;
	color: #ffd928 !important;
}
.btn-outline-yellow:hover {
	background-color: #ffd928 !important;
	color: #001e44 !important;
}

.card-blue .card-header {
	background-color: #001e44;
	color: #ffd928;
}
.card-blue .list-group-item {
	border: 1px solid rgba(20,48,83,0.5);
}

#channel-row {
	margin-top: 95px;
	padding: 1rem 1rem 0 1rem !important;
	background-color: rgba(255, 217, 40, 0.4);
	color: #001e44 !important;
}

#container {
	padding: 2rem;
	/* background-color: rgba(255, 255, 255, 0.25); */
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh;
	display: flex;
	align-items: center;
}

#container a {
	color: #001e44;
	text-decoration: none;
}

#container a:hover {
	color: #143053;
	text-decoration: none;
}

h2 {
	color: #ffd928 !important;
}

#footer {
	background-color: #ffd928;
	color: #001e44 !important;
}

