body {
  background-color: #AA725C;
  margin: 0px;
  background-attachment: fixed;
  background-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: black;
  text-align: center;
}

h2 {
  color: black;
  text-align: center;
}

h3 {
  color: black;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: rgba(43, 42, 42, 0.9);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 6;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 17px 14px;
  text-decoration: none;
  font-size: 17px;
  position: -webkit-sticky; /* Safari */
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: white;
  color: black;
}

.topnav .icon {
  display: none;
  position: sticky;
}

@media screen and (max-width: 665px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 665px) {
  .topnav.responsive {
    position: sticky;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
a.visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.footer {
  color: white;
  background-color: transparent;
  text-decoration: underline, bold;
}
.footer:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
for {
  text-align: left;
  padding: 3px;
  background-color: rgba(43, 42, 42, 0.85);
  color: white;
  padding-left: 10px;
}
footer {
  text-align: left;
  padding: 3px;
  background-color: rgba(43, 42, 42, 0.85);
  color: white;
  text-size: ;
  padding-left: 10px;
}
#logo {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#logo1 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#logo1:hover {
  filter: invert(100%);
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 6px;
  background: rgba(255, 255, 255, 0.3);
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
  margin-left: auto;
  margin-right: auto;
}

.myImages {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border: 5px solid #555;
}
.column img:hover {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border: 5px solid #555;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    flex: 45%;
    max-width: 45%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 550px) {
  .column {
    flex: 95%;
    max-width: 95%;
  }
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-height: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.myimages:hover {
  cursor: pointer;
}
.name {
  text-align: center;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

