@charset "utf-8";
	/* CSS Document */
html {
  box-sizing: border-box;
  justify-content: center;
}
* {
  box-sizing: inherit;
}
body{
	padding: 1em;
}
	h1{
		text-align: center;
		font-family: serif;
		font-weight: bold;
		font-size: 2em;
		color:#FFFFFF;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		background:#2AEEDA;
		margin-bottom: 5px;
	/*	border-bottom: 5px solid #090909;*/
		margin-top: 1px;
	}
h2{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
	body {
/*		background-image: url("images/ldm_lmm_1st_trip_CA_1965_800_light.jpg");*/
		opacity: 1;
		background-repeat: repeat;
		z-index: 2000;
	}
	header {
		z-index: 1000;
	}
#layout {
	display: grid;
	grid-template-rows:auto;
/*	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
	grid-template-columns: 300px 900px;
	grid-gap: 0px 0px;
	border-top-width: medium;
	margin-top: 100px;'
	margin-left: 5%;
	margin-right: 5%;
}
#one {
	grid-row:1/2;
	grid-column: 1/ span 2;
}
#two{
	grid-row:2/3;
	grid-column: 1/ span 2;	
}
#three{
	grid-row:3/4;
	grid-column:1/2;
	justify-self:left;
}
#four{
	grid-row: 3/4;
	grid-column: 2/3;
	justify-self: right;
}
#five{
	grid-row:4/5;
	grid-column: 1/2;
	justify-self:left;
}
#six{
	grid-row: 4/5;
	grid-column: 2/3;
	justify-self: right;
}
#seven{
	grid-row: 5/6;
	grid-column: 1/2;
	justify-self: left;
}
#eight{
	grid-row: 5/6;
	grid-column: 2/3;
	justify-self: right;
}
#nine{
	grid-row: 6/7;
	grid-column: 1/2;
	justify-self: left;
}
#ten{
	grid-row: 6/7;
	grid-column: 2/3;
	justify-self: right;	
}
.footer{
	grid-row:7/8;
	grid-column: 2/3;
	justify-self: right;
}
.footer p{
	z-index: 1000;
}
.footer2{
	grid-row:7/8;
	grid-column: 1/2;
	justify-self: left;
}
.footer2 p{
	z-index: 1000;	
}
#footer_fill{
	background: #F4F9A6;
	grid-row: 7/8;
	grid-column: 1/3;
	z-index: -1;
}

	.site-logo {
		position: relative;
		display: block;
		float: left;
		width: 3.1em;
	}
	.site-logo img {
		width: 3.1em;
	}
	.logo {
		opacity: 1;
	}
	.site-nav {
		position: relative;
		float:none;
		z-index: 400;
		top: 0;
		left: 0;
		display: block !important;
		width: 80%;
		padding: .75em 1em 0em 0em;
		opacity: 1;
		background: none;
		margin-bottom: 10px;
	}
	.site-nav ul {
		list-style-type: none;
		margin-bottom: 10px;
		text-align: right;
	}
	.site-nav ul li {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	.site-nav ul li a {
		font-size: 2em;
		padding-bottom: .5em;
		text-decoration: none;
		letter-spacing: .15em;
		text-transform: uppercase;
		font-weight: bold;
		color:blue;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	.site-nav ul li a:hover {
		outline: none;
		border-bottom: 1px solid white;
	}
