body {
	background: url('../img/tile.jpg') repeat scroll top left;
}

img {border:none}

@font-face {
    font-family: 'gartonmedium';
    src: url('../fonts/garto16-webfont.eot');
    src: url('../fonts/garto16-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garto16-webfont.woff2') format('woff2'),
         url('../fonts/garto16-webfont.woff') format('woff'),
         url('../fonts/garto16-webfont.ttf') format('truetype'),
         url('../fonts/garto16-webfont.svg#gartonmedium') format('svg');
}
h1, h2, h3, h4, h5 {
	font-family: 'gartonmedium';
	color: palegoldenrod;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: palegoldenrod;
	line-height: 1.4;
}

h2.goldtext a:hover {text-shadow: 1px 1px 5px gold;}
h2.goldtext a {text-decoration: none;}

.page {
	min-width: 720px;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

#logo img {
	max-width: 700px;
	min-width: 600px;
	max-height: 600px;
	width: 90%;
	height: 90%;
	padding: 0px 30px;
}

#logo {margin-bottom:-40px;}

ul.menulinks {list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'gartonmedium';
  	font-weight: bold;
	font-size: 18pt;
}

ul.menulinks li {
	display: inline;
}

ul.menulinks li a {
	padding: 21px;
	text-align: center;
	text-decoration: none;
  	
}

ul.menulinks li a:hover, a:hover {text-shadow: 1px 1px 5px gold;}

.socials img:hover {-webkit-filter: drop-shadow(1px 1px 2px gold);
  filter: drop-shadow(1px 1px 2px gold);}

.goldtext, ul.menulinks, a:link {
	background: url('../img/gold.jpg') repeat center center;
	background-size: cover;
	color: gold;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text; 
}

.goldline1{
	width: 660px;
	padding: 0px ;
	height: 2px;
	background: url('../img/gold.jpg') repeat center center;
	color: gold;
}

.goldline1#top {margin: 0px -30px 22px -30px;}
.goldline1#bottom {margin: 22px -30px 0px -30px;}

.goldline{
	width: 460px;
	padding: 0px ;
	margin: 23px auto;
	height: 2px;
	background: url('../img/gold.jpg') repeat center center;
	color: gold;
}

.spacer {
	width: 100%;
	height: 5px;
}

.imagecenter {
	margin: 0 auto;
}

#image1 {	
	width: 400px;
	height: 300px;
	background-image: url('../img/process1.jpg');
	background-size: 100%;
}

#image2 {
	width: 150px;
	height: 150px;
	background-image: url('../img/stamp1.png');
	background-size: 100%;
}


.menu {
	width: 600px;
	margin: 0 auto;
	padding: 0px 30px;
	background-color: rgba(22, 21, 49, 0.7);
}

.body {
	width: 600px;
	margin: 20px auto;
	padding: 0px 30px;
	background-color: rgba(82, 81, 109, 0.7);
}
.socials {
	width: 600px;
	height: 100px;
	margin: 40px auto;
	padding: 0px 30px;
	text-align: center;
}

.socials img {
	padding: 8px 20px;
}



#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 100%;
  border: none;
  border-radius: 0;
  display: block;
  width: 80%;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fs-frm label {  color: palegoldenrod;}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(255,255,255,0.9);
  padding: .75em 1rem;
  margin-bottom: 1.5rem;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
}
#fs-frm select {
  text-transform: none;
}


