@charset "utf-8";

body {
	/*background: url("images/Background.png");
	background-repeat: no-repeat;
	background-size:cover;*/
	background:#000000;
		
}
h1 {
    font-size: 30px;
	
}
h2 {font-size: 25px;}
p {font-size: 25px;}

table {}

.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  flex: 16%;
  max-width: 16%;
  padding: 0.4px;
}

.column:first-child { z-index: 6;}
.column:nth-child(2){z-index: 5;}
.column:nth-child(3){z-index: 4;}
.column:nth-child(4){z-index: 3;}
.column:nth-child(5){z-index: 2;}
.column:nth-child(6){z-index: 1;}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.photo {
	margin: 0px;
	padding: 0px;

}
.photo img {
	margin-top: 0.4px;
 	vertical-align: middle;
	width: 100%;
}

.photo p {
	visibility:hidden;
	height: 0px;
	margin: 0px;
}

.photo:hover p {
	visibility:visible;
	height: auto;
	background: #FFFFFF;
}
.photo:hover {
	width: 720px;
}
