@charset "UTF-8";
/*-------------------------------------------------------

Building Preservation Services, LLC

date:      09/28/15
author:    DesignDesign Inc
website:   buildingpreservationservices.com
			
	FONT
	Source Sans Pro (Google Font)  400, 400italic, 600, 600italic
	  font-family: 'Source Sans Pro', sans-serif;
	
	BRAND COLOR PALETTE 
	.red	  #782a29  /* BPS Red
	.dkred    #52100f  /* Dark Red
	.gray     #bcbec0  /* Gray
	.dkgray   #646464 /* Dark Gray
	.white    #ffffff  /* White
	.ltgray   #eeeeee  /* Light Gray
	
*/

::selection { background-color: #782a29  /* BPS Red */; color: #FFF; }
a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a:hover {text-decoration:underline;}
.logo img { max-width: 225px;}

body {
	background-image:url(../img/textured-wall-bkg.jpg);
	background-repeat:repeat;
	background-color:#eeeeee;  /* Light Gray */
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, p, li {
	font-family: 'Source Sans Pro', sans-serif;
}
h2 {font-size:30px; line-height:38px;}
h4 {padding-bottom:10px;}

p:last-of-type {
	margin-bottom:0;
}
p.title {
	font-family: 'Source Sans Pro', sans-serif;
}
.italic {font-style:italic;}
.bold {font-weight:600;}
ul.list_no-style {list-style:none;}

p.callout-text {
	background:#eeeeee;  /* Light Gray */
	padding:20px;
	text-align:center;
}

.interior-intro-box a, .content-box a {
	font-weight:600;
	color:#646464  /* Dark Gray */;
}

/* ELEMENTS
-----------------------------------------------------------------------------*/
hr {	border: solid 2px #eeeeee;  /* Light Gray */}

.stroke-divider img {
	width:80%;
	margin: 20px auto;
}
.red-divider-bar {
	background-color:#782a29  /* BPS Red */;
	width:100%;
	height:20px;
}
.woodbkg {
	background-image:url(../img/wood-bkgd.jpg);
	background-size:cover;
	background-position: top center;
}
li {	list-style-position:outside; margin-left:18px; margin-bottom:3px;}
p ~ ul {margin-top:15px;}


/* HEADER
-----------------------------------------------------------------------------*/
.logo img {max-width: 245px;}
.header-tagline {
	font-weight:600;
}
.header-phone {
	color:#bcbec0;  /* Gray */
	font-size:26px;
	line-height:31px;
	letter-spacing:0.02em;
}
.header p {
	margin:0;
}

/* HOME
-----------------------------------------------------------------------------*/

.tagline-text-box {
	background-color:#782a29  /* BPS Red */;
	width:100%;
	padding:20px 0;
}
.tagline-text, .title-text {
	max-width:750px;
	margin: 0 auto;
}
.tagline-text h1 {
	font-size:24px;
	color:#eeeeee;  /* Light Gray */
	font-weight:400;
	letter-spacing:0.02em;
}
.title-text h1 {
	font-size:34px;
	color:#eeeeee;  /* Light Gray */
	font-weight:400;
	letter-spacing:0.02em;
}

.home-text-box {
	background-color:rgba(255,255,255,0.7);  /* White */
	max-width:700px;
	margin: 30px auto;
}
.home-text {
	padding: 10px 10%;
}
.home-text p:first-child:first-letter { 
	float: left; 
	color: #782a29  /* BPS Red */;
	font-size: 85px; 
	line-height: 60px; 
	padding-top: 8px; 
	padding-right: 8px; 
	padding-left: 0px; 
	font-family: "ff-tisa-sans-web-pro",sans-serif;
}

.home-quicklinks img {
	width:100%;
	display: block;
	margin-top: 10px; 
	margin-bottom:10px;
}




/* INTERIOR PAGES
-----------------------------------------------------------------------------*/

.content-box {
	background-color:rgba(255,255,255,0.7);  /* White */
	margin: 30px auto;
	padding:30px 20px;
}
.content-box img {padding: 10px;}
.content-box img, .interior-intro-box img {width:100%;}


/*------ WINDOW RESTORATION ------*/

.intro-wood-bkg {
	width:100%;
	height:auto;
	background-image:url(../img/wood-bkgd.jpg);
	background-size:cover;
	background-position: top center;
	margin:0;
	padding:1px;
}
.interior-intro-box {
	background-color:rgba(255,255,255,0.95);  /* White */
	margin: 30px auto;
	padding:30px 20px;
}
.interior-intro-text {margin:20px 10px;}
ul.list-callout {
	background:#782a29  /* BPS Red */;
	color:#ffffff;
	padding:30px 35px;
	margin-top:30px;
	margin-bottom:30px;
}
ul.list-callout p {margin-bottom:5px; text-transform:uppercase;}

.portfolio-gallery {
	margin: 30px auto;
}
.portfolio-gallery h3 {
	margin-bottom:30px;
}
.portfolio-gallery h3 {
	margin-bottom:30px;
}
.portfolio-gallery img {
	width:100%; 
	margin: 10px 0;
	opacity:1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.portfolio-gallery-text {
	position:absolute;
	bottom:10px;
	background-color:rgba(0,0,0,0.55);  /* Black */
	width:auto;
	left:15px;
	right:15px;
	margin:0 auto;
	padding:15px 0 15px;
	text-transform:uppercase;
	letter-spacing:0.03em;
}
.portfolio-gallery-text h4 {
	padding-top:5px;
	padding-bottom:0;
}
.portfolio-gallery img:hover {
	opacity:0.7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.contact-page-text {
	padding: 20px;
}
.contact-form {
	height:auto;
	margin-bottom:20px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

.awards-bar {
	background-color:rgba(255,255,255,0.6);  /* White */
	padding:15px 0;
	margin-top:50px;
}
.footer {
	background: #bcbec0;  /* Gray */
	padding: 30px 0;
}
.footer-logo {
	max-width:250px;
	width:100%;
	padding-bottom:15px;
	margin-right:10px;
}
.footer p, .footer a, .contact-info a {
	color: #782a29  /* BPS Red */;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.footer a:hover, .contact-info a:hover {
	color: #52100f /* Dark Red */;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.footer-borders p {
	border-top: 1px solid #782a29  /* BPS Red */;
	border-bottom: 1px solid #782a29  /* BPS Red */;
	padding:5px 0;
	text-align:center;
	margin-bottom:10px;
	margin-top:25px;
}
.footer p:last-of-type {
	margin-bottom:15px;
}
.footer ul {
	margin-left:15px;
	margin-top:20px;
	padding:0;
}
.footer li {
	color:#782a29  /* BPS Red */;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
    font-size: 15px;
    margin-bottom: 0;
	padding-bottom: 3px;
	margin-left:0;
}
.footer li:last-of-type, .contact-info li:last-of-type {
	padding-bottom:0px;
}

@media only screen and (min-width:1025px){
.footer .contact-info ul {margin-left:15px;}
.footer p {text-align:left;}
.footer-borders p {text-align:center;}
}
@media only screen and (max-width:1025px){

.home-quicklinks .columns:last-child {
    float: left;
    margin-left: 25%;
}

.footer p {text-align:center;}
.footer-borders p {
	margin-top:0;
	text-align:center;
}
.footer .contact-info ul {margin-left:30%;}
}

/*LARGER SCREENS*/
@media only screen and (min-width: 915px){
}

/* SMALLER SCREENS */
@media only screen and (max-width: 915px){  
.pdlr60{padding-left:30px; padding-right:30px;}  
.footer .contact-info ul {margin-left:25%;}
}


@media only screen and (max-width: 641px){
.pdlr60{padding-left:0px; padding-right:0px;}
.footer .contact-info ul {margin-left:0;}
.awards-bar .award-one {
	padding-bottom:10px;
}
.content-box {
	background-color:rgba(255,255,255,0.6);  /* White */
	margin: 15px auto;
	padding:20px 10px;
}
.content-box img {
	padding: 0 0 20px 0;
}
.home-quicklinks .columns:last-child {
    margin-left:0;
}


}

@media only screen and (max-width: 320px){  
.footer .contact-info ul {margin-left:0;}
.contact-info p {
	font-size: 14px;
	letter-spacing:0;
}
.contact-info p.footer-contact-phone {
	font-size: 16px;
}
.logo img {max-width: 215px; margin-top:10px;}
.interior-intro-box {
	padding:20px 5px;
}
.interior-intro-text {margin:18px 5px;}

}