/*
 *  template.css
 *
 *  Edited by Robert Williams Updated 2022-04-06
 *
*/

.container-page-template-alpha {
/*	position: static; */
	padding: 0;
	margin: 0 auto;
	z-index: -1;
border: 4px solid green;
}

.container-nav {
/*	position: static;*/
position: static;
 z-index: 9999999;
}

.container-template-alpha {
/*	position: static; */
	padding: 0;
	margin: 0 auto;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
/*	max-width: 1095;*/
	z-index: -1;
}
/*
.one-template-alpha {
	position: absolute;
	color: #888;
	font-weight: bold;
  top: 0px;
  left: 2px;
	z-index: 2;
}


.two-template-alpha {
	position: absolute;
	color: #f00;
	font-weight: bold;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 3;
}
*/
