html{
	height: 100%;
	width: 100%;

}

body{
	text-align:center;
	padding:0;
	font-size:14pt;
	line-height: 1.2;
	height: 100%;
	width: 100%;
}

.container{
	margin-top:70px;
	margin-bottom:20px;
	text-align:left;
}

nav .container{
	margin-top:0;
	margin-bottom:0;
}

a.title{
	display:block;
	height:50px;
	padding:0;
	width:216px;
	background-image:url('images/title2.png');
	background-size:150px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999em;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	a.title{
		background-image:url('images/title2@2x.png');
	}
}


.thumbnail{
	border-radius:0;
	background-color:#f6f6f6;
	padding:8px;
	border-width:3px;
}

.portfolio .thumbnail{
	width:500px;
}

a.thumbnail:hover{
	text-decoration:none;
}

.center {
	text-align:center;
}

.intro_image{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:400px;

}

.with_intro{
	margin-top:370px;
}

.with_intro h1{
	color:white;
	text-shadow: 1px 1px 5px black;
	font-weight:700;
	border:none;
}

.with_intro h2{
	color:white;
	text-shadow: 1px 1px 5px black;
	font-weight:700;
	border:none;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.portfolio .thumbnail{
		width:100%;
	}
	
	.intro_image{
		height:200px;
	}

	.with_intro{
		margin-top:170px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*.portfolio .thumbnail{
		width:300px;
	}*/

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*.portfolio .thumbnail{
		width:500px;
	}

	.intro_image{
		height:300px;
	}

	.with_intro{
		margin-top:270px;
	}*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.intro_image{
		height:400px;
	}

	.with_intro{
		margin-top:370px;
	}

}


.navbar-fixed-top{
	background-image:none;
	background-color:rgba(255,255,255,0.9);
	font-weight:300;
}
header{
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/header.jpg');
	text-align: center;
	color: white;
	height: 50%;
	margin-bottom:25px;
	}
	
	
	
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}


header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  	text-shadow: 0 0 5px black;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
  }
  
  
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  
  .article{
  	text-align:left;
  	max-width:1024px;
  	margin:auto;
  	font-family:serif;
  	color:#666;
  	font-size:1.1em;
  	line-height:1.4;
  }


p.dropcap:first-letter { float: left; color:#337ab7; font-size: 75px; line-height: 70px; margin-right:5px; }


[class*="thumbnail"]{
	border: 3px solid #eee;
	padding:5px;
	margin-top:10px;
	margin-bottom:5px;
	border-radius:0;
}

[class*="thumbnail"]:hover{
	border-color: #337ab7;
}



.pull-right[class*="thumbnail"]{
	margin-left:10px;
}

.pull-left[class*="thumbnail"]{
	margin-right:10px;
}

.lg-thumbnail{
	width:50%;
}

.lg-thumbnail img{
	width:100%;
}

.bottom-gutter{
	margin-bottom:20px;
}

.footer
{
	color: #ccc;
	font-style: italic;
	font-size:15px;
	padding-top:40px;
	clear:both;
	padding-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

