/* GT3DPrints CSS Sheet - gt3d.css
** Created:  7th Jan 2026 SJT
** Modified: 7th Jan 2013 SJT - still finalising CSS for site!
** (C)2026 - Copyright of Stephen Trembath [Strephonics].
*/
/* Font creation for lobster font used in header - 7th Jan 2026 SJT */
@font-face {
	font-family: 'lobster_1-3regular';
	src: url('lobster_1-3.eot');
	src:	url('lobster_1-3.eot?#iefix') format('embedded-opentype'),
			url('lobster_1-3.woff') format('woff'),
			url('lobster_1-3.ttf') format('truetype'),
			url('lobster_1-3.svg#lobster_1.3regular') format('svg');
}

/*
 * START Tag control 
 */

a {
	text-decoration: none;
}

a:link {
	color: darkblue;
}

a:active {
	color: red;
}

a:visited {
	color: purple;
}

a:hover {
	color: red;
	background: lightblue;
}

body {
	width: 1200px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

img {
	border: none;
}

img.join {
	border:	0;
	border-collapse:collapse;
	float: left;
}

img.center {
	display: block;
	margin-left: auto; 
	margin-right: auto;
}

p, p.std {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	margin-top: 5px;
}

p.std:first-letter {
	font-size: 30px;
	color: Blue;
}

table.center {
	margin-left: 10%; 
	margin-right: 10%;
}

table.border {
	border: 0;
}

ul {
	list-style-type: square;
}

/* END Tag control */

/* Classes */

.center {
	display: block;
	margin-left: auto; 
	margin-right: auto;
}

.const {
	width: 1180px;
	text-align: center;
}

.content {
	float: right;
	background-color: white;
	color: blue;
	padding: 10px;
	width: 1180px;
}

.content h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: red;
	font-weight: bold;
	font-variant: normal;
}

.content h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-large;
	font-style: italic;
	color: red;
	font-weight: bold;
	font-variant: normal;
}

.content h2 b {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-large;
	font-style: italic;
	color: blue;
	font-weight: bold;
	font-variant: normal;
}

.content img {
	margin-bottom: 5px;
}

.eaddr {
	margin-left: 290px;

}

.footer {
	height: 35px;
	width: 1200px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: both;
	text-align: center;
	line-height: 1.7;
	display: inline-block;
	vertical-align: middle;
	color: blue;
	background-color: lightsteelblue;
}

.GT3D_Header {
	float: left;
}

.header {
	float: right;
	height: 100px;
	width: 1044px; 	/* 980px; */
	font-family: lobster_1-3regular, Script;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: white;
	background-color: rgb(15,45,83);		/* lightsteelblue; */
}

.header h1 {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 6px;
	font-size: 36px;
	font-weight: bold;
}

.h3clr {
	clear: both;
}

.h3ctr {
	text-align: center;
}

/*
 * START Class - Image position control 
 */

.imglt {		/* Used by Centaus1 */
	float: left;
	margin-right: 5px;
}

.imgrt {		/* Used by Centaus1 */
	float: right;
}

.menu {
	margin-left: 30px;
	font-size:30px;
	cursor:pointer
}

.pclr {			/* Used by Centaus1 */
	clear:both;
}

.pctr {
	clear:both;
	text-align: center;
}

.side {
	clear: left;
	float: left;
}

/*
 * <!-- START MENU Style code -->
 * HAMBURGER STYLING CLASS - 7/5/22 SJT
 */
 
.sidenav {
	height: 100%;
	width: 0;		/* 220px max */ 
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	/* font-variant: small-caps; */
	text-align: center;
	color: red;
	background-color: ghostwhite;	/* background-color: #111; */
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;	/* 25px */
	color: blue; 		/* #818181; */
	display: block;
	transition: 0.3s;
}

.sidenav a:active {
	color: red;
}

.sidenav a:visited {
	color: darkblue;
}

.sidenav a:hover {
	/* color: #f1f1f1; */
	color: red;
	background-color: lightblue;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/*
 * START MENU Class - here, menu1 & menu2 only 
 */

.here {
	background-color: yellow;
	color: green;
}

.menu1 {
	background-color: ghostwhite;
}

.menu2 {
	background-color: whitesmoke;
}

/*
 * END MENU Class - here, menu1 & menu2 only 
 */

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;
}

/*
 * <!-- END MENU Style code -->
 */

