@charset 'UTF-8';

html {
	background: #440404;
	overscroll-behavior: none;
}
body {
		background: #440404;
		color: #fff;
		overscroll-behavior: none;
}
#main-container {
	padding-top:15px;
}
.logo {
	height:20px;
}
.icon {
	height:20px;
}
h3 {
	line-height: 20px;
}
.bg-custom {
	background-image: linear-gradient(to bottom, #000000 0%, #440404 100%);
	}
	#main-menu {
		top: 0;
	}
header {
		margin-bottom: 30px;

	}
header h1 {
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
		color: #fff;
		margin-bottom: 10px;
		padding-left:15px;
	}
header a {
		color: orange;
	}
	.modal {
		color: #333;
	}

.footer-style
	{
	width: 100%;
	background-image: linear-gradient(to bottom, #440404 0%, #000000 100%);
	text-align: center;
	padding-top: 10px;
	display: inline-block;
}

.footer-text
{
	color: white;
	font-weight: normal;
}
.white
{
	color: white;
}
.bannertext
{
	font-size: 14pt;
	color: white;
}
.thumb { padding:1px;}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
}
.img-thumb {
	padding: 2px;
}


#gallery {
	display:inline-block;
	margin:20px;
}
#oneminute {
	margin: 0 auto;
}
.slide img {
	pointer-events: none;
}
.navbar-brand img {
	height: 40px;
	margin-right: 15px;
}
.square {
	height: auto;
	max-width: 250px;
	overflow: hidden;
}
.gallery {
	margin: 0 auto;
	padding: 15px;
	max-width: 900px;
}
.thumb {
	display: inline;
	cursor: pointer;
}