/*
	Website Name: Basic Styling for Custom Websites
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 23 Aug 2021
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* "Beat THAT ClearFix!" by Thierry Koblentz - http://www.cssmojo.com/ */
.btcf::after{content:"";display:table;clear:both}

/* "Frustration Fixes" by Katherine Leonard - http://www.kat-and-mouse.com/ */
html,body{height:100%;overflow-x:hidden;overflow-y:auto}a{color:inherit}strong,b,bold{font-weight:700}em,i,italic{font-style:italic}.left{float:left;text-align:left}.center{float:none;margin:auto;text-align:center}.right{float:right;text-align:right}a[href^="tel"],.noU{text-decoration:none}.showU{text-decoration:underline},.hover:hover{cursor:pointer}


section.corners {
	min-height: 6rem;
}
section.corners::before, section.corners::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 5rem solid transparent;
	border-bottom: 5rem solid rgba( 8,8,8,.25 );
}
section.corners::before {
	right: 0;
	top: 0;
	transform: scale( -1 );
}
section.corners::after {
	left: 0;
	bottom: 0;
}
section.corners.dark::before, section.corners.dark::after {
	border-bottom: 5rem solid rgba( 8,8,8,.25 );
}
section.corners.light::before, section.corners.light::after {
	border-bottom: 5rem solid rgba( 255,255,255,.1 );
}

img.shadow {
	box-shadow: 2px 2px 5px rgba( 0,0,0,0.7 );
}



ul.pymt {
	text-align: center;
}
ul.assoc li, ul.pymt li {
	display: inline-block;
		vertical-align: middle;
	margin: .2rem .1rem;
}
ul.assoc li img {
	display: block;
		max-height: 100px;
		width: auto;
	margin: 1rem;
}
ul.pymt .cc {
	background-size: auto 100%;
	background-image: url( "../graphics/payments.png" );
	background-repeat: no-repeat;
	border-radius: 5px;
	color: rgba( 0,0,0,0 );
	display: block;
		width: 3em;
		height: 2em;
	font-size: 20px;
}
ul.pymt .label { font-size: 0; }
ul.pymt .visa {background-position: 0 0}
ul.pymt .mc {background-position: -3em 0}
ul.pymt .disc {background-position: -6em 0}
ul.pymt .paypal {background-position: -9em 0}
ul.pymt .amex {background-position: -12em 0}
ul.pymt .debit {background-position: -15em 0}
ul.pymt .dc {background-position: -18em 0}
ul.pymt .bc {background-position: -21em 0}
ul.pymt .apple {background-position: -24em 0}
ul.pymt .google {background-position: -27em 0}
ul.pymt .android {background-position: -30em 0}
ul.pymt .cash {background-position: -33em 0}
ul.pymt .interac {background-position: -36em 0}
ul.pymt .zelle {background-position: -39em 0}
ul.pymt .eft {background-position: -42em 0}
ul.pymt .venmo {background-position: -45em 0}
ul.pymt .cashapp {background-position: -48em 0}

ul.social {
	display: block;
	font-size: 40px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
ul.social .label {
	color: rgba(0,0,0,0);
	font-size: 0;
}
ul.social li {
	background-image: url( "../graphics/social.png" );
	background-repeat: no-repeat;
	background-size: auto 300%;
	display: block;
		width: 1em;
		height: 1em;
		vertical-align: top;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* Rounded Corners */
ul.rnd li {
	border-radius: .125em;
}
	
/* Circles */
ul.cir li {
	border-radius: 50%;
}

/* Full Color */
ul.social .fb, ul.social.white .fb:hover { background-position: 0 -2em; }
ul.social .tw, ul.social.white .tw:hover { background-position: -1em -2em; }
ul.social .yt, ul.social.white .yt:hover { background-position: -2em -2em; }
ul.social .li, ul.social.white .li:hover { background-position: -3em -2em; }
ul.social .pt, ul.social.white .pt:hover { background-position: -4em -2em; }
ul.social .eb, ul.social.white .eb:hover { background-position: -5em -2em; }
ul.social .yl, ul.social.white .yl:hover { background-position: -6em -2em; }
ul.social .em, ul.social.white .em:hover { background-position: -7em -2em; }
ul.social .tx, ul.social.white .tx:hover { background-position: -8em -2em; }
ul.social .ph, ul.social.white .ph:hover { background-position: -9em -2em; }
ul.social .sk, ul.social.white .sk:hover { background-position: -10em -2em; }
ul.social .ig, ul.social.white .ig:hover { background-position: -11em -2em; }
	
/* Black */
ul.social.black .fb, ul.social .fb:hover { background-position: 0 -1em; }
ul.social.black .tw, ul.social .tw:hover { background-position: -1em -1em; }
ul.social.black .yt, ul.social .yt:hover { background-position: -2em -1em; }
ul.social.black .li, ul.social .li:hover { background-position: -3em -1em; }
ul.social.black .pt, ul.social .pt:hover { background-position: -4em -1em; }
ul.social.black .eb, ul.social .eb:hover { background-position: -5em -1em; }
ul.social.black .yl, ul.social .yl:hover { background-position: -6em -1em; }
ul.social.black .em, ul.social .em:hover { background-position: -7em -1em; }
ul.social.black .tx, ul.social .tx:hover { background-position: -8em -2em; }
ul.social.black .ph, ul.social .ph:hover { background-position: -9em -1em; }
ul.social.black .sk, ul.social .sk:hover { background-position: -10em -1em; }
ul.social.black .ig, ul.social .ig:hover { background-position: -11em -1em; }
	
/* White */
ul.social.white .fb { background-position: 0 0; }
ul.social.white .tw { background-position: -1em 0; }
ul.social.white .yt{ background-position: -2em 0; }
ul.social.white .li { background-position: -3em 0; }
ul.social.white .pt { background-position: -4em 0; }
ul.social.white .eb { background-position: -5em 0; }
ul.social.white .yl { background-position: -6em 0; }
ul.social.white .em { background-position: -7em 0; }
ul.social.white .tx { background-position: -8em 0; }
ul.social.white .ph { background-position: -9em 0; }
ul.social.white .sk { background-position: -10em 0; }
ul.social.white .ig { background-position: -11em 0; }


@media screen and (max-width: 699px) {
	ul.pymt .cc {
		background-size: auto 100%;
		border-radius: 3px;
		font-size: 10px;
	}
}