@charset "UTF-8";
/* CSS Document */

a {
	color: rgba(255,255,255,0.95);
}
a:hover {
color: rgba(0,255,255,0.75);
}
body {
	background: center top fixed;
	background-image: linear-gradient(
		rgba(0,0,0,0), 
		rgba(0,0,0,1)), 
		url(https://source.unsplash.com/1600x900/daily?mountains,sunset);
		/*url(https://unsplash.it/1600/900/?image=1043);*/
	background-size: cover;
	color: rgba(255,255,255,0.95);
	font-weight: 400;
	letter-spacing: 0.075em;
	padding-top: 80px; 
	padding-bottom: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
footer.bg-primary.navbar-fixed-bottom {
	font-weight: 300;
	padding-top: 10px; 
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h2.page-header {
	margin-top: 0;
}
h5.page-header.text-uppercase {
	margin-top: 18px;
}
img.user {
	border: 2px solid rgba(255,255,255,0.75);
	box-shadow: 0 0 10px rgba(0,0,0,0.20);
}
form.form-verticle {
	margin-top: 18px;
}
.above-15 {
	margin-top: 15px;
}
.below-15 {
	margin-bottom: 15px;
}
.btn {
	border-radius: 0;
}
.buttonText, .glyphicon {
	text-shadow: none;
}
.col-xs-6 h4, .col-xs-6.user-name.text-right {
	font-weight: 500;
}
.img-thumbnail {
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
}
.well {
	background: rgba(250,250,250,0.80);
	border-radius: 0;
	box-shadow: 0 25px 50px rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.75);
	text-shadow: none;
}

/* VERTICALLY CENTER LOGIN */

#container {
	margin-top: 8%;
}