

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	/*background-color: #706f6c;*/
	color: #cdcdcd;
	color: #eeeeee;
	font-family: 'Exo', sans-serif;
	background: #000000 url(../img/laser.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a, a:active, a:visited {
	color: #ff9900;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.75);
	margin-bottom: 30px;
}
h1 span {
	display: block;
	color: rgba(255,255,255,0.7);
	color: #ff9900;
	font-size: 60%;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.75);
}
header {
	margin-top: 10px;
}

.site-title {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 3px;
	float: right;
}
.site-title a {
	color: #ffffff;
}
.site-title a:hover {
	text-decoration: none;
}
.site-title span {
	display: block;
	color: rgba(255,255,255,0.5);
	color: #ff9900;
	font-size: 60%;
}
.home .site-title {
	display: none;
}
.contact {
	font-size: 20px;
}
.contact a {
	color: #ffffff;
}
#navbar, .navbar {
	background: none;
	clear: both;
}
.navbar button .icon-bar {
	background-color: #cdcdcd;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	border-bottom: 1px solid #cdcdcd;
}
#navbar li:first-child {
	border-top: 1px solid #cdcdcd;
}
#navbar li a {
	display: block;
	color: #cdcdcd;
	font-size: 14px;
	padding: 4px 6px;
	background-color: rgba(0,0,0,0.5);
}
.navbar-collapse {
	padding: 0;
}

main {
	min-height: 300px;
}

footer {
	text-align: right;
}

ul#lightgallery {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#lightgallery li {
	float: left;
	margin: 0 20px 20px 0;
}
#lightgallery li img {
	cursor: pointer;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.fade-background {
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}


/* RESPONSIVE SETTINGS */
@media (min-width: 768px) { /* MOBILE FIRST SO ALL OTHER LAYOUT STYLING HERE */
	.home .navbar {
		margin-top: 66px;
	}
	#navbar li {
		float: left;
		margin-right: 3px;
		position: relative;
		padding-left: 10px;
		border: none;
	}
	#navbar li:before {
		content: "\2022";
		font-size: 30px;
		line-height: 15px;
		position: absolute;
		left: 0;
		top: 25%;
	}
	#navbar li:first-child {
		padding-left: 0;
		border: none;
	}
	#navbar li:first-child:before {
		content: "";
	}
	#navbar li a {
		display: inline-block;
		color: #cdcdcd;
		font-size: 12px;
		
	}
	
	.home main {
		margin-top: 160px;
	}
	
	.home h1 {
		font-size: 70px;
		letter-spacing: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { /* TABLET */
}
@media (min-width: 992px) { /* COMPUTER */
}
@media (min-width: 1200px) { /* COMPUTER */
}








