body {
	color: white;
	background-color: black;
	background-image: url(img/stars.jpg);
}

#wrapper {
	margin: 0px auto;
	text-align: center;
}

#container {
	position: relative;
	width: 98%;
}

.img01 {
	border: 0;
	padding: 0 2em;
}

img	{
	max-width: 95%;
}

.setup {
	display: grid;
	grid-template-columns: 1fr;
  grid-gap: 5px;
	background-color: #f5f5f5;
	color: #2c2c2c;
  width: 99.9%;
	padding: 10px;
  grid-template-areas:
   "contentleft"
	 "sideright"
}

.contentwrapper2 {
	display: grid;
	grid-template-columns: 1fr;
  grid-gap: 5px;
	background-color: #f5f5f5;
	color: #2c2c2c;
  width: 96%;
	padding: 10px;
  grid-template-areas:
   "contentright"
	 "sideleft"
}

.contentleft{
	grid-area: contentleft;
	padding: 10px;
	margin: 0;
	border: 1px solid #A3C7F8;
	line-height: 1.4em;
}

.contentright{
	grid-area: contentright;
	padding: 10px;
	margin: 0;
	border: 1px solid #A3C7F8;
	line-height: 1.4em;
}
.boxes > * {
  padding: 3.5rem;
  background-color: white;
  color: black;
	text-align: center;
	margin: 0 auto;
}
.boxes img 	{
	max-width: 100%;
	margin: 10px auto;
}
.gridboxes {
  display: grid;
  grid-auto-rows: minmax(125px, auto);
  grid-gap: 1.5rem;
	align-items: center;
}
.row1, .row2, .row3	{
	display: inline-block;
}

@media only screen and (min-width: 744px)  {
.banner2	{
	grid-template-columns: 40% 1fr;
  grid-template-areas:
   "banner_logo	banner_quote"
}
.contentwrapper {
	grid-template-columns: 1fr 25%;
  grid-template-areas:
   "contentleft	sideright"
}
.contentwrapper2 {
	width: 98%;
	grid-template-columns: 25% 1fr;
  grid-template-areas:
  "sideleft contentright"
}
/*.gridboxes {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
   "row1"
	 "row2"
	 "row3"
}*/
}

@media only screen and (max-width: 744px)  {
.row1, .row3	{
	display: none;
}
#enterlink	{
	width: 265px;
	height: 340px;
}

.splitcontentright {
	float: left;
	width: 95%;
	display: block;
	margin: 0 1em;
}
.splitcontentleft {
	float: left;
	width: 95%;
	display: block;
	margin: 0 1em;
}
}
.gallery, .gallery2 {
  display: flex;
  flex-flow: row wrap;
 /* justify-content: flex-start;*/
}

.gallery_item img {
	max-height: 200px;
/*	width: 200px;*/
}

.gallery_item {
  width: 165px;
/*  height: 150px;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 10px;
}

a.photolink {
    border: 0;
    text-decoration: none;
}
a.photolink:hover  {
border: 0;
text-decoration: none;
}
/* Responsive Video */
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
