/*

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Image Rollovers

*/

/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
	max-width: 965px;
	min-width:323px;
    height: 100%;
	font-family: "museo-sans",sans-serif;
	font-weight:400;
	text-align: left;
	margin: 0 auto;
}

.blank {
background-color: #FFFFFF;
position:fixed;
width:100%;
max-width:950px;
border-top: 2px solid #000000;
}

.container {
padding-left: 0;
}

.row {
padding-top:20px;
padding-bottom:20px;
padding-left: 0;
}

.active {
color: #6dcff6
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
  margin-top: 0;
  margin-left:0;
  color: #000000;
  font-size: 1.2rem; line-height: 1.2;
}

li {
  	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0px;
	padding-bottom: 5px;
	color: #000000;
    text-indent: -1.9em;
    padding-left: 1.9em;
}
  
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans",sans-serif;
}
  
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400; }
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; line-height: 1.2; letter-spacing:0; }
  h4 { font-size: 1.6rem; line-height: 1.0;}
  h5 { font-size: 1.8rem; line-height: 1.1; letter-spacing:0; }
  h6 { font-size: 1.4rem; line-height: 1.1; letter-spacing:0;}


/* Larger than mobile */
@media (min-width: 380px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; line-height: 1.2;}
  h4 { font-size: 1.9rem; line-height: 1.0;}
  h5 { font-size: 1.8rem; line-height: 1.1; letter-spacing:0; }
  h6 { font-size: 1.4rem; line-height: 1.1; letter-spacing:0;}
  
  p { font-size: 1.35rem; line-height: 1.3;}
}

/* Larger than mobile */
@media (min-width: 570px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; line-height: 1.2;}
  h4 { font-size: 2.4rem; line-height: 1.0;}
  h5 { font-size: 1.8rem; line-height: 1.1; letter-spacing:0; }
  h6 { font-size: 1.4rem; line-height: 1.1; letter-spacing:0;}
  
  p { font-size: 1.35rem; line-height: 1.3;}
  
  li {
  	font-size: 1.35rem; line-height: 1.3; margin-bottom: 0px;}
}

/* Larger than mobile */
@media (min-width: 780px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; line-height: 1.2;}
  h4 { font-size: 2.8rem; line-height: 1.0;}
  h5 { font-size: 1.8rem; line-height: 1.1; letter-spacing:0; }
  h6 { font-size: 1.4rem; line-height: 1.1; letter-spacing:0;}
  
  p { font-size: 1.35rem; line-height: 1.3;}
}


/* Larger than phablet */
@media (min-width: 960px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; line-height: 1.2;}
  h4 { font-size: 3.2rem; line-height: 1.0;}
  h5 { font-size: 2.0rem; line-height: 1.1; letter-spacing:0; }
  h6 { font-size: 1.6rem; line-height: 1.2; letter-spacing:0;}
  
  p { font-size: 1.35rem; line-height: 1.3;}
}
  
  
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #f47e20; }
a:hover {
  color: #f47e20; }


.row {
margin-right: 0;
margin-left: 0;
}


/* Custom Button Styles */

.button-splash-center {
    text-align: center;
	left: 50%;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */
hr {
    height: 2px;
    color: #000000;
    background: #000000;
	margin-top:0px;
	margin-bottom:30px;
    font-size: 0;
    border: 0;
}

hr.small {
    max-width: 100px;
}

/* Nav Bar */
.navbar {
height:150px;
border: 0;
margin-left:15px;
border-radius: 0px;
margin-bottom:0px;
position:fixed;
top:0;
padding-top:15px;
width: 100%;
max-width: 935px;
z-index: 1000;
background-color: #FFFFFF;

}
.navbar-brand {
z-index: 500;
padding-top:0px;
}

.navbar-toggle {
margin-top:20px;
margin-right:5px;
float:left;
}

.navbar-header {
height:30px;
}

.navbar-nav>li>a:hover {
    color: #777;
}

.navbar-collapse {
padding-left: 0;
}

.address {
float:right;
margin-top:66px;
text-align: right;
vertical-align:text-bottom;
display:none;
} 
    

/* Header */

.maincontent {
/*margin-top: 195px;*/
margin-top: 135px;
text-align:left;
}

/* About */

.about {
	border-top: 1px solid #000000;
	/* border-bottom: 1px solid #000000; */
    margin-top: 2em;
    margin-bottom: 3em;
	padding-top: 4em;
	padding-bottom: 3em;
	
}



/* Services */

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Projects */

.projectcontent {
margin-top: 145px;
}

.portfolio {
width:100%;
}
	
.gallery {
  margin-left:15px;
  margin-right:15px;
  margin-bottom:10px;
}
	
.gallery>img {
  width:100%;
  height:auto;
}
	

/* Carousel Control
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.carousel-control.right {
    right: 15px;
    left: auto;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255,255,255,0.7) 70%);
	background-repeat: repeat-x;
	z-index: 1;
}

.carousel-control.left {
    left: 15px;
    right: auto;
	background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(255,255,255,0.7) 70%);
	background-repeat: repeat-x;
	z-index: 1;
}
		
		.fa.fa-2x.fa-chevron-left {
			position: absolute;
    		top: 3%;
			left: 0;
    		z-index: 5;
    		display: inline-block;
		}
		
		.fa.fa-2x.fa-chevron-right {
			position: absolute;
    		top: 3%;
			right: 0;
    		z-index: 5;
    		display: inline-block;
		}


/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

/* Footer */

footer {
	border-top: 1px solid #000000;
    margin: 0;
	margin-top: 20px;
	margin-bottom:30px;
	border-bottom: 10px solid #000000;
	max-width:950px;
	clear: both;
	
}
	

/* Isotope Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---- grid ---- */

.grid {
text-align:left;
margin:0;
padding:0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.grid-item {
  position: relative;
  float: left;
  width: 310px;
  height: auto;
  margin: 5px;
  padding: 10px;
  padding-bottom:0;
  background: #ffffff;
  color: white;
  font-size: 50px;
  
}

.grid-item--width2 { width: 310px; }

.grid-item--height2 { height: auto; }

/* .grid-item>img {
  height: 100%;  
}*/

.static-item {
  position: relative;
  float: left;
  width: 310px;
  height: 310px;
  background: #ffffff;
  color: white;
  
}

.grid-text { width: 310px; height: auto; }

/* Device Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (min-width: 656px) {

.grid-item--width2 { width:630px; height:auto; padding-right:0; }
.grid-item--height2 { height: auto; min-height:460px;}
.grid-text { min-height: 666px; }
.project-copy { width: 630px; }
}

@media screen and (min-width: 960px) {
.project-copy { width: 310px; min-height: 600px;}
}