@charset "utf-8";
/* CSS Document */
body {
	color: black;
	margin: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	z-index: -99;
}

#back-image {
	background-image: url("https://allaboutdetail.info/images/background2.JPG");
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	margin-top: -42px;
}

#image3 {
	background-image: url("https://allaboutdetail.info/images/background 3.jpg");
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
}

#cback2 {
	background-image: url("https://allaboutdetail.info/images/coating2.jpeg");
	background-position: center;
	background-size: cover;
	height: 100%;
}

#paintback {
	background-image: url("https://allaboutdetail.info/images/paintProtectionBackground.jpeg");
	background-position: center;
	background-size: cover;
	height: 100%;
}

#layer {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
}

#layer {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
}

#price-layer {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.nav {
	overflow: hidden;
	background-color: white;
	border-bottom-style: solid;
}

.nav a {
	float: left;
	display: block;
	color: #1b1b1b;
	text-align: center;
	padding: 25px 22px 0px 20px;
	text-decoration: none;
	font-size: 135%;
	height: 55px;
}

.nav a:hover {
	background-color: #1b1b1b;
	color: white;
	transition-duration: 0.4s;
}

.nav img{
	height: auto;
	width: auto;
	max-height: 55px;
	max-width: 250px;
}

.logo: {
	background-color: white;
}

.logo a:hover {
	background-color: white;
}


.nav .icon {
  display: none;
  background-color: white;
  color: #1b1b1b;
}

	
@media screen and (max-width: 1092px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1092px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#page-bottom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: white;
	border-top-style: solid;	
}

#bottom-contact {
	padding-right: 5%;
	padding-left: 5%
}

#bottom-hours {
	padding-right: 5%;
	padding-left: 5%;
}

#copyright {
	overflow: hidden;
	background-color: white;
	text-align: center;
	font-size: 10px;
	margin-top: -1%
}

#about-container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 5% 8% 0 8%;
	color: white;
}

#about-image{
	width: 45%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

#about-image img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

#about-text {
	width: 45%;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 170px;
}

#about-text h2 {
	text-align: center;
	font-size: 40px;
}

#about-text p {
	font-size: 25px;
}

#link-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	align-items: space-between;
	justify-content: center;
	padding: 1% 8% 4% 8%;
	color: white;
	margin-bottom: 10px;
}

#packages-box {
	width: 45%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

#packages-box h3 {
	font-size: 35px;
}

#packages-box p {
	font-size: 20px;
}

#paint-box {
	width: 45%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}

#paint-box h3 {
	font-size: 35px;
}

#paint-box p {
	font-size: 20px;
}

#coating-box {
	width: 45%;
	padding-left: 20px;
	padding-right: 20px;
}

#coating-box h3 {
	font-size: 35px;
}

#coating-box p {
	font-size: 20px;
}

#linkBox{
	border: none;
    outline: none;
    background-color: white;
    color: #1b1b1b;
    padding: 15px;
    border-radius: 4px;
    padding: 22px;
    font-size: 15px;
	text-decoration: none;
}

#linkBox:hover {
	background-color: #1b1b1b;
	color: white;
	text-decoration: none;
	transition-duration: 0.5s;
}

#contact-container {
	height: 500px;
	max-height: 500px;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 1% 8% 5% 8%;
	margin-top: 10px;
	color: white;	
}

#contact-container h2 {
	font-size: 35px;
}

#contact-container h4 {
	font-size: 30px;
}

#contact-container p {
	font-size: 25px;;
}

#pricing-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;
	justify-content: center;
	padding: 5% 8% 0 8%;
	color: white;
	height: 100%;
}

#pricing-container h3 {
	font-size: 35px;
}

#pricing-container h5 {
	font-size: 25px;
}

#pricing-container p {
	font-size: 20px;
}

#silver {
	max-width: 500px;
	min-width: 200px;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

#gold {
	max-width: 500px;
	min-width: 200px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

#platinum {
	max-width: 500px;
	min-width: 200px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

#platplus {
	max-width: 500px;
	min-width: 200px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

#packages-title {
	margin-top: 42px;
	text-align: center;
	color: white;
	font-size: 50px;
}

#packages-subtitle {
	text-align: center;
	color: white;
	font-size: 27px;
}

#packages-subtitle a:link {
	color: white;
}

#packages-subtitle a:visited {
	color: white;
}

#packages-subtitle a:hover {
	color: grey;
}

#packages-subtitle a:active {
	color: white;
}

#paint-protection {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;
	justify-content: center;
	padding: 5% 5% 3% 8%;
	color: white;
	font-size: 20px;
}

#disclaimer {
	max-width: 500px;
	min-width: 200px;
	margin-top: 2.75%;
	margin-left: 2.5%;
	padding-left: 5%;
}	

#paint-options {
	max-width: 500px;
	min-width: 200px;
}

#paint-options h5 {
		font-size: 28px;
}
	
#coating-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5% 8% 0 8%;
	color: white;
	height: 100%;	
	text-align: center;
}

#please {
	max-width: 500px;
}

#please h2 {
	font-size: 40px;
}

#please h3 {
	font-size: 30px;
}

#please p {
	font-size: 25px;
}

#coating-detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;
	justify-content: center;
	padding: 5% 8% 5% 8%;
	color: white;
	height: 100%;
}

#chemical {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#repellent {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#slick {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#long {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}	

#coating-detail h3 {
	font-size: 30px;
}

#coating-detail p {
	font-size: 25px;
}

#CPtitle {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;
	justify-content: center;
	padding: 5% 8% 3% 8%;
	color: white;
	height: 100%;
	border-top: 10px solid black;
	font-size: 30px;
}

#coating-price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: space-between;
	justify-content: center;
	padding: 1% 8% 5% 8%;
	color: white;
	height: 100%;
}

#clite {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#cv2 {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#cultra {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#cheal-lite {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#healplus {
	max-width: 275px;
	padding-left: 3%;
	padding-right: 3%;
}

#coating-price h3 {
	font-size: 30px;
}

#coating-price p {
	font-size: 25px;
}

/* Paint Protection styles */



#paintTitle {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5% 8% 0 8%;
	color: white;
	height: 100%;	
	text-align: center;
}

#paintTitleBox {
	width: 45%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

#paintTitleBox h2 {
	font-size: 40px;
}

#paintTitleBox h3 {
	font-size: 35px;
}

#paintBox {
	width: 45%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 30px;
}


#paintDetail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5% 8% 0 8%;
	color: white;
	height: 100%;	
	text-align: center;
}

