@charset "UTF-8";
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
header {
	background-image: url(assets/homepage/fullPageHome-960x500.jpg);/*This image was sourced from https://www.pexels.com/photo/painting-materials-scattered-inside-room-1571174/*/
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center 50px;
	/* [disabled]background-size: auto auto; */
}
#headerInspire {
	background-image: url(assets/homepage/fullPageInspire-960x500.jpg);/*This image was sourced from https://www.pexels.com/photo/man-holding-yellow-paint-roller-1573831/*/
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center 50px;
	/* [disabled]background-size: auto auto; */
}
#headerPaint {
	background-image: url(assets/homepage/fullPagePaint-960x500.jpg);/*This image was sourced from https://www.pexels.com/photo/person-holding-pink-paint-bucket-pouring-on-black-container-1573827/*/
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center 50px;
	/* [disabled]background-size: auto auto; */
}

header nav {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #7D8F9C;
	text-decoration: none;
}
a:hover  , a:active{
	color: #E3B567;
}
.h1Header {
	color: #612B2E;
}



.h1Light   {
	color: #F8D1CC;
}






header nav ul {
	padding-left: 0px;
	list-style-type: none;
	text-align: right;
	margin-right: 50px;
}

header nav ul li {
	display: inline-block;
	padding-left: 55px;
}




.space {
	padding-left: 380px;
}

#homeImg {
	width: 300px;
	margin-top: 35px;
	margin-left: 240px;
	margin-right: 0px;
}


#inspireTitle {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
#inspireTitle h2 {
	color: #612B2E;
	text-align: center;
	font-size: 5rem;
}
#homeTitle {
	width: 500px;
	float: right;
	margin-top: 25px;
	margin-right: 240px;
}

#homeTitle h2 {
	color: #612B2E;
	font-size: 5rem;
	line-height: 0.5rem;
}
.h2Light {
	color: #F8D1CC;
}


section article h1 {
	font-size: 3rem;
	text-align: center;
	color: #2D4354;
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
h1 .h1Gold {
	color: #E3B567;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
strong {
	color: #612B2E;
}
.opening {
	width: 350px;
	float: left;
	margin-right: 100px;
}
opening:after {
	content: "";
	display: table;
	clear: both;
}

.opening p {
	padding-left: 45px;
}
section article ul {
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
}
section article ul li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 25px;
	margin-bottom: 70px;
}

article h2 {
	text-align: center;
	color: #612B2E;
	font-size: 2rem;
}
.h2Colors {
	padding-left: 40px;
	padding-top: 20px;
	border-bottom: 3px solid #E3B567;
	color: #2D4354;
	margin-top: 75px;
}
.articleMiddle {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.describe {
	width: 200px;
	float: left;
	margin-bottom: 40px;
}
.describe p {
	width: 250px;
	padding-left: 50px;
}
describe:after {
	content: "";
	display: table;
	clear: both;
}
.pMiddle {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.rowTop {
	padding-top: 20px;
}
.squares {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}



.column {
	padding-top: 5px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 5px;
	float: left;
}
.column1 {
	padding-top: 100px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 5px;
	float: left;
}


row:after {
	content: "";
	display: table;
	clear: both;
}
.examples img {
	padding-top: 2.5px;
	padding-bottom: 2.5px;

}

.smallExamplesL {
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.smallExamplesR {
	padding-right: 0px;
	padding-left: 5px;
	float: left;
}


.smallExamples {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
small:after {
	content: "";
	display: table;
	clear: both;
}
#paintA {
	width: 400px;
	margin-left: 50px;
	margin-right: 10px;
}


aside {
	padding: 20px;
	width: 300px;
	margin-left: 20px;
	background-color: #F8D1CC;
	float: right;
}


.painterComps {
	width: 400px;
	border: 2px dashed #2D4354;
	float: left;
	margin-left: 25px;
	height: 150px;
	margin-bottom: 12.5px;
	margin-top: 12.5px;
}
.painterComps .logoP {
	width: 100px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.painterComps h3 {
	color: #612B2E;
	font-size: 1rem;
}
.painterComps p {
	text-indent: 20px;
	line-height: 0.5rem;
}
.painterCompsTxt {
	margin-left: 140px;
}
#footer {
	clear: both;
}
.h2Colors.h2Clear {
	clear: both;
	padding-top: 100px;
}








footer .middle .row .columnM {
	padding-top: 200px;
	padding-bottom: 10px;
}
footer .middle .row .columnR {
	padding-top: 200px;
	padding-right: 150px;
	padding-bottom: 10px;
}
footer .middle .row .columnL {
	padding-top: 200px;
	padding-left: 150px;
	padding-bottom: 10px;
}
footer .text {
	float: left;
	padding-top: 10px;
	font-size: 0.8rem;
	color: #2D4354;
}
text:after {
	content: "";
	display: table;
	clear: both;
}
.columnFooter {
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 25px;
	padding-bottom: 10px;
	float: left;
}
.h2 {
}
.footerLink {
	background-color: #7D8F9C;
}

.footerLink:hover {
	background-color: #E3B567;

}
.logoP {
}
.h2Clear {
}
#paintP {
}
