/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritence from `body` */
	background-color: #fff;
	border: 1px solid #fff;
}

/*
 * Base structure
 */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
}

body {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Roboto;
	margin: 0;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
.site-wrapper {
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background: #000000;
	background: -webkit-linear-gradient(to bottom, #434343, #000000); 
	background: linear-gradient(
		to bottom,
		#434343,
		#000000
	); 
}

h1 {
	font-family: 'Roboto';
	font-size: 24px;
	margin-bottom: 80px;
	font-weight: 100;	
	letter-spacing: 4px;
	margin-top: 80px;
}
h2 {
	font-weight: 100;
	font-size: 24px;
	letter-spacing: 1.5px;
	margin-bottom: 80px;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 20px 40px;
}

p.zlead {
	text-align: justified;
}

/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 10px;
	font-weight: 100;
}

.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}

/*
 * Cover
 */
.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}

/*
 * Footer
 */
.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255, 255, 255, 0.75);
	font-weight: 200;
}
.mastfoot a {
    color: rgba(255, 255, 255, 0.75);
}



/*
 * Affix and center
 */
@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
	}
	.mastfoot {
		/* position: fixed; */
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}
@media (min-width: 992px) {
	.masthead {
		text-align: left;
		left: 20px;
	}
	.masthead,
	.mastfoot {
		width: 100%;
	}
	.cover-container {
		width: 700px;
	}
	.cover {
		padding: 0 20px;
	}
}

.gallery {
	clear: left;
	list-style: none;
	-webkit-padding-start: 0;
}
.gallery li {
	display: block;
	width: 82px;
	height: 82px;
	float: left;
}
.gallery li:last-child {
	width: 72px;
}
.gallery img {
	opacity: 0.5;
}
.gallery img:hover {
	transition: opacity 1s ease;
	opacity: 2;
}
.mastfoot {
	clear: left;
}
p.small,
p.small a {
	opacity: 0.6;
	font-size: 13px;
}
h5, h3 { 
	text-align:left;
}
h5 {
	font-weight: 500;
}
h6 { 
	font-weight: 200;
	font-size: 12px;
	text-align: left;;
}
p {
	font-weight: 300;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
	opacity: 0.8;

}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}

	.masthead-brand {
		text-align: center;
		padding-top: 40px;
	}	
}