/* STYLESHEET MADE BY 

	
	
..,8888888888888D.88888888888888.:8888888.888888888I..I888888888=88888888888888.
 . $8888888888888..88888888888888.Z88888..:888888888.8888888888. 8888888888888~.
 ..888888...88888,O88888.  :88888 888888..O88888888888888888888..888888.......  
..888888O88888888.88888888888888:888888..O88888888888888888888..8888888888......
..8888888888888Z.88888888888888..888888..88888888888888~88888?..888888888~......
 888888====......88888D88888....888888..888888.8888888:888888..888888.... ......
.88888O.........888888.888888 ..88888O .88888O.888888.I88888,.,8888888888888....
888888.........,888887..8888O .888888..888888..88888..888888..8888888888888.....
888887 ..... ..888888. .$8888D:88888I..O88888..8888..888888..78888888888888 ....
                                                               
	
	
	BEN FJARE
	ben@prime-incorporated.com
	
	PRIME INCORPORATED
	BOZEMAN, MONTANA
	
	www.prime-incorporated.com 
	
	
*/
	
/* -------------------------------------------*/

/* -- TEXT STYLINGS -- */

h1,h2,h3,h4,h5,h6 {
	margin: 20px 0;
	color: #fff;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

p {
	font-size: 14px;
	line-height: 22px;
	margin:10px 0;
	color: #f1e3d7;
}

a {
	color: #fff;
}

a:hover {
	color: #666;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

ul, ol {
	margin: 0 0 0 30px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

li {
	padding: 5px 0;
	font-size: 14px;
	color: #ccc;
}

.peach {
	color: #f1e3d7;
}

.portfolioBox {
	padding: 10px;
}

hr {
	text-decoration: none;
	border:0px;
	border-bottom: 1px dotted #666;
}

/* -- GLOBAL UTILITIES & MINOR FORMATTING -- */

.clear {
	clear: both;
}

body {
	background-image: url('../images/homeBG.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	font-family: "futura-pt";
}

#headerContact {
	float: right;
	margin: 20px 0 0 0;
	position: absolute;
	right: 0px;
}

#headerContact li{
	display: inline;
	color: #fff;
	padding: 0 15px;
	color: #f1e3d7;
}

.banner h1 {
	background-image: url('../images/bannerEdge.png');
	background-position: right center;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	left: -20px;
	/* bannerEdge.png */
}


.navbar-default {
	background-color: transparent;
	border: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}


.nav {
	margin: 55px 15px 15px 15px;
}

.navbar-default li {
	color: #fff;
	position: relative;
	padding: 0px 6px;
}

.navbar-default li  a{
	font-size: 16px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	top:-3px;
}

@media(max-width:767px){
	.navbar-default li  a {
		background-color: #000 !important;
		padding: 20px 40px !important;
		display: block;
		border-bottom:1px solid #333;
	}
	
	.navbar-default li  a:hover {
		background-color: #222 !important;
	}
	
	.nav, .navbar-collapse  {
		margin: 0px -15px; !important;
		padding: 0px !important;
		overflow: hidden !important;
	}
	
	
}

@media(min-width:768px){
}

@media(min-width:992px){
}

@media(min-width:1200px){
}

.navbar-collapse {
}

.brownBox {
	background-color:rgba(20,11,10, .85);
	border:1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.rowSpace {
	margin-top: 40px;
}

.popBox {
	background-color: #000;
	padding: 40px 20px;
	border-radius:20px;
	overflow: hidden !important;
	border:3px solid #333;
	box-shadow: 8px 8px 20px #000;
	max-width: 920px;
}

.fancybox-skin {
	background-color: transparent !important;
}

.fancybox-opened .fancybox-skin {
	background-color: transparent !important;
	box-shadow: 0px 0px 0px !important;
	-webkit-box-shadow: 0px 0px 0px !important;
	-moz-box-shadow: 0px 0px 0px !important;
}

.field_label {
	color: #f1e3d7;
	font-family: "futura-pt";
	padding: 10px 0;
}

input[type="text"], textarea {
	background-color: transparent;
	border:2px solid #f1e3d7;
	padding: 5px;
}

input[type="submit"]{
	border:2px solid #f1e3d7;
	background-color: transparent;
	padding: 5px 15px;
	color: #f1e3d7;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

input[type="submit"]:hover {
	opacity: .6;
}