body {
    padding-top: 50px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;	background-color: #fffbf8;		background: url('../img/bg-header.jpg') no-repeat fixed; 		background-size: 100%; }
		
.portfolio-item {
    margin-bottom: 25px; }	.portfolio-item p {}

.footer-blurb {
    padding: 30px 0;
	text-align: center;
	background-color: lightskyblue; }

h3 {
	margin: 20px 0px 12px 0px; }	
	
.footer-blurb h3 {
    color: #222222; 
	margin: 15px 0px 12px 0px; }
   
.footer-blurb-item {
    padding: 20px 16px 0px 16px; }
	
.footer-text a:hover {	
	text-decoration: none;
	color: #222222; }	

.img-circle {
	background-color: #222222;
	padding: 2px 5px 5px 2px; }
	
.navbar-nav li:hover {
	background-color: #000000; }
	
.navbar-right {
	margin-top: 8px; 
	padding: 0px 20px 8px 12px; }
	
.social-icon {
	width: 33px;
	height: 33px; 
	margin: 0px 1px; }
	
.social-icon:hover {
	width: 33px;
	height: 33px;}
 
.copyright {
	text-align: center;
	padding: 30px 0; }
		
.img-responsive {
	width: 544px; 		border: 7px solid #ffffff; }
	
	
h3 a {
	text-decoration: none;
	color: #295fac;  }

h3 a:hover {
	text-decoration: none;
	color: #222222;	}

.btn-primary {		margin-top: 5px; 
	background: #295fac;
	border: 1px solid #295fac; }

.btn-primary:hover {
	background: #222222;
	border: 1px solid #222222; }

.introtext {
	margin: 22px 0px 0px 0px; }

.page-header {
	margin-top: 25px; }
	
.portfolio-item p {
	padding-right: 15px; }
	
.footer-blurb {
	background: #9ec6ff;
	padding: 15px 0px 25px 0px; 
	margin-top: 8px; }

.copyright a {	
	text-decoration: none; }
	
.copyright a:hover {	
	color: #222222; }

.logo {
	width: 163px;
	height: 24px;
	display: block;
	background: url('../img/logo.png'); }	

.logo:hover {
	background: url('../img/logo.png'); }	
	

.dragscroll {
	position: relative; 
	top: -4px;
	font-size: 10px;
	height: 103px;
	overflow-y: hidden;
	overflow-x: hidden;
	cursor: ns-resize;
	margin-bottom: 10px;
}

.dragscroll a:hover {
	color: #222222;
	text-decoration: none;	
}

.dragscroll h4 {
	display: none; }

.dragscroll p {
	display: block; 
	padding: 0px 12px; 
	margin: 0px 0px 4px 0px;
	width: 100%;  
	text-align: center;
	overflow: hidden; 
	font-size: 12px; }
	
.dragscroll img {
	display: none; }
	
	

