@font-face {
  font-family: "Autumn";
  src: url("_fonts/Autumn.woff") format('woff');
}

        
body {
	font-size: 16px;
	font-family: gotham, sans-serif;
	}

.oiltron {
	background-image: url('/_includes/2025/_images/oiltron.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	background-color: white;
	padding-bottom: 125px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Autumn";
	letter-spacing: 3px;
	color: #cd1e36;
	 margin-bottom: 40px;
	}
	
h1 { font-size: 4em; line-height: 1em;}
h2 { font-size: 3.5em; line-height: 1em; }
h3 { font-size: 3em; line-height: 1em; }
h4 { font-size: 2.5em; line-height: 1em; }
h5 { font-size: 2em; line-height: 1em; }
h6 { font-size: 1.5em; line-height: 1em; }

.orderOnline {
	background: -webkit-linear-gradient(left, #cd1e36, rgba(205,30,54,0));
  	background: -o-linear-gradient(right, #cd1e36, rgba(205,30,54,0));
  	background: -moz-linear-gradient(right, #cd1e36, rgba(205,30,54,0)); 
  	background: linear-gradient(right, #cd1e36, rgba(205,30,54,0)); 
  	background-image: linear-gradient(to right, #cd1e36, rgba(205,30,54,0));
  	padding: 15px 100px 15px 15px;
  	display: inline-block;
} 
.headerWrapper {
	background-color: #000000;
	font-family: swiss-721-bt, sans-serif;
	font-weight: 900;
	font-style: normal;
}


.slideshow {
	padding: 30px;
	}

.divider {
	height: 5px;
	background-color: #e1e1e1;
	}
.main-content-area {
	padding: 50px ;
	color: black;
/* 
	font-family: swiss-721-bt, sans-serif;
	font-weight: 900;
	font-style: normal;	
 */

    }


.btn {
	font-family: swiss-721-bt, sans-serif;
	font-weight: 900;
	font-style: normal;	
}

.home-login {
	background: -webkit-linear-gradient(left, #96212f, #cd1e36, #cd1e36, #96212f);
  	background: -o-linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f);
  	background: -moz-linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f); 
  	background: linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f); 
  	background-image: linear-gradient(to right, #96212f, #cd1e36, #cd1e36, #96212f);
	padding: 20px;
	}

.footer {
	background: -webkit-linear-gradient(left, #96212f, #cd1e36, #cd1e36, #96212f);
  	background: -o-linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f);
  	background: -moz-linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f); 
  	background: linear-gradient(right, #96212f, #cd1e36, #cd1e36, #96212f); 
  	background-image: linear-gradient(to right, #96212f, #cd1e36, #cd1e36, #96212f);
	padding: 20px;
	color: black;
	font-family: swiss-721-bt, sans-serif;
	font-weight: 900;
	font-style: normal;	

}
	.footer a {color: black; text-decoration: none;}	
	.footer a:hover {color: black; text-decoration: underline;}
	
	
	
@media (min-width: 1200px) {
/* 
	.headerWrapper {
		background-color: #000000;
		background-image: url('/_includes/2025/_images/headerBG.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
 */
	.headerHome {
		background-color: #000000;
		background-image: url('/_includes/2025/_images/headerBG.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}	
	
}
@media (max-width: 1199px) {
/* 
	.headerWrapper {
		background-color: #000000;

	}
 */
}
@media (max-width: 979px) {

}
@media (max-width: 767px) {}
@media (min-width: 100px) and (max-width: 768px) {
/* 
	.headerWrapper {
		background-color: #000000;
	}
 */

}	