* {
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#copyright {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #bcbcbc;
}

.side {
  flex: 25%;
  padding: 20px;
  /* background-color: #f1f1f1; */
}

@font-face {
  font-family: 'Work Sans', Helvetica, sans-serif;
}

.main {
  flex: 75%;
  background-color: white;
  padding: 20px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

img.gal-img {
  width: 480px;
}

img.spec-img {
  width: 985px;
}

.gallery > div {
  margin-right: 25px;
  margin-bottom: 15px;
}

a#title {
  font-family: 'Work Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
}

p {
  text-align: left;
  font-family: 'Work Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

a {
  text-align: left;
  font-family: 'Work Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

@media screen and (max-width: 1200px) {
  .container {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
  }

  .main, .side {
    margin: 0px;
    padding: 0px;
  }

  .gallery > div {
    margin: 0px -10px 15px -10px;
    overflow: hidden;
  }

  .gallery {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  img.gal-img, img.spec-img {
    width: 100%;
  }

  video {
    width: 100%;
  }

  .spec-vid {
    display: none;
    overflow:hidden;
  }

  a#title {
    font-size: 28px;
  }

  p {;
    font-size: 18px;
  }

  a {
    font-size: 18px;
  }

  p {
    /* padding-left: 0px; */
    /* margin-top: 0px; */
    /* margin-bottom: 25px; */
    /* margin-left: 0px; */
  }

  p#link-1,#link-2,#link-3,#link-4,#link-5,#link-6 {
    margin-top: 0px;
  }

  div#show-1 {
    margin-top: 15px;
  }

  #footer, #copyright {
    position: relative;
    left: 0;
    margin-top: 20px;
    bottom: 30px;
    width: 100%;
  }
}
