h1 {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

footer {
  margin-top: 128px;
}

label{
  color: white;
}

.row {
  margin: 0;
}

.gallery-container {
  margin-top: 3%;
}

.gallery-menu {
  padding: 12% 6% 15% 6%;
  background-color: #EE884A;
  margin-top: 35%;
}


.gallery-images img {
  width: 80%;
  margin-bottom: 50px;
  transition: 0.6s;
}

.gallery-images img:hover {
  filter: grayscale(80%);
  transform: scale(1.05);
}

img.heightChange{
  margin-top: 20%;
  height: 70%;
}

.video {
    margin-top: 12%;
}



/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #707070;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #828282;
}

@media (max-width:1500px) {
  h1 {
    font-size: 2rem;
  }

  .container {
    font-size: 1rem;
  }

  .gallery-images img {
    margin-bottom: 40px;
  }
}

@media (max-width:1400px) {
  h1 {
    font-size: 1.8rem;
  }

  .gallery-images img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* Tablet Media Querrys */
@media (max-width:1050px) {
  .gallery-menu {
    margin-top: 40%;
  }

  footer {
    margin-top: 29.5%;
  }

  .container {
    font-size: 1.2rem;
  }
  
  .video-margin{
    margin-top: 30px;
  }
}

@media (max-width:739px) {
  h1{
    font-size: 1.8rem;
  }

  .lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 0;
  }

  .gallery-menu {
    padding: 8% 3% 8% 3%;
    background-color: #EE884A;
    margin: 0 7% 0 7%;
  }

  .gallery-container {
    margin-top: 90px;
  }

  .container{
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .gallery-menu{
    margin-bottom: 20px;
  }

}
