body {
	background-color:black;
}

.header {
	
}


.nav {
	background-color:#ff3131;
}

.nav a {
	color:white;
}

.nav a:hover {
	background-color:white;
	color:black;
}

.nav .dropdown .btn {
	background:none;
	color:white;
}

.nav .dropdown .btn:hover {
	background: linear-gradient(#af292e,#e4002b);
	color:white;
}

.nav .dropdown .dropdown-menu {
	background-color: rgba(0,0,0,0.75);
}

.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
	top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
	background-color:rgba(0, 0, 0, 0.50);
	border-radius:10px;
	/*
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
	*/
}

.content {
	background-color: white;
	width:100%;
	min-height:300px;
}

.content a {
	color:#ff3131;
	text-decoration:underline;
}

.content a:hover {
	color:#ff3131;
	text-decoration:none;
}

h1 {
	text-align:center;
	color:#ff3131;
}

h2 {
	color:#ff3131;
}

h3 {
	color:white;
}

h4 {
	color:#ff3131;
}

h5 {
	color:#ff3131;
}

.card {
	border-color:black;
}

.card-header {
	background-color:#ff3131;
	color:white;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.card-body {
	text-align:center;
	vertical-align:middle;
}

.footer {
	color:white;
}

.footer a {
	color:white;
	text-decoration:underline;
}

.footer a:hover {
	color:white;
	text-decoration:none;
}