/*!
 * 
 */
 
 /******* Import web fonts *********/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans|Quattrocento Sans');
 
body {
  padding-top: 70px;
}


h1, h2, h3, h4, h5 {
	font-weight: 00;
	font-family: 'Quattrocento Sans', sans-serif;
	padding: 40px 0px 5px 0px;
}

.navbar { padding: 20px;}

header {
	Height: 500px;
	background-image: url(../images/main-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 80px 0px;
	color: #FFFFFF;
	text-shadow: 3px 5px 10px #000;
  }
  
  section {
	padding: 20px 0 40px 0;
  }

#projects img {
	box-shadow: 10px 10px 5px #888888;
	background-color: #fff; 	
	border: 1px solid #000; 
	display: block; 	
	
	padding: 10px 0 10px 0; 

}
#projects h3 {
	padding-bottom: 2.75rem;

}
.portfolio-item {
	margin-bottom: 2.75rem;
}

/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:10px; }
	.h-body { }

.contact {
		background-image: url("../images/main-background.jpg");
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		position: relative;
		z-index: 2;
		color: #fff;
		padding-bottom: 6rem;
}

.address {font-size: 1.4rem;}
.contact:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #333;
		z-index: -1;
		opacity: .85;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	}
#footer {
	color: #fff;

}
.quick-links {
	list-style: none;
  }
  .quick-links > li {
	line-height: 30px;
  }
  .quick-links > li > a {
	color: white;
  }