body {
  font: 20px Montserrat, sans-serif;
  line-height: 1.8;
  color: #f5f6f7;
}

.radio-row-odd {
  background-color: #4f4f4f;
  padding: 0em 1em 1em 1em;
}

.radio-row-even {
  padding: 0em 1em 1em 1em;
  background-color: #c6390d;
}

p {
  font-size: 16px;
}
ul.a {
  font-size: 14px;
}
.margin {
  margin-bottom: 10px;
}
.bg-1 {
  background-color: #1abc9c; /* Green */
  color: #ffffff;
}
.bg-2 {
  background-color: #474e5d; /* Dark Blue */
  color: #ffffff;
}
.bg-3 {
  background-color: #ffffff; /* White */
  color: #555555;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-3-eagles-dvd {
  background-color: #ffe6e6; /* White */
  color: #555555;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-3-alt {
  background-color: #eeeeee; /* White */
  color: #555555;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-4 {
  background-color: #2f2f2f; /* Black Gray */
  color: #fff;
}

#player {
  width: 100%;
}

.vw_60 {
  max-width: 80vw;
}

.bg-5 {
  background-color: #c6390d; /* Red*/
  color: #fff;
}

.width1400 {
  width: 1600px;
}
.container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1600px;
}

.robin_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1em;
  row-gap: 2em;
}

.film_tile {
  max-width: 89vw;
}
.navbar {
  padding-top: 20px;
  padding-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 900;
}
.navbar-nav li a:hover {
  color: #1abc9c !important;
}

#map-canvas {
  width: 100%;
  height: 100%;
  height: calc(100% - 0px);
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }

  .width1400 {
    width: 98%;
  }
}
@media (max-width: 1000px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .width1400 {
    width: 98%;
  }
}
@media (max-width: 800px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .width1400 {
    width: 800px;
  }

  .robin_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 2em;
  }
}
@media (max-width: 500px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .width1400 {
    width: 96%;
  }

  .robin_grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1em;
    row-gap: 2em;
  }
}

body {
  margin: 0;
  padding: 0;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.button {
  background-color: #44c767;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Trebuchet MS;
  font-size: 16px;
  padding: 3px 27px;
  text-decoration: none;
  float: right;
  margin: 12px;
}
.button:hover {
  background-color: #44c767d6;
  text-decoration: none;
  color: #ffffff;
}
.button:active {
  position: relative;
  top: 1px;
  color: #ffffff;
}
