
.pixelify-sans-global {
font-family: "Pixelify Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

ul{
list-style:none;
margin:0;
padding:25px;
}
#head{
font-family: "Pixelify Sans", sans-serif;
width:95%;
color:white;
}
#splashtxt{
font-size:75%;
width:50%;
margin:auto;
color:lightgrey;
}
#navbar{
width:75%;
}
#imgcontainer,#head,#navbar,#message,h1,a{
margin:auto;
text-align:center;
}
body{
background-color:black;
color:white;
}
a{
color:green;
text-decoration:none;
}
a:visited {
color:cyan;
text-decoration:none;
}
div.gallery {
  border: none;
}

div.gallery:hover {
  border: none;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
