/* run2 CSS - January 2016 */
/* blue: #001b8a; green: #0f0 */

html {
	background: url('/assets/lights_bg.jpg') no-repeat center center fixed;
	background-size: cover;
	height: 100%;
}
body {
	background: transparent;
	color: #fff;
	font-family: 'Lato', 'Tahoma', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	height: 100%;
	margin: 0;
	padding-top: 50px;
	text-align: center;
}

/* General Typography */
h1 {
	border-bottom: 4px solid #001b8a;
	color: #3e3e3e;
	font-size: 2em;
	font-weight: 900;
	margin: 60px 0 15px;
	padding: 0 0 10px;
}
h2 {
	color: #3e3e3e;
	font-size: 2.5em;
	margin: 30px 0 15px;
	padding: 0;
}
h3 {
	color: #0f0;
	font-size: 2.5em;
	font-weight: 900;
	margin: 30px 0;
	padding: 0;
}
h4 {
	color: #fff;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.5em;
	font-weight: 900;
	margin: 0 0 15px;
	padding: 0;
}
h5 {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
p {
	margin: 0 0 10px;
}
ul {
	margin: 0 0 10px;
}
ul.disc {
	list-style: disc;
	margin-left: 17px;
}
ul.lead {
	margin-top: -20px !important;
}
table {
	margin: 0;
	padding: 0;
}
a {
	color: #0f0;
	margin: 0;
	padding: 3px 0;
	text-decoration: underline;
	transition: all .2s ease-in;
}
a:focus,
a:hover {
	background: #0f0;
	color: #001b8a;
}
.no-hover {
	background: transparent !important;
}
.no-hover:focus,
.no-hover:hover {
	color: #0f0 !important;
}

/* Span Classes */
.nycd {
	font-family: 'Nothing You Could Do', cursive;
}
.blue {
	color: #001b8a;
}
.boldblue {
	color: #001b8a;
	font-weight: 900;
}
.green {
	color: #0f0;
}
.boldgreen {
	color: #0f0;
	font-weight: 900;
}
.grey {
	color: #757575;
}
.white {
	color: #fff;
}
.boldwhite {
	color: #fff;
	font-weight: 900;
}
.bold {
	font-weight: 900;
}
.normal {
	font-weight: 300;
}
.lead {
	font-size: 1.2em;
}
.offleft {
	left: -999px;
	position: absolute;
	width: 1px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.right {
	float: right;
}
.noborder {
	border: none;
	margin: 0;
}
.rule {
	border-bottom: 1px solid #f0f;
	clear: both;
	margin-bottom: 30px;
}
hr {
	border-top: 1px solid #f0f;
}
.top-5 {
	margin-top: 5px;
}
.top-20 {
	margin-top: 20px;
}
.top-30 {
	margin-top: 30px;
}
.top-60 {
	margin-top: 60px;
}
.margin-0 {
	margin: 0;
}
.left-10 {
	margin-left: 10px;
}
.left-60 {
	padding-left: 60px;
	padding-right: 30px;
}
.right-60 {
	padding-left: 30px;
	padding-right: 60px;
}
.prev_link {
	margin-right: 15px;
}
.next_link {
	margin-left: 15px;
}

.shadow {
	box-shadow: 0 0 10px rgba(255, 255, 255, .7);
}

.btn {
	background: #fff;
	border: 1px solid #09c;
	color: #09c;
	transition: all .2s ease-in;
}
.btn:hover,
.btn:focus {
	background: #09c;
	color: #fff;
	border: 1px solid #09c;
}

/* Header */
/* hidden - not used */

/* Main Nav original */
.navbar-custom {
	background: #000c65 url('/assets/bg_header.gif') repeat-x bottom;
	border-bottom: 5px solid #0f0;
	color: #3e3e3e;
	font-size: 1em;
	margin-bottom: 0;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand img {
	display: none;
}
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
	background: none;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	color: #fff;
	padding: 4px 6px;
}
.navbar-toggle {
	margin-right: 0;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #0f0;
	text-decoration: none;
}
.navbar-custom .nav li a {
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
	background: #0f0;
	color: #001b8a;
	outline: 0;
}
.navbar-custom .nav li a:active {
	background-color: transparent;
	outline: 0;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, .3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

/* Carousel Customization */
.carousel {
	height: 90%;
	margin-top: -50px;
}
.carousel a:focus,
.carousel a:hover {
	background: #0f0;
}
.item,
.active,
.carousel-inner {
	height: 100%;
}
.fill {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.carousel-strap {
	background: #fff;
	bottom: 0;
	opacity: .8;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.carousel-indicators {
	display: none;
}
.carousel-caption {
	bottom: 25%;
	left: 15%;
	padding: 10px 0;
	right: 15%;
	text-align: center;
	text-shadow: none;
}
.carousel-caption img {
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	border-bottom: none;
	color: #fff;
	font-size: 4em;
	font-weight: 900;
	margin-top: 15px;
	text-shadow: 0 0 5px rgba(0, 27, 138, .8);
}
.carousel-caption h1 span {
	display: none;
}
.carousel-caption p {
	color: #001b8a;
	font-size: 4em;
	font-weight: 900;
	margin-top: 15px;
	text-shadow: 0 0 5px rgba(255, 255, 255, .8);
}

/* Fade transition for carousel items */
.carousel .item {
	left: 0 !important;
	transition: opacity .7s;
}
.carousel-control {
	background-image: none !important; /* remove background gradients on controls */
}

/* Fade controls with items */
.next.left,
.prev.right {
	opacity: 1;
	z-index: 1;
}
.active.left,
.active.right {
	opacity: 0;
	z-index: 2;
}

/* Page Sections */
.section {
	background-color: rgba(0, 0, 51, .8);
	margin: 30px 0;
	padding: 0;
}
.sidebar ul {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

/* Home page styles */
.section_top {
	color: #fff;
	margin-top: 0;
}
.intro_head {
	color: #0f0;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 2.1em;
	margin: 30px 0;
}
.intro_text {
	font-size: 1.3em;
	margin: 30px 0;
}
.quote {
	background: #0f0;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: left;
}
.quote_words {
	color: #001b8a;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.5em;
	font-weight: bold;
}
.quote_quotee {
	color: #000;
}
.quote_words_footer {
	margin-bottom: 0;
	font-family: 'Lato', 'Tahoma', 'Arial', sans-serif;
	font-weight: 300;
}
.quote_words_footer a {
	color: #001b8a;
	display: inline-block;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration: none;
	transition: all .2s ease-in;
}
.quote_words_footer a:focus,
.quote_words_footer a:hover {
	background: #001b8a;
	border-radius: 5px;
	color: #fff;
}
.quote_words_footer a .blue {
	transition: color .2s ease-in;
}
.quote_words_footer a:focus .blue,
.quote_words_footer a:hover .blue {
	color: #fff;
}


/* Info sections styles */
#design img {
	padding: 30px 45px 30px 0;
}
#web img {
	padding: 30px 0 30px 45px;
}
#photography img {
	padding: 30px 45px 30px 0;
}

/* Portfolio section styles */
#portfolio2 {
	margin-top: -30px;
	padding: 15px 60px;
}
#portfolio2 .col-lg-2,
#portfolio2 .col-md-3,
#portfolio2 .col-sm-6,
#portfolio2 .col-xs-6 {
	padding: 0 10px;
}
.img-wrapper {
	margin: 10px 0;
	overflow: hidden;
}
.img-zoom {
	transition: all 1s ease-in-out;
}
.img-transition {
	transform: scale(1.1);
}

/* Contact section */
#map {
	height: 400px;
}

/* Social Icons Styles */
.tooltip-inner {
	background: #0f0;
	color: #001b8a;
	font-family: 'Lato', 'Tahoma', 'Arial', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
}
.tooltip.right > .tooltip-arrow {
	border-right: 10px solid #0f0;
}
.tooltip a {
	color: inherit;
	text-decoration: none;
}
.tooltip a:focus,
.tooltip a:hover {
	background: transparent !important;
}

/* Footer */
footer {
	background: #003;
	border-top: 8px solid #0f0;
	clear: both;
	color: #fff;
	margin: 15px auto 0;
	padding: 30px 0;
	text-align: left;
}
footer .row {
	margin: 0;
}
footer .lh {
	color: #0f0;
	font-weight: bold;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:focus,
footer a:hover {
	background: #0f0;
	color: #001b8a;
	text-decoration: none;
}
.footer-inner {
	margin: 0;
	padding: 0;
}
footer .container {
	padding-left: 5px;
	padding-right: 5px;
}
.last {
	text-align: right;
}
footer .rule {
	padding-top: 1px;
}
footer .credit {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.2em;
}

/* Scroll to top */
.scroll-to-top {
	bottom: 10px;
	position: fixed;
	right: 20px;
}
.scroll-to-top i {
	font-size: 3em;
}
.scroll-to-top a {
	background: none;
	color: rgba(0, 255, 0, .3);
}
.scroll-to-top a:focus,
.scroll-to-top a:hover {
	background: none;
	color: #0f0;
}

/* Responsive Styles */

@media (max-width: 767px) {
	.navbar-custom .navbar-brand img {
		display: block;
	}
	.carousel {
		height: 75%; /* shrink the carousel height so it looks good on phones */
		margin-top: 12px;
	}
	.carousel-caption {
		bottom: 15%;
		left: 0;
		right: 0;
	}
	.carousel-caption h1 {
		font-size: 1.5em;
	}
	.carousel-caption img {
		font-size: 1.5em;
	}
	.intro_head {
		font-size: 1.4em;
	}
	.left-60,
	.right-60 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#design img {
		padding: 30px 0;
	}
	#web img {
		padding: 30px 0 0;
	}
	#web p {
		padding-bottom: 20px;
	}
	#photography img {
		padding: 30px 0;
	}
	#portfolio2 {
		padding: 15px 20px;
	}
	.quote_words {
		font-size: 1.2em;
	}
}

@media (max-width: 991px) {
	.no-mbl {
		display: none; /* remove spacer text above rh column pics and add space in below */
	}
}

@media (min-width: 768px) {
	.navbar-custom {
		background: 0 0;
		border-bottom: 0;
		letter-spacing: 1px;
		padding: 20px 0;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.navbar-custom.top-nav-collapse,
	.navbar-custom.top-nav-static {
		background: #000c65 url('/assets/bg_header.gif') repeat-x bottom;
		border-bottom: 5px solid #0f0;
		padding: 0;
	}
	.navbar-custom.top-nav-collapse img,
	.navbar-custom.top-nav-static img {
		display: block;
	}
}
