﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
  font-family: benguiat;
  font-style: normal;
  font-weight: 400;
  src: url("https://alexisdesign.ca/font/AGBEN8.ttf");
}

@font-face {
  font-family: benguiat;
  font-style: normal;
  font-weight: 400;
  src: url("https://alexisdesign.ca/font/PlomPraeng.ttf");
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  	 color: gray;
  font-family: Arial, Helvetica, sans-serif;
}

.tags{
	 font-size: x-small;
	 color: gray;
}
b{
	 font-weight: bold;
	
}

ol, ul {
	list-style: none;
}
ul.a {
  list-style-type: square;
    padding-left:30px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;

}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.blended_grid{
	display : block;
	width : 1200px;
	overflow : auto;
	margin : 0px auto 0 auto;
	background-color: #FDFAF7;
	z-index: -500;
border-bottom-right-radius: 80px 80px;
border-bottom-left-radius: 80px 80px;
}

.pageColumnLeft{
	float : left;
	clear : none;
	height : 1250px;
	width : 200px;
}

.pageColumnMid{
	float : left;
	clear : none;
	height : 1250px;
	width : 500px;
}

.pageColumnRight{
	float : left;
	clear : none;
	height : 1250px;
	width : 500px;
}

.pageColumnMerged{
	float : left;
	clear : none;
	height : 1250px;
	width : 1000px;
}
.grid-container {
	margin: auto;
	width: 1200px;
    display: grid;
    grid-template-columns: 93px 93px 93px 93px 456px 93px 93px 93px 93px;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
 }

.grid-header-left{

    font-weight: bold;
    color: white;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border: 0px solid lightgray;
}

.grid-header-right{

    font-weight: bold;
    color: white;
    text-align: right;
    vertical-align: middle;
    padding: 0px;

}

.grid-item {
    border: 0px dotted lightgray;
    padding: 0px;
}
h1 {
  display: block;
  color: #af873b;
  font-size: 1.7em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 5px;
  margin-right: 0;
  font-weight: bold;
  font-family: "Plom Praeng";
}

h2 {
  display: block;
  color: #af873b;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: "Plom Praeng";	
}

h3 {
  display: block;
  color: #af873b;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  display: block;
  color: #af873b;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  display: block;
  color: #af873b;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h6 {
  display: block;
  color: #af873b;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 00;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}


.featureslocation{
	position: relative;	
	float: inherit;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1200px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	border-radius: 0px;
}

.elements{
	display: flex;
	justify-content: center; 
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
}
p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}
.myButton {
	box-shadow:inset 0px 0px 0px 0px #000000;
background: rgb(175,135,59);
background: linear-gradient(0deg, rgba(175,135,59,1) 76%, rgba(0,0,0,1) 100%);
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}

.myButton:hover {
background: rgb(175,135,59);
background: linear-gradient(180deg, rgba(175,135,59,1) 76%, rgba(0,0,0,1) 100%);}  

.middlemenu {
	margin-top: 60px;
	position: absolute;
	font-family: "Plom Praeng";
	font-size:26px;
	color: #b5882d;
	text-align:center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1200px; 
	clear: both;
}

.footermenu{
	top: 30px;
	position: relative;  
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	height: 170px; 
	width:1200px; 
	padding: 5px 0px 5px 5px; 
	border: 1px solid; 
	border-color: #e84035; 
	border-radius: 5px;
	background: rgba( 38, 38, 38, 0.5);
	z-index: 501;
}

.col{
	padding:0em; 
	display:table-cell; 
	font:normal 14px Arial; 
	font-weight: none; 
	color: #ffcc33;
	justify-content: space-between;
	width: 171px;
}

a.footeritem:link{
	text-decoration: none; 
	color: #ffffff; 
	font:normal 11px Arial;
}

a.footeritem:visited {
	text-decoration: none; 
	color: white; 
	font:normal 11px Arial;
}

a.footeritem:hover {
	text-decoration: underline; 
	color: #ffcc33; 
	font:normal 11px Arial;
}

a.footeritem:active {
	font:normal 11px Arial;
} 


