
/* #Bootstrap overrides / alterations
================================================== */
body { 
	background: #fff;
	font-family: Arial, sans-serif;
	color: #222;
	font-size: 16px;
}

img {
	display:block;
	max-width:100%;
	height:auto;
	}
	
@media (min-width:1200px){.container{max-width:1000px;} }

a:focus{outline: #fff;}

h1 {
	font-family: 'nevisBold', Arial, sans-serif;
	color: #1B80A3;
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 0;
}

h1 strong {
	color: #222;
}

blockquote {
    border-left: 5px solid #A08475;
    color: #735849;
    font-weight: normal;
}
blockquote p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.client-testimonials blockquote {
	border-left: none;
	padding-left: 0;
	padding-top: 0;
	font-style: italic;
}
.client-list ul {
	list-style-position: inside;
	padding-left: 0;
}
.client-list ul li {
	margin-bottom: 5px;
}
	
h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #5F3117;
}

.apply-list-group ul {margin-bottom:20px;padding-left:0;}
.apply-list-group li {position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd;}
.apply-list-group li:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}
.apply-list-group li:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}

/* #Themes and styles
================================================== */
html { overflow-y: scroll;} /* force scrollbar */

a {
  color: #5F3117;
  border-bottom: 1px dotted #5F3117;
}

a:hover {
  color: #1B80A3;
  border-bottom: 1px dotted #1B80A3;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.footer a, .footer a:hover, .footer a:focus {
  border-bottom: none;
}
	 
.featured-image {
	position: relative;
	margin-bottom: 25px;
}

.featured-image figcaption {
	position: absolute;
	top: 10%;
	left: 5%;
	font-family: 'nevisBold', Arial, sans-serif;
	font-size: 24px;
	padding: 5px 10px;
	max-width: 90%;
	background: transparent url("../img/overlay.png") repeat; 
   /* opacity:0.6; /* transparency */  
   /* filter:alpha(opacity=60);*/ /* IE transparency */  
}

.footer {
	border-top: 1px solid #735849;
	border-bottom: 1px solid #735849;
	padding: 10px 0;
	margin: 20px 0 15px 0;
	font-size: 12px;
}
.footer img {
	padding: 5px 10px 0 0;
}

.scrollup {
    background: url("../img/icon_top.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    display: none;
    height: 45px;
    opacity: 0.7;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 45px;
}

.push-down {
	margin-bottom: 20px;
}

/* #Font-Face
================================================== */
@font-face {
    font-family: 'nevisBold';
    src: url('../fonts/nevis-webfont.eot');
    src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nevis-webfont.woff') format('woff'),
         url('../fonts/nevis-webfont.ttf') format('truetype'),
         url('../fonts/nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* #Media Queries
================================================== */

	/* Larger than mobile (devices and browsers) */
	@media only screen and (min-width: 768px) { }
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {	} 

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) { }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {	
		
		.featured-image figcaption {
			font-family: 'nevisBold', Arial, sans-serif;
			font-size: 14px;
		}
		body { 
			font-size: 14px;
		}
		blockquote p {
		    font-size: 14px;
		}
				
		}
		
	
	
	
