.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bolder;
}

.alert-messages-box {
	position: fixed;
	width: 100%;
	top: 30px;
	z-index: 1099;
}

.alert-messages-box .alert {
	box-shadow: 0 1px 30px rgba(0,0,0,0.3);
}

/* NAVBAR */

.navbar-logo {
	width: 180px;
}

@media(min-width:768px){
	.navbar-logo {
		width: 240px;
	}
}

/* HERO */

.hero {
	background: url(images/hero.jpg) center center no-repeat;
	background-size: cover;
}

.hero .container {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.hero-form-box {
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
}

.hero-form-box label,
.hero-form-box .lost-password {
	color: #fff;
	font-size: 0.8rem;
}

.hero-form-box .form-control {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	border: none;
}

.hero-form-box a {
	color: rgba(255,255,255,0.5);
	text-decoration: underline;
}

.hero .title {
	line-height: 1em;
	margin-bottom: 0;
}

.hero .subtitle {
	font-size: 1.8rem;
}

.hero .hero-text {
	font-size: 1.3rem;
	color: rgba(255,255,255,0.8);
}

@media(min-width:992px){
	.navbar {
		padding-top: 4rem;
	}
	.hero .container {
		padding-top: 18rem;
		padding-bottom: 4rem;
	}
	.hero .title {
		font-size: 4rem;
	}
	.hero .subtitle {
		font-size: 2.4rem;
	}
	.hero .hero-text {
		font-size: 1.8rem;
	}
}

/* WHO WE ARE */

.who-we-are .box {
	padding-left: 20px;
	border-left: 4px solid #0071ff;
}