* {
  margin: 0;
	padding: 0;
}

body {
  background: black;
}

div {
  margin: 2px 10px 0 10px;
}



/* GRID */

.grid {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
 grid-template-rows: max-content max-content;
 grid-column-gap: 5px;
}

.CONTENT-ABOUT-TEXT { 
 grid-column: 1 / 5;
 grid-row: 1 / 2;
 background-color: 
}


/* GRID - TOP NAVIGATION */

.grid-top-navigation {
  display: grid;
  grid-template-columns: repeat 6, auto;
  justify-content: space-between;
  padding: 0 0 5px 0;
}

.GRID-navigation-1 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}

.GRID-navigation-2 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}

.GRID-navigation-3 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}

.GRID-navigation-4 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}

.GRID-navigation-5 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}

.GRID-navigation-6 { 
 display: grid;
 grid-row: 1 / 2;
 background-color:
}


/* GRID - MOB 

.GRID-navigation-MOB {
 display: none; 
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}
*/


/* IMAGES */

.img-A2
{
  width: 100%;
}

.img-A3 {
  width: 100%;
}

.img-A4 {
  width: 100%;
}

.img-A5 {
  width: 100%;
}


/* TEXT */

.txt {
  font-family: 'Courier New', monospace; 
  font-size: 11pt; 
  color: #808080;
  text-align: justify;
  width: 100%;
}

.txt-image-date {
  font-family: 'Courier New', monospace; 
  font-size: 11.3pt; 
  color: #808080;
  text-align: justify;
  width: 100%;
}

.txt-image {
  font-family: 'Courier New', monospace; 
  font-size: 11pt; 
  color: #4d4d4d;
  text-align: justify;
  width: 100%;
  }

/* 
.txt-MOB {
  font-family: 'Courier New', monospace; 
  font-size: 15pt; 
  color: #808080;
  text-align: right;
  width: 100%;
}
*/


/* LINKS */

.links {
  font-family: 'Courier New', monospace; 
  font-size: 11pt; 
  text-decoration: none;
  outline: none;
  color: #808080;
}

/* mouse over link */
a:hover {
  color: #404040;
  background: #d9d9d9;
}

/* END CONTENT*/





/*
@media (max-width: 1000px) {

div {
  margin: 0 5px 0 5px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content max-content max-content max-content max-content;
}
 */
