/* CSS Document Copyright 2022*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
	margin: 0;
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: circle;
	}
i	{
	color:red;
	text-shadow:1px 1px #000000;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
html {
  scroll-behavior: smooth;
}
	
.double-break {
  line-height: 0.8;
}
	
.half-break {
  line-height: 0.2;
}

.headimg	{
	display:block;
	padding:0 10px 0 10px;
	}	
/* FONTS */
@font-face
	{
	font-family: locktext;
	src: url(LockFont.woff);
	}
.buttonContainer{
	position:fixed;
	bottom:90px;
	right:20px;
	cursor:pointer;
	}
.imagebutton{
	width:50px;
	height:50px;
	border-radius: 100%;
	background: #FF4F79;
	box-shadow: 5px 5px 5px #2b2a2a;
	opacity:60%;
	}
.button{
	width:50px;
	height:50px;
	background:#A11616;
	background-image:url(/images/uparrow.png);
	opacity:80%
	}
body {
	max-width:1500px;
	margin:0 auto 0 auto;
	background-color:#E0E0E0;	/*Light Grey*/
	background-color:#d3e0f5;	/*Blue*/
	background-color:#FAE6E6;  /*Pink*/
	background-color:#d2fae2;	/*Green*/
	background-repeat:repeat-x;
	background-position:center;
	font-size:24px;
	}
	
	
.outer	{
	display:block;
	height:220px;
	width:100%;
	}
.inner_left	{
	display:inline-block;
	height:100%;
	width:50%;
	float:left;
	text-align:center;
	}
	
.pad	{
	padding-top:10px;
	width:250px;
	}
.pad2	{
	padding-top:40px;
	}
	
.inner_right	{
	display:inline-block;
	height:100%;
	width:50%;
	float:right;
	vertical-align:bottom;
	}
			
h1, h3, h4 {
	font-size:1.0em;
	color:darkgray;
	}
h2 {
	font-size:1.0em;
	}
p {
	color:black;		
	text-shadow:1px -1px white;
	}
p span {
	color:darkgray;
	text-shadow:1px 1px #000000;
		}
.para_graph {
	display:block;
	text-align:left;
	color:#FF0000;
	font-family:locktext;
	font-size: 1.8em;
	font-weight:bold;
	text-shadow: 2px 2px black;
	}
a.ink:link, a.ink:hover, a.ink:active, a.ink:visited	{	
	text-decoration:none;
	color:red;
	text-shadow:1px 1px #000000;
	font-family: locktext;
	font-size: 0.6em;
	padding:0 5px 0 5px;
	}	
.sub_para 	{
	color:#ee0000;	/*#dddddd;*/
	font-family:locktext;
	font-weight:bold;
	text-shadow: 2px 2px black;
	line-height:0.7;
	}
.sub_para2 h3	{
	color:#ee0000;	/*#dddddd;*/
	font-family:locktext;
	font-weight:bold;
	text-shadow: 2px 2px black;
	line-height:0.7;
	}
.container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.f_left	{
	text-align:left;
		}	
.container img{
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	text-align:center
	padding:0 10px 0 10px;
	}
.words {
	font-family:locktext;
	}
a.menu:link, a.menu:visited, a.menu:active {
	font-family:locktext;
	text-decoration:none;
	color:#000000;
	text-shadow:1px 1px #FF0000;
	font-size:1.2em;
	}	
a.menu:hover {
	font-family:locktext;
	text-decoration:none;
	text-shadow:2px 2px #FF0000;
	font-size:1.2em;
	}	
.phone	{
	color:darkgray;
	text-shadow:2px 1px #000000;
	font-size:2.5em;
	}
.map {
	width:600px;
	}	
a.p_number:link, a.p_number:visited {
	font-family:locktext;
	text-decoration:none;
	color:#000000;
	}	
a.p_number:hover, a.p_number:active {
	font-family:locktext;
	text-decoration:none;
	text-shadow:1px 1px #FF0000;
	}
a.e_number:link, a.e_number:hover, a.e_number:active, a.e_number:visited	{
	font-size:16px;
	}
.footline	{
	display:block;
	height:3px;
	width:100%;
	background-color:#FF0000;
	text-align:center;
	}
.foothighlight	{
	display:block;
	height:2px;
	width:100%;
	background-color:#000000;
	text-align:center;
	}
		
.footplate	{
	display:block;
	height:100%;
	width:100%;
	background-color:#999999;
	text-align:center;
	}
.foot_link_box	{
	display:block;	
	text-align:left;
	margin-left:5px;
	}

.pfg {
	text-align:right;
	}
.p_left {
	padding-left:5px;
	}	
a.foot_link:link, a.foot_link:link, a.foot_link:active, a.foot_link:visited {
	font-family:locktext;
	text-decoration:none;
	color:#000000;
	text-shadow:1px 1px #FF0000;
	font-size:0.9em;
	}	
a.foot_link:hover {
	font-family:locktext;
	text-decoration:none;
	text-shadow:2px 2px #FF0000;
	font-size:0.9em;
	}
		
/*	
@media only screen and (max-width:880px) 
{
.pad	{
	padding-top:60px;
	padding-bottom:100px;
	width:150px;
	z-index:-1;
	}
.pad3	{
	padding-top:91px;
	width:120px;
	z-index:8;
	}
.sub_para 	{
	color:#dddddd;
	font-family:locktext;
	font-weight:bold;
	text-shadow: 2px 2px black;
	line-height:1.0;
	}
.van {
	width: 100px;
	height: 50px;
	z-index:-1;
	position: relative;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	}
@keyframes mymove {
	  0%   {top: 114px; left: 80px;}
	  20%  {top: 114px; left: 80px;}
	  100% {top: 114px; left: -550px;}
	}
@-webkit-keyframes mymove {
	  0%   {top: 114px; left: 100px;}
	  20%  {top: 114px; left: 100px;}
	  100% {top: 114px; left: -550px;}
	}
}
*/