


/* THE MAIN CONTAINER OF THE ENTIRE SITE...  */
html, body {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #111;
  color: #fff;
  width: 100vw;
  margin: 0;
  padding-top: 0px;
}


/* .tab { margin-left: 40px; } */

.safari-backdrop-fix {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -100;
  top: 0;
  left: 0;  
}

.page_wrapper {
  margin-left: auto;
  margin-right: auto;
  	max-width: 1175px;
  	min-width: 1175px;
}


img {
    display: block;
    max-width: 150%;
    max-height: 150%;
    width: auto;
    height: auto;
	justify-content: center;
   position: relative;
top offset:10px;
bottom offset:10px;
right offset:15px;
left offset:15px;
}

.grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 270px) 1fr;
/*   850px 290px; */
  grid-template-rows: 90px 90px repeat(50, 270px);
/*   grid-column-gap: 5%; */
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: 
  	"banner banner banner banner";

	justify-content: center;
	
}


.grid_items {
/*   padding: 20px; */
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 600px repeat(200, 400px);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
/*   height: calc(100vh - 16px); */
}
.grid_item_latest {
	grid-row-start: 1;
	grid-row-end:   3;
}
.grid_items > div {
  background-color: #444;
/*   padding: 10px; */
}
  .grid_wrap > .post:nth-child(3n + 1) {
  	background-color: #444;
  }
  .grid_wrap > .post:nth-child(3n + 2) {
  	background-color: #333;
  }
  .grid_wrap > .post:nth-child(3n + 3) {
  	background-color: #222;
  }
/*
@media only screen and (min-width: 1020px) {
  .grid_items {
    grid-template-columns: 47% 47%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  
  .grid_items > div:nth-child(2n + 2) {
  background-color: #333;
}
.grid_items > div:nth-child(2n + 3) {
  background-color: #222;
}
  .page_wrapper {
  	width: 95vw;
  	max-width: 1500px;
  }
  .grid_wrap {
  	grid-template-columns: auto 290px;
  }
  .grid_item_latest {
	grid-row-start: 1;
	grid-row-end:   1;
	grid-column-start: 1;
	grid-column-end:   3;
  }
}
*/
@media only screen and (min-width: 1175px) {
  .grid_items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
  .grid_items > div {
  	background-color: #444;
/*     padding: 20px; */
  }
  .grid_wrap > .post:nth-child(3n + 1) {
  	background-color: #444;
  }
  .grid_wrap > .post:nth-child(3n + 2) {
  	background-color: #333;
  }
  .grid_wrap > .post:nth-child(3n + 3) {
  	background-color: #222;
  }
  .page_wrapper {
/*   	width: 92vw; */
  	max-width: 1175px;
  	min-width: 1175px;
  }
  .grid_wrap {
/*   	grid-template-columns: 1fr 290px; */
  }
  .grid_item_latest {
  }
}













* {
  white-space: nowrap;
/*   background: #000 !important; */
/*   color: #0f0 !important; */
/*   border: 1px inset #1C6EA4 !important; */
  
  
/*   padding: 2px; */
/*   outline: solid #f00 1px !important; */
}
