body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.body-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.body-background img {
	width: 100%;
	height: 100%;
}

.navbar-default {
	height: 64px;
	border: none;
	color: #ffffff;
	padding-top: 8px;
	background: rgba(255, 255, 255, 0.2);
}

.navbar-nav {
	width: 100%;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-nav>li.disabled {
	opacity: 0.3;
}

.navbar-brand {
	align-items: center;
}

.navbar-brand>img {
	margin-right: 10px;
}

.user-profile {
	color: #ffffff !important;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a {
	color: #ffffff;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 5px solid rgba(36, 172, 255, 0.6);
}

/* Home Page */

.radio-inline {
	font-size: 20px;
	margin-right: 40px;
}

.radio-inline input[type=radio] {
	margin-left: -25px;
}

.form-child + .form-child {
	margin-left: 10px;
	font-size: 20px;
	font-weight: 600px;
}

.form-child > .form-group {
	margin-bottom: 0;
}

label {
	font-weight: 400;
	font-size: 20px;
}

.page-title {
  font-weight: 900;
  background-color: #00000030;
}

.carousel-div {
	flex: 0.33;
	margin-right: 20px;
	position: relative;
}

.carousel-div:last-of-type {
	margin-right: 0;
}

.carousel-image {
	width: 375px;
	height: 375px;
	border: 2px solid #ffffff;
	border-radius: 5px;
}

.carousel-title {
	width: 375px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 40px;
  font-weight: 900;
  padding: 0 20px;
  word-break: break-all;
  background-color: #00000030;
}

.bottom-panel {
	width: 100%;
	display: flex;
	padding: 20px 0;
}

.button-inverse {
	width: 160px;
	height: 50px;
	margin-left: auto;
	background: none;
	border: 1px solid #fff;
	text-align: center;
	line-height: 48px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 1px;
	outline: none;
}

.button-inverse:hover {
	border: 1px solid #333;
	color: #333;
}
