.extrapop-up-sales{
position: fixed;
background: white; 
background: rgba(255,255,255,0.4);	
width: 30%;
max-width: 350px;	
min-width: 220px;
bottom: 2%;
left: 0;
z-index: 99999999;
}

.extrapop-up-sales img{
width: 100%;
height: auto;

}

.extrapop-up-sales-close{
position:absolute;
top: 2%;
right: 2%;
color: black;
font-family: arial;
font-weight: 600;
font-family: 130%;	
cursor: pointer;	
}

.main-image-sections-background{
width: 100%;	
background: url(images/paints-background.jpg) no-repeat center 60% scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
float: left;
padding-top: 15%;
padding-bottom: 15%;	
text-align: left;
}


#masonry-prod-back{
background: url(images/masonry-background.jpg) no-repeat center 60% scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	
	
}


#career-back{
background: url(images/business-suit.jpg) no-repeat center 60% scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	
	
}



.main-image-sections-background-text{
width: 32%;
background: black;
background: rgba(0,0,0,0.7);
background: -webkit-linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
background: -moz-linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
background: -ms-linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));	
font-family: JosefinWeb;
color: white;	
padding: 10px;
padding-left: 25px;
box-sizing: border-box;
-webkit-animation: fadehometext ease-in-out 3s 0s; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: fadehometext ease-in-out 3s 0s; 
  -o-animation: fadehometext ease-in-out 3s 0s;
  animation: fadehometext ease-in-out 3s 0s;		
}

.main-image-sections-background-text h1{
font-weight: 300;	
font-family: JosefinWeb;
margin-top: 0;
margin-bottom: 0;
font-size: 400%;	
	
}


.hold-product-only-section{
width: 100%;
padding-top: 5%;
padding-bottom: 5%;	
float: left; 
text-align: center;
	
	
}


.hold-product-only-section-div{
width: 65%;
display: inline-block;
vertical-align: top;
	
	
}

.career-image-from-blog{
width: 45%;
display: inline-block;
vertical-align: middle;
padding-bottom: 30%;
position: relative;	
margin-left: 1%;
margin-right: 1%;
overflow-y: hidden;	
overflow-x: hidden;		
	
}



.career-image-from-blog img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
cursor: pointer;
}


.career-from-blog-title{
font-family: calibril;
font-weight: 300;	
width: 50%;
margin-left: 1%;	
display: inline-block;
vertical-align: middle;	
}


.career-from-blog-title h2{
font-weight: 300;
font-size: 180%;	
	
}

.career-crunch{
width: 100%;
display: inline-block;
vertical-align: top;
border: 1px solid rgb(60,60,60);	
box-sizing: border-box; 
padding: 3%;	
margin-top: 2%; 
margin-bottom: 2%;	
}


.simple-product-display{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;	
  width: 100%;
	
}

.simple-product-display h3{
text-align: center;
font-family: JosefinWeb;
font-weight: 300;
font-size: 200%;
color: rgb(35,35,35);
width: 70%;
margin-left: 15%;
margin-top: 0; 	
margin-bottom: 20px;
}



.product-display-each-section{
width: 30%;	
font-family: calibri;
font-weight: 300;	
border: 1px solid gainsboro;
margin-left: 1%;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 2%;	
background: gainsboro;
}

.product-display-each-section img{
width: 100%; 
height: auto;	
	
	
}

.product-display-each-section a{
text-transform: uppercase;
color: rgb(21,21,21);	
font-size: 100%;
width: 100%; 
box-sizing: border-box;
padding: 10px;
background: gainsboro;
text-align: center; 
display: inline-block;	
  	  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;	
}


.product-display-each-section a:hover {
background: firebrick;	
color: white;
opacity: 1;
  	  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;	
}


.product-display-each-section-image{
width: 100%;
display: inline-block;
vertical-align: top;
padding-bottom: 100%;
position: relative;	
overflow-y: hidden;	
overflow-x: hidden;	
}


.product-display-each-section-image img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
cursor: pointer;
    	  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;	
}


.product-display-each-section-image img:hover{
-moz-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
    	  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;	
}

  
.product-display-each-section-image a{
background: transparent;	
}


.diamond-call-to-action-hold, .diamond-call-to-action-hold-left{
width: 100%;
margin-top: 3%; 
margin-bottom: 2%;
position: relative;
text-align: center;
}


.diamond-call-to-action-hold-left{
text-align: left;	
}

.diamond-call-to-action, .diamond-call-to-action-ghost{
width: auto;
padding: 8px;
border-radius: 1px;
font-weight: 400;
font-family: calibril, sans-serif;	
background: firebrick;
border: 1px solid firebrick;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: white;
font-size: 105%;
letter-spacing: 1px;
padding-left: 15px;
padding-right: 15px;
margin-top: 1%;
margin-bottom: 1%;
}

.diamond-call-to-action-ghost{
background: transparent;	
color: firebrick;
}


.diamond-call-to-action:hover, .diamond-call-to-action-ghost:hover{
background: rgb(21,21,21);	
border: 1px solid rgb(21,21,21);
color: white;
opacity: 1;
}


.colour-chart-p {
width: 70%; 
margin-top: 1%;
margin-bottom: 3%;
text-align: left; 
font-weight: bold; 
display: inline-block; 
vertical-align: top;	
	
}

@media (max-width: 1100px){
	
.hold-product-only-section-div{
width: 75%;
}	
	
.simple-product-display h3{
font-size: 185%;
}	
	
	
}

@media(max-width: 950px){

.main-image-sections-background-text{	
width: 38%;	
}
	
.main-image-sections-background-text h1{	
font-size: 350%;	
	
}	
.colour-chart-p {
width: 80%; 

	
}


}


@media (max-width: 900px){
	
.hold-product-only-section-div{
width: 85%;
}	
	
.hold-product-only-section-div a{
font-size: 14px !important;
}	
	
	
.simple-product-display h3{
font-size: 165%;
}	
	
	
	
	
}


@media(max-width: 780px){
.main-image-sections-background-text h1{	
font-size: 310%;	
	
}


.career-from-blog-title h2{
font-size: 130%;	
}
	
}





@media(max-width: 650px){
.main-image-sections-background-text h1{	
font-size: 280%;	
	
}

.simple-product-display h3{
font-size: 145%;
width: 80%;
margin-left: 10%;
}	

}


@media(max-width: 640px){
.colour-chart-p {
width: 90%; 	
}	

}


@media(max-width: 550px){
	
.simple-product-display h3{
font-size: 135%;
width: 90%;
margin-left: 5%;

}	
	
.career-from-blog-title h2{
font-size: 120%;	
}
	
}

@media(max-width: 450px){
	
.product-display-each-section{
width: 47%;	
}		
	
	
	
}


@media(max-width: 420px){
.main-image-sections-background{
padding-top: 19%;
padding-bottom: 19%;
}		
	
}
