/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.light {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    width: 100%;
    height: 100%;
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

hr {
    max-width: 50px;
    border-color: #C35817;
    border-width: 3px;
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #c35817;
	height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

a {
    color: #C35817;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
	font-size: 28px;
}
h2 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
h3 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
h4 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
h5 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
h6 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}

p {
    font-size: 14px;
    line-height: 1.5;
	margin: 0 0 10px;
}

.bg-primary {
    background-color: #C35817;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

/* the A in rgba stands for Alpha and is an attribute of opacity. */
.text-faded {
    color: rgba(255,255,255,.7);
	font-size: 18px;
}

.no-padding {
    padding: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    text-transform: uppercase;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #C35817;
    background-color: rgba(195, 88, 23, .7);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default :hover,
.navbar-default :focus {
    color: #eb3812;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #C35817;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #C35817!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	border-width: 0 0 1px;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: rgba(195, 88, 23, .7);
		color: rgba(255,255,255,.7);
    }
    .navbar-default :hover,
    .navbar-default :focus {
        color: #fff;
    }
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-left {
	float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888;
}

.icon-bar + .icon-bar {
	margin-top: 4px;
}

.collapse {
	display: none;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/portfolio/1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

header .header-content h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 1000;
    color: #C35817;
}

header .header-content hr {
    margin: 30px auto;
}

header .header-content p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: auto;
        margin-left: auto;
		padding: 0 50px;
    }

    header .header-content p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
/* the main difference between small and large is the background image's scaling. On small screen it fits the image 100% width and scales it. On large screens it fills the height 100% and crops the image */

section {
	padding: 100px 50px;
}

.section-heading {
    margin-top: 0;
}

/* a lot of the next two definitions are defunct, but as of 27.07.2020 I'm not too concerned at deleting them */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-size:14px;
	font-weight: 700;
	display: inline-block;
	padding: 15px 30px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-1 {
    border-color: #C35817;
    color: #fff;
    background-color: #C35817;
}

.btn-1:hover,
.btn-1:focus,
.btn-1.focus,
.btn-1:active,
.btn-1.active,
.open > .dropdown-toggle.btn-1 {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-2 {
    border-color: #fff;
    color: #222;
    background-color: #fff;
}

.container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
  }
}

@media (min-width: 992px) {
	.container {
		width: 970px;
  }
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
  }
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bg-primary {
    color: #fff;
}

/* index boxes are the menu buttons to the various portfolios on the INDEX page */
.index-box {
    display: block;
    position: relative;
    margin: 0 auto;
}

.index-box .index-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
	background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.index-box .index-box-caption .index-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.index-box .index-box-caption .index-box-caption-content .project-category,
.index-box .index-box-caption .index-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.index-box .index-box-caption .index-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.index-box .index-box-caption .index-box-caption-content .project-name {
    font-size: 18px;
}

.index-box:hover .index-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .index-box .index-box-caption .index-box-caption-content .project-category {
        font-size: 26px;
    }

    .index-box .index-box-caption .index-box-caption-content .project-name {
        font-size: 22px;
    }
}

/* portfolio boxes help space the thumbnails on the PORTFOLIO pages */
.portfolio-box {
    display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.portfolio {
	line-height: 1;
}

/* portfolio-vw is "variable width" font control. By default it is 14px as per usual. After the screen expands larger than 992px the "variable width" takes effect so that font doesn't "wrap" it "shrinks". */
.portfolio-vw {
	line-height: 1;
	font-size: 14px;
}

@media (min-width: 992px) {
	.portfolio-vw {
		line-height: 1;
		font-size: 1vw;
	}
}

.col-3 {
    float: left;
    position: relative;
    min-height: 1px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-3 {
		width: 50%;
	}

	.col-5 {
    width: 50%;
	}

	.col-6 {
		width: 100%;
	}

	.col-5, .col-6 {
		float: left;
	}
	/*
	.col-7 {
		width: 100%;
	}*/
}

@media (min-width: 992px) {
	.col-3 {
		width: 33.33333333%;
	}
	/*
	.col-7 {
		width: 66.66666667%;
	}*/
}

@media (min-width: 1200px) {
	.col-1 {
		width: 66.66666667%;
	}

	.col-2, .col-5, .col-6 {
		width: 33.33333333%;
	}

	.col-1, .col-2 {
		float: left;
	}

	.col-1 {
		margin-left: 16.66666667%;
	}
		
	.col-3 {
		width: 25%;
	}
	/*
	.col-7 {
		width: 50%;
	} */
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    position: relative;
    min-height: 1px;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #C35817;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

/* anything with SELECTION in it is how that element behaves when selected by clicking&dragging */
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img {
	max-height: 800px;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

.img-responsive-i {
    display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}

/* img-responsive-a is for the aerosol PORTFOLIO, it had a crude scaling jump at 759px. img-responsive-i is for the INDEX. img-responsive-p is for painting PORTFOLIO */
.img-responsive, .img-responsive-a, .img-responsive-p {
    display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}

@media (min-width: 768px) {
	.img-responsive {
		max-width: 100%;
		max-height: 480px;
		vertical-align: middle;
	}
	
	.img-responsive-p {
		max-width: 100%;
		max-height: 320px;
		vertical-align: middle;
	}	
}

@media (min-width: 759px) {
	.img-responsive-a {
		max-height: 400px;
	}
}

@media (min-width: 992px) {
	.img-responsive {
		max-width: 100%;
		max-height: 550px;
		vertical-align: middle;
	}	
	
	.img-responsive-p {
		max-width: 100%;
		max-height: 367px;
		vertical-align: middle;
	}	
}

@media (min-width: 1200px) {
	.img-responsive {
		max-width: 100%;
		max-height: 350px;
		vertical-align: middle;
	}
	
	.img-responsive-p {
		max-width: 100%;
		max-height: 233px;
		vertical-align: middle;
	}	
}

/* these "90" imgage styles were an attempt to have CSS rotate selective images in the portfolio. It didn't quite work, but it could be useful for rotating large, full page images (delete max-height etc)
.img-responsive90 {
    display: block;
    max-height: 100%;
    width: auto;
	margin: auto;
	-webkit-transform:rotate(90deg);  
	-moz-transform: rotate(90deg);  
	-ms-transform: rotate(90deg);  
	-o-transform: rotate(90deg);  
	transform: rotate(90deg);  
}

@media (min-width: 768px) {
	.img-responsive90 {
		display: block;
		max-height: 100%;
		max-width: 400px;
		vertical-align: middle;
		margin: auto;
		-webkit-transform:rotate(90deg);  
		-moz-transform: rotate(90deg);  
		-ms-transform: rotate(90deg);  
		-o-transform: rotate(90deg);  
		transform: rotate(90deg);  
	}
}

@media (min-width: 992px) {
	.img-responsive90 {
		display: block;
		max-height: 100%;
		max-width: 300px;
		vertical-align: middle;
		margin: auto;
		-webkit-transform:rotate(90deg);  
		-moz-transform: rotate(90deg);  
		-ms-transform: rotate(90deg);  
		-o-transform: rotate(90deg);  
		transform: rotate(90deg);  
	}
}

@media (min-width: 1200px) {
	.img-responsive90 {
		display: block;
		max-height: 100%;
		max-width: 175px;
		vertical-align: middle;
		margin: auto;
		-webkit-transform:rotate(90deg);  
		-moz-transform: rotate(90deg);  
		-ms-transform: rotate(90deg);  
		-o-transform: rotate(90deg);  
		transform: rotate(90deg);  
	}
}
*/

/* this is my attempt at building a GALLERY to click through the images */
.galimg {
    text-align: center;
	font-size: 100px;
	line-height: 1;
}

#galheader {
	display:block;
}

.galprev {
	width:30%; 
	min-height:200px; 
	margin-right:2%; 
	float:left; 
	display:inline; 
	background:black;
}

/* Bizarly (or perhaps completely fucking predictibly) the padding on galnext works but it doesn't on galprev */
.galnext {
    padding-top:250px;
	float: right;
}