/*
	pearsostints.com

*/
:root {
	--content_width: 80vw;
}
@font-face {
  font-family: orbitron;
  src: url(../fonts/orbitron-black-webfont.woff);
}
@font-face {
  font-family: orbitron-light;
  src: url(../fonts/orbitron-light-webfont.woff);
}
@font-face {
  font-family: roboto-italic;
  src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: roboto-bold;
  src: url(../fonts/Roboto-Bold.ttf);
}

html, body {
    height: 100%;
	margin: 0;
	background-color: #000;
}

a {
	text-decoration: none;
}

.page_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #000;
	max-width: var(--content_width);
	margin: 0 auto;
	font-family: sans-serif;
	color: #b6b6b6;
}

.page_content img {
	width: var(--content_width);
}

.row {
	display: flex;
	width: var(--content_width);
}

.col {
	width: 10vw;
}

.header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	z-index: 10;
	height: 100px;
	
	img {
		max-width: 486px;
		max-height: 55px;
	}
}

.header a {
	text-decoration: none;
	color: #edaa41;
}

.header-tel {
	margin-right: 55px;
	padding-top: 24px;
	width: 100vw;
	
	@media only screen and (min-width: 1024px) {
		width: unset;
	}	
}

.main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 98vw;
	
	h4 {
		text-transform: uppercase;
		font-size: 1.8em;
		font-family: orbitron-light;
		letter-spacing: 2px;
		margin-bottom: 40px;
		text-align: center;
		color: white;
		
		@media only screen and (min-width: 680px) {
			font-size: 2.8em;
		}
	}
}

.info {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: var(--content_width);
	position: relative;
	z-index: 1;
	background-image: url('../images/car-hdr.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 52px;
	height: 63vh;
	
	@media only screen and (min-width: 1024px) {
		background-position: bottom;
		background-size: contain;
		margin-bottom: 52px;
		height: 490px;
	} 
}

.info-text-header {
	max-width: 80vw;
	min-width: 202px;
    padding: 2px 9px 2px 9px;
	font-family: roboto-italic;
	background-color: #080910cf;
	border: 1px solid #ccc;
	border-radius: 4px;
    margin-bottom: 4px;
	
	p {
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
	}
	
	@media only screen and (min-width: 680px) {
		max-width: 80vw;
	}
	
	@media only screen and (min-width: 1024px) {
		padding: 4px 18px 4px 18px;
		max-width: 34vw;
		position: relative;
		left: 96px;
	}
}

.info-text a {
	position: relative;
	max-width: 80vw;;
	min-width: 202px;
	background-color: #080910cf;
	border: 1px solid #ccc;
    padding: 2px 9px 2px 9px;
    border-radius: 4px;
    margin-bottom: 4px;
	color: white;//color: #b9d7ff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: orbitron-light;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	
	p 
	{
		margin: 6px;
	}
		
	@media only screen and (min-width: 680px) {
		max-width: 202px;
		min-width: 202px;
		text-align: left;
		
		p 
		{
			margin: 1em;
		}
	}
	
	@media only screen and (min-width: 1024px) {
		padding: 4px 18px 4px 18px;
		position: relative;
		left: 96px;
	}
}

.info-text a:hover { 
	background-color: #86a5ce63;
}

.partner-logos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	width: 98vw;
	background-image: linear-gradient(rgb(28 21 21 / 31%), rgba(0, 0, 0, 1)), url(../images/car-window-tint-hdr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 9%;
	border: 1px solid #251c1c;
	min-height: 500px;	
	margin-top: 100px;
}

.partner-text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
    padding: 2px 9px 2px 9px;
    border-radius: 4px;
    margin-bottom: 28px;
	width: 100vw;
	text-align: center;
	color: #b9d7ff;
	
	a {
		color: #eda842;
	}
}

.partner-text-item {
	margin-top: 32px;
}

.partner-logos img {
	max-width: 320px;
	padding: 20px;
}

.section {
	position: relative;
	width: 80vw;
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 24px;
	padding-bottom: 52px;
	margin: auto;
	margin-top: 32px;
	background-color: #86a5ce63;
    border-radius: 4px;
	margin-bottom: 28px;
	color: #b9d7ff;
	
	@media only screen and (min-width: 768px) {
		padding-left: 4em;
		padding-right: 4em;
	}
	
	a {
		color: #eda842;
	}
}

.what-we-do {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	background-image: linear-gradient(rgb(28 21 21 / 31%), rgba(0, 0, 0, 1)), url(../images/window-tint-drops-hdr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.automotive {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;	
	background-image: linear-gradient(rgb(28 21 21 / 31%), rgba(0, 0, 0, 1)), url(../images/fb-car-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 9%;
	border: 1px solid #251c1c;
	min-height: 500px;
}

.home-and-office {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-image: linear-gradient(rgb(28 21 21 / 31%), rgba(0, 0, 0, 1)), url(../images/office-windows-hdr-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 9%;
	border: 1px solid #251c1c;
	min-height: 500px;
}

.heavy-machinery {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-image: linear-gradient(rgb(28 21 21 / 31%), rgba(0, 0, 0, 1)), url(../images/komatsu-loader-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 9%;
	border: 1px solid #251c1c;
	min-height: 500px;
}

.section-content {
	display: flex;
	flex-direction: column;
	
	ul {
		padding: 1em;
		display: flex;
		flex-direction: column;
		
		@media only screen and (min-width: 768px) {
			max-width: 70vw;
			flex-direction: column;
		}
	}
	
	li {
		padding-bottom: 1em;
		list-style-type: circle;
		max-width: 28vw;
		padding-right: 36px;
		text-align: left;
		
		@media only screen and (min-width: 768px) {
			padding-bottom: 4px;
		}
	}
	
	li span {
	  position: relative;
	  left: 0.4em;
	}
}

.section-content-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;

	img {
		max-width: 400px;
	}
	
	@media only screen and (min-width: 1024px) {
		flex-direction: row;
	}
}
.automotive-p, .home-and-office-p, .heavy-machinery-p, .komatsu-p, .what-we-do-p {
	margin-bottom: 4em;
	width: 64vw;
	color: #cccccc;
	background-color: #080910cf;
	padding: 1em;
	border-radius: 14px;
	text-align: left;
	border: 2px solid #797979d1;
			
	@media only screen and (min-width: 1024px) {
		width: 48vw;
	}
}

.llumar-p {
	margin-bottom: 4em;
	width: 64vw;
	color: #cccccc;
	padding: 1em;
	border-radius: 14px;
	text-align: left;
	border: 2px solid #797979d1;
		
	@media only screen and (min-width: 1024px) {
		width: 48vw;
	}
}

.llumar-p2 {
	margin-bottom: 0em;;
	background-color: #ffffff;
}
.automotive-p2, .home-and-office-p2, .heavy-machinery-p2 {			
	max-width: 400px;
	margin-left: 20px;
	margin-right: 20px;
			
	img {
		max-width: 63vw;
		border-radius: 4px;
		position: relative;
		top: 4px;
	}
	
	@media only screen and (min-width: 640px) {
		img {
			max-width: 400px;
		}
	}
}
.komatsu-2 {
	img {
		max-width: 55vw;
	}
	
	@media only screen and (min-width: 640px) {
		img {
			max-width: 400px;
		}
	}
}

.auto2, .home2, .heavy2 {}

.row-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

.row-list a {
	margin-bottom: 16px;
}	

.row-list .rl-a-last {
	margin-bottom: 2px;
}

.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #b6b6b6;
	border-top: 1px solid #b6b6b6;
	margin-top: 80px;
	height: 100px;
	width: 100vw;
}

.footer a {
	text-decoration: none;
	color: #edaa41;
}
.shutter {
	width: 100vw;
	text-align: center;
	font-size: 0.6em;
	font-style: italic;
	
	margin-bottom: 20px;
}