/* About CD */
/* Colour Variables */
/* Fonts */
@font-face {
  font-family: "lintsecregular";
  src: url("fonts/Lintsec-webfont.woff?#iefix") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Egyptienne";
  src: url("fonts/EurostileLTStdBoldEx2.woff2?#iefix") format("woff2"), url("fonts/Lintsec-webfont.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+0020-00FC;
}
@font-face {
  font-family: "broadwayregular";
  src: url("fonts/BroadwayBT.woff2?#iefix") format("woff2"), url("fonts/BroadwayBT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EurostileLTStdBoldEx2";
  src: url("fonts/EurostileLTStdBoldEx2.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileLTStdBoldEx2.woff2") format("woff2"), url("fonts/EurostileLTStdBoldEx2.woff") format("woff");
}
@font-face {
  font-family: "Pendry Script Std";
  src: url("fonts/PendryScriptStd.eot?#iefix") format("embedded-opentype"), url("fonts/PendryScriptStd.woff2") format("woff2"), url("fonts/PendryScriptStd.woff") format("woff"), url("fonts/PendryScriptStd.svg#PendryScriptStd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}
@font-face {
  font-family: "six_capsregular";
  src: url("fonts/sixcaps.woff2?#iefix") format("woff2"), url("fonts/sixcaps.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gillSansNovaMedium";
  src: url("fonts/Gill Sans Nova Medium.woff") format("woff"), url("fonts/Gill Sans Nova Medium.woff2") format("woff2"), url("fonts/Gill Sans Nova Medium.eot") format("eot"), url("fonts/Gill Sans Nova Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/karla-v31-latin-regular.woff2") format("woff2"), url("fonts/Karla-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "worksans-extrabold";
  src: url("fonts/worksans-extrabold-webfont.woff") format("woff2"), url("fonts/worksans-extrabold-webfont.woff2") format("woff");
  font-weight: 800;
  font-style: normal;
}
.about-cd {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 3rem;
  text-align: center;
}

.about-cd::after {
  content: "";
  display: block;
  clear: both;
}

.cd-title {
  margin-bottom: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  font-weight: bold;
  color: #336699;
}

@media only screen and (min-width: 800px) {
  .cd-title {
    font-size: 2.5rem;
  }
}
.cd-image-container {
  margin: 0 auto 2rem;
  max-height: 30rem;
  max-width: 30rem;
}

.cd-subtitle {
  margin: 3.5rem 0 2rem;
  font-family: "Noto Sans", sans-serif;
  color: #606060;
}

.gt-subtitle {
  margin: 3.5rem 0 2rem;
  font-family: "Noto Sans", sans-serif;
  color: #606060;
  text-align: center;
}

.cd-columns {
  column-count: 3;
  column-width: 12.5rem;
  column-gap: 4rem;
  column-rule: 1px solid #dddddd;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0;
}

.cd-track-list {
  margin: 0;
}

#paypal-button-container {
  margin-top: 2rem;
}

.paypal-price-text {
  margin-top: 0.85rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.25rem;
  font-weight: bold;
  color: #336699;
}

@media only screen and (min-width: 800px) {
  .paypal-price-text {
    font-size: 1.35rem;
  }
}
.cargo-price-text {
  margin-top: 0.25rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  color: #336699;
}

@media only screen and (min-width: 800px) {
  .cargo-price-text {
    font-size: 1.35rem;
  }
}
.crd_btn {
  background-color: #a30a0d;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: white;
  padding: 9px 20px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 800px) {
  .crd_btn {
    padding: 10px 30px;
  }
}
.crd_btn:hover {
  background-color: #c00c0f;
}

.subscrb_btn {
  background-color: #a30a0d;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: white;
  padding: 9px 40px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.subscrb_btn:hover {
  background-color: #c00c0f;
}

/* About LP */
.about-lp {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 3rem;
  text-align: center;
}

#lp {
  padding: 4rem 0;
}

.text-center {
  text-align: center;
}

.lp-container {
  margin-inline: auto;
  width: 90%;
  max-width: 30rem;
}

.lp-split {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 800px) {
  .lp-split {
    flex-direction: row;
    justify-content: space-around;
  }
}
.lp-side {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

.lp-track-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lp-track-list a {
  display: inline-block;
  padding: 0.5rem 0;
  cursor: pointer;
  color: black;
  text-decoration: none;
  outline: none;
}

.lp-track-list a::after {
  content: "";
  display: block;
  height: 2.4px;
  background: black;
  top: 1.35rem;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transition: transform ease-in-out 250ms;
}

.lp-track-list a:hover::after,
.lp-track-list a:focus::after {
  transform: scale(1, 1);
}

/* About Us*/
.about-us {
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 0;
}

@media only screen and (min-width: 800px) {
  .about-us {
    flex-direction: row;
  }
}
.about-us__text {
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 800px) {
  .about-us__text {
    flex: 0 1 50%;
    padding: 3.3rem 1rem;
  }
}
.about-us__quotes {
  height: 15rem;
}

@media only screen and (min-width: 800px) {
  .about-us__quotes {
    flex: 0 1 50%;
    height: 17rem;
    padding: 2rem 1rem;
  }
}
/* Base Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 800px) {
  html {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
body {
  background: #f2f3f4;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-anchor: none;
}

img {
  display: block;
  max-width: 100%;
}

/* Typography */
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1;
}

h3,
h4,
p {
  margin-bottom: 0.85rem;
}

@media only screen and (min-width: 800px) {
  h3,
  h4,
  p {
    margin-bottom: 1rem;
  }
}
b {
  font-weight: 700;
}

/* 'Red Guitars' font */
.text-red {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #cd0e04;
  font-size: 1rem;
}

/* Slow To Fade text */
.text-stf {
  color: #cd0e04;
}

/* Electric Lime text */
.text-electric-lime {
  color: #ceff1a;
}

#epk {
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

#epk-header {
  background: #333;
  color: #f4c430;
  text-align: center;
}

#epk-header h1 {
  font-family: "Pendry Script Std";
  font-size: 3em;
  color: #ff0000;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 1rem;
  line-height: 90%;
}

#epk-header .epk-content-wrap {
  padding: 0 1.5em 2em;
  max-width: 880px;
  margin: 0 auto;
}

.epk-btn {
  display: inline-block;
  background: #333;
  color: #f4c430;
  text-decoration: none;
  padding: 1em 2em;
  border: 1px solid #f4c430;
  margin: 0.5em 0;
}

.epk-btn:hover {
  background: #eaeaea;
  color: #333;
}

#audio {
  background: #eaeaea;
  color: #333;
  padding: 2em 2em 0;
  text-align: center;
}

#audio h2 {
  font-family: "Pendry Script Std";
  font-size: 2rem;
  color: #ff0000;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0.25rem;
  line-height: 90%;
}

#audio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#audio li {
  padding-bottom: 2rem;
}

#tour-info {
  background: #333;
  color: #f4c430;
  text-align: center;
}

#tour-info .tour-content-wrap {
  padding: 0 0 2em;
  max-width: 550px;
  margin: 0 auto;
}

#tour-info ul {
  list-style: none;
  margin: 0;
  padding: 0 2em;
  text-align: left;
}

#tour-info h2 {
  font-family: "Pendry Script Std";
  font-size: 2rem;
  color: #ff0000;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 0.75rem;
  line-height: 90%;
}

#images {
  background: #eaeaea;
  color: #333;
  padding: 2em 2em 1em;
  text-align: center;
}

#images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#images li {
  margin-bottom: 1em;
  background: #fff;
  color: #333;
}

#images .card-content {
  padding: 1.5em;
}

/* media queries */
@media (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
  }
  #images ul {
    grid-column: 2/4;
  }
  #images ul {
    display: flex;
    justify-content: space-around;
  }
  #images li {
    width: 31%;
  }
}
#press-release {
  background: #333;
  color: #f4c430;
  text-align: center;
}

#press-release h1 {
  font-family: "Pendry Script Std";
  font-size: 3em;
  color: #ff0000;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 1rem;
  line-height: 90%;
}

#press-release .press-release-content-wrap {
  text-align: justify;
  padding: 0 1.5em 2em;
  max-width: 880px;
  margin: 0 auto;
}

/* Image Slider see flexslider.css imported from vendor directory */
.flexslider-container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0;
}

.flexslider-caption {
  font-size: 0.85rem;
  font-weight: normal;
  padding: 1.5%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 800px) {
  .flexslider-caption {
    font-size: 0.9rem;
  }
}
/* Footer */
footer {
  padding-top: 0;
  text-align: center;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  flex-shrink: 0;
}

.social-icons li {
  display: inline-block;
  list-style-type: none;
  user-select: none;
}

.social-icons li a {
  border-bottom: none;
}

.social-icons li img {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 2.2rem;
  margin-bottom: 2rem;
  transition: transform 1s ease;
}

@media only screen and (min-width: 800px) {
  .social-icons li img {
    width: 2rem;
    height: 2rem;
    margin-right: 3.75rem;
  }
}
.social-icons li .fb {
  width: 2rem;
  height: 2rem;
  margin-right: 3.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.social-icons li .tw {
  width: 2rem;
  height: 2rem;
  margin-right: 3.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.social-icons li .yT {
  width: 2rem;
  height: 2rem;
  margin-right: 3.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.social-icons li .bc {
  width: 2rem;
  height: 2rem;
  margin-right: 3.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.email a {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 800px) {
  .email a {
    font-size: 1rem;
  }
}
.email a::after {
  content: "";
  display: block;
  height: 2.4px;
  background: #000000;
  position: absolute;
  top: 1.35rem;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transition: transform ease-in-out 250ms;
}

.email a:hover::after,
.email a:focus::after {
  transform: scale(1, 1);
}

/* Gigs */
.gigs-container {
  max-width: 70em;
  margin: 0 auto;
}

.gigs-wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 800px) {
  .gigs-wrapper {
    flex-direction: row;
  }
}
.article {
  flex-grow: 1;
  margin: 0 1rem;
}

.article-quote {
  background-color: #eae8d9;
  padding: 1.25rem;
}

.article-img {
  display: flex;
  justify-content: center;
  padding-top: 1.35rem;
  padding-bottom: 2.5rem;
  padding-inline: 1rem;
}

@media only screen and (min-width: 800px) {
  .article-img {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-inline: 1.5rem;
  }
}
.sidebar {
  flex-grow: 0;
  display: flex;
  justify-content: center;
}

.gig-img {
  max-width: 20.5rem;
  object-fit: contain;
  padding-inline: 1rem;
  padding-bottom: 2.5rem;
}

.gig-fullwidth-img {
  width: 20.5rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  padding-inline: 1rem;
}

.year {
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.35rem;
  font-weight: bold;
  color: #336699;
}

@media only screen and (min-width: 800px) {
  .year {
    font-size: 1.6rem;
  }
}
.tour {
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "gillSansNovaMedium", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #ac0203;
}

@media only screen and (min-width: 800px) {
  .tour {
    font-size: 1.2rem;
  }
}
.tours-container img.adelphiPoster {
  border: 1px solid #336699;
}

/* Gigs-1 */
/* Flexbox in grid layouts */
.grid-container_1 {
  display: grid;
  grid-template-columns: 66% 34%;
  grid-template-rows: 1fr;
  padding-bottom: 1.5rem;
}

.grid-item_1 {
  margin: 0 1rem;
}

.flex-container_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 800px) {
  .grid-container_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .grid-container_1 img {
    margin: 0 auto;
  }
  .grid-item_1 {
    margin: 0 1rem;
    max-width: 100%;
  }
  .flex-item_1 {
    margin: 0 1rem;
  }
}
.grid-container_2 {
  display: grid;
  grid-template-columns: 34% 66%;
  grid-template-rows: 1fr;
  padding-bottom: 1.5rem;
}

@media (max-width: 800px) {
  .grid-container_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .grid-container_2 img {
    margin: 0 auto;
  }
  .grid-item_1 {
    margin: 0 1rem;
    max-width: 100%;
  }
  .flex-item_1 {
    margin: 0 1rem;
  }
}
.gigs-1_container {
  margin: 0 auto;
  max-width: 60em;
}

.gigs-1_container p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  line-height: 1.25rem;
  margin-bottom: 0.7rem;
}

.gigs-1_header {
  text-align: center;
  margin: 2.5rem 0;
}

.gigs-1_header h2 {
  font-family: "worksans-extrabold", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
  line-height: 2.25rem;
}

@media (max-width: 800px) {
  .gigs-1_header h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.gigs-1_year {
  margin-bottom: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.35rem;
  font-weight: bold;
  color: #336699;
}

@media only screen and (min-width: 800px) {
  .gigs-1_year {
    font-size: 1.6rem;
  }
}
.article-1_img {
  display: flex;
  justify-content: center;
  padding-top: 1.35rem;
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 800px) {
  .article-1_img {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.one-three-collage__gigs img {
  width: 100%;
  height: 100%;
  border: 0.125rem solid #ffffff;
}

.one-three-collage__gigs {
  display: grid;
  grid-template-columns: 72% 28%;
  grid-template-rows: auto auto auto;
}

.photo-main__gigs {
  grid-column: 1/2;
  grid-row: 1/4;
}

.photo-top-right__gigs {
  grid-column: 2/4;
  grid-row: 1/2;
}

.photo-middle-right__gigs {
  grid-column: 2/4;
  grid-row: 2/3;
}

.photo-bottom-right__gigs {
  grid-column: 2/4;
  grid-row: 3/4;
}

@media (max-width: 800px) {
  .one-three-collage__gigs {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-main__gigs {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__gigs {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-middle-right__gigs {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-bottom-right__gigs {
    grid-column: 1;
    grid-row: 4;
  }
}
/* Header */
header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.svg-logo {
  text-align: center;
}

.svg-logo svg {
  height: 9vw;
  max-width: 20.6rem;
}

@media only screen and (min-width: 800px) {
  .svg-logo svg {
    height: 5vw;
    max-width: 27.6rem;
  }
}
/* Lyrics */
.lyrics {
  background-color: #336699;
  font-family: "Crimson Text", serif;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  padding: 2rem 1.5rem;
  margin: 3rem 0;
}

@media only screen and (min-width: 800px) {
  .lyrics {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
}
.lyrics-title {
  font-family: "six_capsregular", sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.lyrics hr {
  width: 80%;
  color: #ffffff;
}

/* Modal */
.modal {
  position: fixed;
  background-color: #336699;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  z-index: 100;
  width: 70rem;
  max-width: 90%;
  height: 40rem;
  max-height: 100%;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffffff;
  z-index: 200;
}

.modal-title {
  font-family: "six_capsregular", sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 2rem 0;
}

.modal-body {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "Crimson Text", serif;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  overflow: auto;
}

@media only screen and (min-width: 800px) {
  .modal-body {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
}
.modal-body hr {
  width: 80%;
  color: #ffffff;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Navigation */
.nav-bar {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 2.75em;
  padding: 1em 0 0 0;
  position: relative;
  max-width: 70rem;
  margin: 0 auto;
}

.nav-bar::after {
  content: "";
  clear: both;
  display: block;
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 0%;
  background: #464655;
  height: 0px;
  overflow: hidden;
  z-index: 99;
}

.site-nav--open {
  height: auto;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  border-bottom: 1px solid #575766;
}

.site-nav li:last-child {
  border-bottom: none;
}

.site-nav a {
  display: inline-block;
  padding: 1.5em 4em;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.site-nav a::after {
  content: "";
  display: block;
  height: 2.4px;
  background: #ffffff;
  top: 1.35rem;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transition: transform ease-in-out 250ms;
}

.site-nav a:hover::after,
.site-nav a:focus::after {
  transform: scale(1, 1);
}

.menu-toggle {
  padding: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 3px;
  width: 1.75em;
  border-radius: 3px;
  transition: all ease-in-out 500ms;
}

.hamburger::before {
  transform: translateY(-6px);
}

.hamburger::after {
  transform: translateY(3px);
}

.open .hamburger {
  transform: rotate(45deg);
}

.open .hamburger::before {
  opacity: 0;
}

.open .hamburger::after {
  transform: translateY(-3px) rotate(-90deg);
}

@media (min-width: 745px) {
  .menu-toggle {
    display: none;
  }
  .site-nav {
    height: auto;
    position: absolute;
    top: 14px;
    width: 100%;
    background: transparent;
    text-align: center;
  }
  .site-nav li {
    display: inline-block;
    border-bottom: none;
  }
  .site-nav a {
    padding: 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .site-nav a:hover,
  .site-nav a:focus {
    background: transparent;
  }
}
/* Portfolio */
figure {
  margin: 0;
}

.portfolio {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4em 0.5em;
  text-align: center;
  flex: 1 0 auto;
}

.portfolio-items {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 800px) {
  .portfolio-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.portfolio-item.featured {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item img {
  display: block;
}

.portfolio-item figcaption {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: rgba(3, 159, 176, 0.65);
  color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: top ease-in-out 500ms;
}

.portfolio-item:hover figcaption,
.portfolio-item:focus figcaption {
  top: 0;
}

.portfolio-title {
  font-family: "six_capsregular", sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: auto;
}

.short .portfolio-title {
  font-size: 2.75rem;
}

@media only screen and (min-width: 800px) {
  .short .portfolio-title {
    font-size: 3rem;
  }
}
.portfolio-desc {
  display: none;
}

.featured .portfolio-desc {
  display: block;
}

.featured .portfolio-title {
  font-size: 4rem;
}

.portfolio-link {
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 0 0.15rem;
  align-self: flex-start;
  cursor: pointer;
}

.portfolio-modal {
  position: fixed;
  z-index: 10;
  max-width: 54rem;
  margin: 0 auto;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background: #ffffff;
  box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.portfolio-modal.is-open {
  display: block;
}

.modal-close {
  position: absolute;
  background: #ffffff;
  top: 1rem;
  left: 1rem;
  border: 0;
  width: 2rem;
  height: 2rem;
  padding: 4px 0 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.portfolio-header {
  text-align: left;
  padding: 4rem 0;
  margin-bottom: 3rem;
  background-size: cover;
  background-position: center;
}

.portfolio-title-box {
  background: rgba(3, 159, 176, 0.65);
  padding: 1.5rem 0 1.5rem 1.5rem;
  color: #ffffff;
  width: 80%;
}

.portfolio-subtitle {
  font-size: 1.1rem;
  margin: 0.5rem 0 0;
}

.portfolio-content {
  text-align: left;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.portfolio-read-less {
  font-weight: bold;
  margin-top: 2.3rem;
}

.portfolio-full-width {
  width: 100vw;
  max-width: initial;
  margin: 2rem calc(50% - 50vw) 0;
  height: 15vh;
  object-fit: cover;
  object-position: 50% 55%;
}

.full-width-caption {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 1.5% 2rem;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.portfolio-pull-right-img {
  width: 90%;
  max-width: 480px;
  margin: 1.5rem auto;
}

@media only screen and (min-width: 800px) {
  .portfolio-pull-right-img {
    max-width: 480px;
    margin: 2rem auto;
  }
}
.portfolio-pull-left-img {
  width: 90%;
  margin: 1.5rem auto;
}

@media only screen and (min-width: 800px) {
  .portfolio-pull-left-img {
    max-width: 700px;
    margin: 2rem auto;
  }
}
.portfolio-pull-right {
  width: 90%;
  margin: 1rem auto;
}

@media only screen and (min-width: 800px) {
  .portfolio-pull-right {
    width: 40%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
.portfolio-pull-left {
  width: 90%;
  margin: 1rem auto;
}

@media only screen and (min-width: 800px) {
  .portfolio-pull-left {
    width: 45%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.portfolio-pull-left-jp {
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
  .portfolio-pull-left-jp {
    width: 20%;
    float: left;
    margin-left: 0;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.pull-caption {
  font-size: 0.85em;
  padding: 1.5% 2rem;
  margin: 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 800px) {
  .pull-caption {
    font-size: 0.9em;
  }
}
.japSlow2Fade {
  max-width: 150px;
  max-height: 672px;
}

/* Quote Rotator */
.quoteRotator {
  text-align: left;
  border: 0;
  padding: 0;
}

.quotes {
  position: relative;
}

.textItem {
  position: absolute;
  display: none;
  margin-left: 0.5rem;
}

.quoteSource {
  font-size: 0.85rem;
  font-style: italic;
  color: #575353;
}

@media only screen and (min-width: 800px) {
  .quoteSource {
    font-size: 0.9rem;
  }
}
.quotationMarks {
  border: 0;
  padding: 0 0 0.5rem;
}

.dblQuoteImg {
  height: 14px;
  width: 25px;
}

/* Responsive Video */
.video-container {
  max-width: 30em;
  margin: 3em auto;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.youtube-container {
  display: block;
  margin: 3em auto;
  width: 100%;
  max-width: 600px;
}

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../img/youtube72x72.png") no-repeat;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Shop */
.shop-container {
  max-width: 70em;
  margin: 0 auto;
}

/* Songs */
.songs-container {
  max-width: 60em;
  margin: 0 auto;
}

.songs-header {
  text-align: left;
  padding: 4rem 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-size: cover;
  background-position: center center;
}

.steeltown-header {
  text-align: left;
  padding: 4rem 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-size: cover;
  background-position: center top;
}

.gt-header {
  text-align: left;
  padding: 4rem 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 800px) {
  .gt-header {
    background-position: center center;
  }
}
.gt-12-header {
  text-align: left;
  padding: 2rem 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 800px) {
  .gt-12-header {
    padding: 4rem 0;
  }
}
.no-webp .header-one {
  background-image: url(../img/apollo11.jpg);
}

.webp .header-one {
  background-image: url(../img/apollo11.webp);
}

.no-webp .header-two {
  background-image: url(../img/erica-magugliani-512085-unsplash.jpg);
}

.webp .header-two {
  background-image: url(../img/erica-magugliani-512085-unsplash.webp);
}

.no-webp .header-three {
  background-image: url(../img/alex-knight-1117292-unsplash.jpg);
}

.webp .header-three {
  background-image: url(../img/alex-knight-1117292-unsplash.webp);
}

.no-webp .header-four {
  background-image: url(../img/hotMarimba_DodDow.png);
}

.webp .header-four {
  background-image: url(../img/hotMarimba_DodDow.webp);
}

.no-webp .header-five {
  background-image: url(../img/nauticalTwilight.jpg);
}

.webp .header-five {
  background-image: url(../img/nauticalTwilight.webp);
}

.no-webp .header-six {
  background-image: url(../img/remoteControl.jpg);
}

.no-webp .header-seven {
  background-image: url(../img/redGuitarsPhotoByRichardDuffyHowardCropped.jpg);
}

.webp .header-seven {
  background-image: url(../img/redGuitarsPhotoByRichardDuffyHowardCropped.webp);
}

.songs-title-box {
  background: rgba(3, 159, 176, 0.65);
  padding: 1.5rem 0 1.5rem 1.5rem;
  color: #ffffff;
  width: 80%;
}

.gt-12-title-box {
  background: rgba(3, 159, 176, 0.45);
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: #ffffff;
  width: 80%;
}

@media only screen and (min-width: 800px) {
  .gt-12-title-box {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
.songs-title-box-trans {
  background: rgba(0, 0, 0, 0);
  padding: 1.75rem 0 1.75rem 1.75rem;
  color: #ffffff;
  width: 80%;
}

.songs-title {
  font-family: "six_capsregular", sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: auto;
}

.gt-12-title {
  font-family: "six_capsregular", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: auto;
}

@media only screen and (min-width: 800px) {
  .gt-12-title {
    font-size: 3.5rem;
  }
}
.songs-subtitle {
  font-size: 1.1rem;
  margin: 0.5rem 0 0;
}

.gt-12-subtitle {
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}

@media only screen and (min-width: 800px) {
  .gt-12-subtitle {
    font-size: 1.1rem;
  }
}
.songs-content {
  text-align: left;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.full-width-img {
  padding: 4em 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
}

.songs-caption {
  max-width: 60rem;
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 1.5% 2rem;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-webp .img-one {
  background-image: url(../img/banter-snaps-128471-unsplash.jpg);
}

.webp .img-one {
  background-image: url(../img/banter-snaps-128471-unsplash.webp);
}

.songs-center-img {
  width: 90%;
  max-width: 30em;
  margin: 1.5rem auto;
  padding-bottom: 3em;
}

@media only screen and (min-width: 800px) {
  .songs-center-img {
    max-width: 30em;
    margin: 2rem auto;
  }
}
.sdr-center-img {
  max-width: 5rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
  .sdr-center-img {
    padding-top: 3rem;
    max-width: 6.5rem;
    margin: 0 auto;
  }
}
.demuth-center-img {
  width: 90%;
  margin: 1.5rem auto;
}

@media only screen and (min-width: 325px) {
  .demuth-center-img {
    max-width: 325px;
    margin: 2rem auto;
  }
}
.demuth-caption {
  font-size: 0.8rem;
  padding: 1.5% 2rem;
  max-width: 325px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 325px) {
  .demuth-caption {
    font-size: 0.9rem;
  }
}
.terris-center-img {
  width: 90%;
  margin: 2.5rem auto;
}

@media only screen and (min-width: 640px) {
  .terris-center-img {
    max-width: 640px;
    margin: 2rem auto;
  }
}
.terris-caption {
  font-size: 0.8rem;
  padding: 1.5% 2rem;
  max-width: 640px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 640px) {
  .terris-caption {
    font-size: 0.9rem;
  }
}
.songs-read-less {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
}

.tickets {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 3rem;
  text-align: center;
}

.event-title {
  margin: 2.5rem 0 1.5rem;
  font-family: "Noto Sans", sans-serif;
  color: #606060;
}

.gt-vinyl {
  width: 90%;
  max-width: 18rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  text-align: center;
}

/* Tour April 2023 */
.tour-centre-image {
  margin: 2rem auto;
}

/* Tours of September 2022 & April 2023 */
.tours-container {
  margin: 0 auto;
  max-width: 42em;
}

.tours-container img {
  height: 100%;
  width: 100%;
  display: block;
  border: 0.125rem solid #ffffff;
}

.tours-container__wide {
  margin: 0 auto;
  max-width: 60em;
}

.tours-container__wide img {
  height: 100%;
  width: 100%;
  display: block;
  border: 0.125rem solid #ffffff;
}

.tours-header {
  text-align: center;
  margin: 2.5rem 0;
}

.tours-header h2 {
  font-family: "worksans-extrabold", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
  line-height: 2.25rem;
}

@media (max-width: 800px) {
  .tours-header h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.tours-content p {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  line-height: 1.6rem;
  margin: 0 1rem 1.5rem;
}

@media (max-width: 800px) {
  .tours-content p {
    margin: 0 1rem 1rem;
  }
}
.photo-content {
  margin: 0 1rem;
}

/* narrow and narrower */
.narrow {
  max-width: 44em;
  margin: 0 auto;
}

.narrow-AdelphiPoster {
  max-width: 24.5em;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .narrow-AdelphiPoster {
    max-width: 100%;
    margin: 0 1rem;
  }
}
.narrow-1 {
  max-width: 24.5em;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .narrow-1 {
    max-width: 100%;
    margin: 0 auto;
  }
}
/* margin to footer */
.margin-to-footer {
  margin-bottom: 3rem;
}

@media (max-width: 800px) {
  .margin-to-footer {
    margin-bottom: 1.5rem;
  }
}
/* various text overlays */
.overlay-cell {
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  left: 50%;
  bottom: 3.25rem; /* adjust as needed */
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4); /* semi-transparent white background */
  border-radius: 1rem;
  backdrop-filter: blur(1px);
  padding: 8px 8px;
  margin-bottom: 0;
  font-family: "Karla", sans-serif;
  color: #333333;
  text-align: center;
}

.overlay-text-1 {
  position: absolute;
  left: 50%;
  bottom: 1.5rem; /* adjust as needed */
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4); /* semi-transparent white background */
  border-radius: 1rem;
  backdrop-filter: blur(1px);
  padding: 8px 8px;
  margin-bottom: 0;
  color: #333333;
  font-family: "Karla", sans-serif;
  text-align: center;
}

.txt-overlay_white {
  position: absolute;
  left: 50%;
  bottom: 3.5rem; /* adjust as needed */
  transform: translateX(-50%);
  padding: 0 8px;
  color: #ffffff;
  font-size: small;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.video-section {
  position: relative;
  width: 100%; /* Section fills the parent container's width */
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* various one large left and two stacked right */
.photo-collage {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
}

.photo-main {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__chalk {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
}

.photo-main__chalk {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__chalk {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__chalk {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__chalk {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__chalk {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__chalk {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__chalk {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__norwich {
  display: grid;
  grid-template-columns: 73% 27%;
  grid-template-rows: auto auto;
}

.photo-main__norwich {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__norwich {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__norwich {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__norwich {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__norwich {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__norwich {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__norwich {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__man23 {
  display: grid;
  grid-template-columns: 61% 39%;
  grid-template-rows: auto auto;
}

.photo-main__man23 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__man23 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__man23 {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__man23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__man23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__man23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__man23 {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__brum23 {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
}

.photo-main__brum23 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__brum23 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__brum23 {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__brum23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__brum23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__brum23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__brum23 {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__brum22 {
  display: grid;
  grid-template-columns: 68% 32%;
  grid-template-rows: auto auto;
}

.photo-main__brum22 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__brum22 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__brum22 {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__brum22 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__brum22 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__brum22 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__brum22 {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__oxford {
  display: grid;
  grid-template-columns: 58% 42%;
  grid-template-rows: auto auto;
}

.photo-main__oxford {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__oxford {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__oxford {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__oxford {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__oxford {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__oxford {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__oxford {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__greenDoorStore {
  display: grid;
  grid-template-columns: 64% 36%;
  grid-template-rows: auto auto;
}

.photo-main__greenDoorStore {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__greenDoorStore {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__greenDoorStore {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__greenDoorStore {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__greenDoorStore {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__greenDoorStore {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__greenDoorStore {
    grid-column: 1;
    grid-row: 3;
  }
}
.photo-collage__gtRemix {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: auto auto;
}

.photo-main__gtRemix {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-top-right__gtRemix {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-bottom-right__gtRemix {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .photo-collage__gtRemix {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-main__gtRemix {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__gtRemix {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-right__gtRemix {
    grid-column: 1;
    grid-row: 3;
  }
}
/* various three-in-a-rows */
.three-in-a-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  .three-in-a-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.three-in-a-row-odd {
  display: grid;
  grid-template-columns: 42fr 24fr 34fr;
  grid-template-rows: auto auto;
}

.three-in-a-row-odd-one {
  grid-column: 1/43;
  grid-row: 1/2;
}

.three-in-a-row-odd-two {
  grid-column: 43/67;
  grid-row: 1/2;
}

.three-in-a-row-odd-three {
  grid-column: 67/101;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row-odd {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row-odd-one {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row-odd-two {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row-odd-three {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__london23 {
  display: grid;
  grid-template-columns: 23% 13% 64%;
  grid-template-rows: auto auto;
}

.three-in-a-row__london23-1 > img {
  grid-column: 1/2;
  grid-row: 1/2;
  object-fit: cover;
}

.three-in-a-row__london23-2 > img {
  grid-column: 2/3;
  grid-row: 1/2;
  object-fit: cover;
}

.three-in-a-row__london23-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__london23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__london23-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__london23-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__london23-3 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row-dress {
  display: grid;
  grid-template-columns: 30% 26% 44%; /* Three unequal columns */
  grid-template-rows: auto auto;
}

.three-in-a-row-dress-one {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row-dress-two {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row-dress-three {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row-dress {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row-dress-one {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row-dress-two {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row-dress-three {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row-hundred22 {
  display: grid;
  grid-template-columns: 40% 20% 40%; /* Three unequal columns */
  grid-template-rows: auto auto;
}

.three-in-a-row-101 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row-102 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row-103 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row-hundred22 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row-101 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row-102 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row-103 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__bristol {
  display: grid;
  grid-template-columns: 35% 33% 32%; /* Three unequal columns */
  grid-template-rows: auto auto;
}

.three-in-a-row__bristol-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__bristol-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__bristol-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__bristol {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__bristol-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__bristol-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__bristol-3 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__joiners {
  display: grid;
  grid-template-columns: 30% 35% 35%;
  grid-template-rows: auto auto;
}

.three-in-a-row__joiners-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__joiners-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__joiners-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__joiners {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__joiners-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__joiners-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__joiners-3 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__brum23 {
  display: grid;
  grid-template-columns: 27% 22% 51%;
  grid-template-rows: auto auto;
}

.three-in-a-row__brum23-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__brum23-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__brum23-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__brum23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__brum23-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__brum23-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__brum23-3 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__man23 {
  display: grid;
  grid-template-columns: 40% 40% 20%; /* Three unequal columns */
  grid-template-rows: auto auto;
}

.three-in-a-row__man23-left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__man23-middle {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__man23-right {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__man23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__man23-left {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__man23-middle {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__man23-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row-200-22 {
  display: grid;
  grid-template-columns: 17% 17% 66%; /* Three unequal columns */
  grid-template-rows: auto auto;
}

.three-in-a-row-201 > img {
  grid-column: 1/2;
  grid-row: 1/2;
  object-fit: cover;
}

.three-in-a-row-202 > img {
  grid-column: 2/3;
  grid-row: 1/2;
  object-fit: cover;
}

.three-in-a-row-203 {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row-200-22 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row-201 {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row-202 {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row-203 {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row-norwich {
  display: grid;
  grid-template-columns: 28% 41% 31%;
  grid-template-rows: auto auto;
}

.three-in-a-row-norwich-left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row-norwich {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row-norwich-right {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row-norwich {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row-norwich-left {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row-norwich-middle {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row-norwich-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__sheffield {
  display: grid;
  grid-template-columns: 41% 34% 25%;
  grid-template-rows: auto auto;
}

.three-in-a-row__sheffield-left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__sheffield {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__sheffield-right {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__sheffield {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__sheffield-left {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__sheffield-middle {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__sheffield-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.three-in-a-row__gtRemix {
  display: grid;
  grid-template-columns: 39% 40% 21%;
  grid-template-rows: auto auto;
}

.three-in-a-row__gtRemix-left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.three-in-a-row__gtRemix {
  grid-column: 2/3;
  grid-row: 1/2;
}

.three-in-a-row__gtRemix-right {
  grid-column: 3/4;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .three-in-a-row__gtRemix {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .three-in-a-row__gtRemix-left {
    grid-column: 1;
    grid-row: 1;
  }
  .three-in-a-row__gtRemix-middle {
    grid-column: 1;
    grid-row: 2;
  }
  .three-in-a-row__gtRemix-right {
    grid-column: 1;
    grid-row: 3;
  }
}
/* various two stacked left and one large right */
.reverse-photo-collage {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto auto;
}

.photo-top-left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right {
  grid-column: 2/3;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-photo-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-photo-collage__norwich {
  display: grid;
  grid-template-columns: 43% 57%;
  grid-template-rows: auto auto auto;
}

.photo-top-left__norwich {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__norwich {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__norwich {
  grid-column: 2/3;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-photo-collage__norwich {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__norwich {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__norwich {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__norwich {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-photo-collage-1 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
}

.photo-top-left-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left-1 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right-1 {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-photo-collage-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left-1 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right-1 {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-collage__leeds23 {
  display: grid;
  grid-template-columns: 49% 51%;
  grid-template-rows: auto auto;
}

.photo-top-left__leeds23 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__leeds23 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__leeds23 {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-collage__leeds23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__leeds23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__leeds23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__leeds23 {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-collage__joiners {
  display: grid;
  grid-template-columns: 32% 68%;
  grid-template-rows: auto auto;
}

.photo-top-left__joiners {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__joiners {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__joiners {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-collage__joiners {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__joiners {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__joiners {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__joiners {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-collage__brum22 {
  display: grid;
  grid-template-columns: 46% 54%;
  grid-template-rows: auto auto;
}

.photo-top-left__brum22 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__brum22 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__brum22 {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-collage__brum22 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__brum22 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__brum22 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__brum22 {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-photo-collage__chalk {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto auto auto;
}

.photo-top-left__chalk {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__chalk {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__chalk {
  grid-column: 2/3;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-photo-collage__chalk {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__chalk {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__chalk {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__chalk {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-photo-collage__chalk23 {
  display: grid;
  grid-template-columns: 37% 63%;
  grid-template-rows: auto auto;
}

.photo-top-left__chalk23 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__chalk23 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__chalk23 {
  grid-column: 2/4;
  grid-row: 1/3; /* Spans two rows */
}

@media (max-width: 800px) {
  .reverse-photo-collage__chalk23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__chalk23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__chalk23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__chalk23 {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-collage__greenDoorStore {
  display: grid;
  grid-template-columns: 39% 61%;
  grid-template-rows: auto auto;
  max-height: 50rems;
  overflow: hidden;
}

.photo-top-left__greenDoorStore {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__greenDoorStore {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__greenDoorStore {
  grid-column: 2/4;
  grid-row: 1/3; /* Spans two rows */
}

@media (max-width: 800px) {
  .reverse-collage__greenDoorStore {
    grid-template-columns: 1fr; /* Single column on smaller screens */
    grid-template-rows: auto auto auto; /* Three rows */
    max-height: 100%;
  }
  .photo-top-left__greenDoorStore {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__greenDoorStore {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__greenDoorStore {
    grid-column: 1;
    grid-row: 3;
  }
}
.reverse-collage__gtRemix {
  display: grid;
  grid-template-columns: 34% 66%;
  grid-template-rows: auto auto;
}

.photo-top-left__gtRemix {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left__gtRemix {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-right__gtRemix {
  grid-column: 2/4;
  grid-row: 1/3;
}

@media (max-width: 800px) {
  .reverse-collage__gtRemix {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .photo-top-left__gtRemix {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left__gtRemix {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-right__gtRemix {
    grid-column: 1;
    grid-row: 3;
  }
}
/* various two-in-a-rows */
.two-in-a-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 800px) {
  .two-in-a-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.two-in-a-row__chalk {
  display: grid;
  grid-template-columns: 53% 47%;
}

.photo-chalk-one {
  grid-column: 1/2;
}

.photo-chalk-two {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__chalk {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-chalk-one {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-chalk-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__woolen {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.photo-woolen-one {
  grid-column: 1/7;
}

.photo-woolen-two {
  grid-column: 7/11;
}

@media (max-width: 800px) {
  .two-in-a-row__woolen {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-woolen-one {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-woolen-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__adelphi {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.photo-adelphi-one {
  grid-column: 1/8;
}

.photo-adelphi-two {
  grid-column: 8/11;
}

@media (max-width: 800px) {
  .two-in-a-row__adelphi {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-adelphi-one {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-adelphi-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__gtRemix {
  display: grid;
  grid-template-columns: 51% 49%;
}

.photo-left__gtRemix {
  grid-column: 1/2;
}

.photo-right__gtRemix {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__gtRemix {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-left__gtRemix {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-right__gtRemix {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__attic {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}

.photo-attic-one {
  grid-column: 1/13;
}

.photo-attic-two {
  grid-column: 13/21;
}

@media (max-width: 800px) {
  .two-in-a-row__attic {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-attic-one {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-attic-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__thirds {
  display: grid;
  grid-template-columns: 33% 67%;
}

.photo-one-third {
  grid-column: 1/2;
}

.photo-two-thirds {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__thirds {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-one-third {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-two-thirds {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__norwich {
  display: grid;
  grid-template-columns: 53% 47%;
}

.two-in-a-row-left__norwich {
  grid-column: 1/2;
}

.two-in-a-row-right__norwich {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__norwich {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__norwich {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__norwich {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__leeds23 {
  display: grid;
  grid-template-columns: 62% 38%;
}

.two-in-a-row-left__leeds23 {
  grid-column: 1/2;
}

.two-in-a-row-right__leeds23 {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__leeds23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__leeds23 {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__leeds23 {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__sheffield {
  display: grid;
  grid-template-columns: 59% 41%;
}

.two-in-a-row-left__sheffield {
  grid-column: 1/2;
}

.two-in-a-row-right__sheffield {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__sheffield {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__sheffield {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__sheffield {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__brum23 {
  display: grid;
  grid-template-columns: 63% 37%;
}

.two-in-a-row-left__brum23 {
  grid-column: 1/2;
}

.two-in-a-row-right__brum23 {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__brum23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__brum23 {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__brum23 {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__brum22 {
  display: grid;
  grid-template-columns: 47% 53%;
}

.two-in-a-row-left__brum22 {
  grid-column: 1/2;
}

.two-in-a-row-right__brum22 {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__brum22 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__brum22 {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__brum22 {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__glasgow23 {
  display: grid;
  grid-template-columns: 45% 55%;
}

.two-in-a-row-left__glasgow23 {
  grid-column: 1/2;
}

.two-in-a-row-right__glasgow23 {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__glasgow23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-in-a-row-left__glasgow23 {
    grid-column: 1;
    grid-row: 1;
  }
  .two-in-a-row-right__glasgow23 {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__thirds100club {
  display: grid;
  grid-template-columns: 33% 67%;
}

.photo-one-third100club > img {
  grid-column: 1/2;
  object-fit: cover;
}

.photo-two-thirds100club {
  grid-column: 2/3;
}

@media (max-width: 800px) {
  .two-in-a-row__thirds100club {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-one-third100club {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-two-thirds100club {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-fifths-three-fifths-row {
  display: grid;
  grid-template-columns: 40% 60%;
}

.photo-two-fifths {
  grid-column: 1/2;
}

.photo-three-fifths {
  grid-column: 2/4;
}

@media (max-width: 800px) {
  .two-fifths-three-fifths-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .photo-two-fifths {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-three-fifths {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__tour-poster {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: auto auto;
}

.poster-one {
  grid-column: 1/6;
  grid-row: 1/2;
}

.poster-two {
  grid-column: 6/10;
  grid-row: 1/2;
}

@media (max-width: 800px) {
  .two-in-a-row__tour-poster {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .poster-one {
    grid-column: 1;
    grid-row: 1;
  }
  .poster-two {
    grid-column: 1;
    grid-row: 2;
  }
}
.two-in-a-row__tour-poster img {
  height: 100%;
  width: 100%;
  display: block;
  border: 0.125rem solid rgba(0, 0, 0, 0);
  margin-top: 1rem;
}

/* one-three-collages */
.one-three-collage {
  display: grid;
  grid-template-columns: 64% 36%;
  grid-template-rows: auto auto auto;
}

.photo-main-1 {
  grid-column: 1/2;
  grid-row: 1/4;
}

.photo-top-right-1 {
  grid-column: 2/4;
  grid-row: 1/2;
}

.photo-middle-right-1 {
  grid-column: 2/4;
  grid-row: 2/3;
}

.photo-bottom-right-1 {
  grid-column: 2/4;
  grid-row: 3/4;
}

@media (max-width: 800px) {
  .one-three-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-main-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right-1 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-middle-right-1 {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-bottom-right-1 {
    grid-column: 1;
    grid-row: 4;
  }
}
.one-three-collage__oxford {
  display: grid;
  grid-template-columns: 68% 32%;
  grid-template-rows: auto auto auto;
}

.photo-main__oxford {
  grid-column: 1/2;
  grid-row: 1/4;
}

.photo-top-right__oxford {
  grid-column: 2/4;
  grid-row: 1/2;
}

.photo-middle-right__oxford {
  grid-column: 2/4;
  grid-row: 2/3;
}

.photo-bottom-right__oxford {
  grid-column: 2/4;
  grid-row: 3/4;
}

@media (max-width: 800px) {
  .one-three-collage__oxford {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-main__oxford {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-top-right__oxford {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-middle-right__oxford {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-bottom-right__oxford {
    grid-column: 1;
    grid-row: 4;
  }
}
/* four-in-a-row */
.four-in-a-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .four-in-a-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
.four-in-a-row__100club {
  display: grid;
  grid-template-columns: 25% 25% 28% 22%;
}

@media (max-width: 800px) {
  .four-in-a-row__100club {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .nbsp-one {
    grid-column: 1;
    grid-row: 1;
    height: 0px;
  }
  .photo-100club-one {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-100club-two {
    grid-column: 1;
    grid-row: 3;
  }
  .nbsp-two {
    grid-column: 1;
    grid-row: 4;
    height: 0px;
  }
}
/* various three-one-collages */
.three-one-collage {
  display: grid;
  grid-template-columns: 39% 61%;
  grid-template-rows: auto auto auto;
}

.photo-top-left-2 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-middle-left-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-bottom-left-2 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.photo-main-right-2 {
  grid-column: 2/3;
  grid-row: 1/4;
}

@media (max-width: 800px) {
  .three-one-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-top-left-2 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-left-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-left-2 {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-main-right-2 {
    grid-column: 1;
    grid-row: 4;
  }
}
.three-one-collage__brum23 {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto auto auto;
}

.photo-top-left__brum23 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-middle-left__brum23 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-bottom-left__brum23 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.photo-main-right__brum23 {
  grid-column: 2/3;
  grid-row: 1/4;
}

@media (max-width: 800px) {
  .three-one-collage__brum23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-top-left__brum23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-left__brum23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-left__brum23 {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-main-right__brum23 {
    grid-column: 1;
    grid-row: 4;
  }
}
.three-one-collage__chalk {
  display: grid;
  grid-template-columns: 29% 71%;
  grid-template-rows: auto auto auto;
}

.photo-top-left__chalk {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-middle-left__chalk {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-bottom-left__chalk {
  grid-column: 1/2;
  grid-row: 3/4;
}

.photo-main-right__chalk {
  grid-column: 2/3;
  grid-row: 1/4;
}

@media (max-width: 800px) {
  .three-one-collage__chalk {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-top-left__chalk {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-left__chalk {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-left__chalk {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-main-right__chalk {
    grid-column: 1;
    grid-row: 4;
  }
}
.three-one-collage__adelphi {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: auto auto auto;
}

.photo-top-left-adelphi {
  grid-column: 1/6;
  grid-row: 1/2;
}

.photo-middle-left-adelphi {
  grid-column: 1/6;
  grid-row: 2/3;
}

.photo-bottom-left-adelphi {
  grid-column: 1/6;
  grid-row: 3/4;
}

.photo-main-right-adelphi {
  grid-column: 6/12;
  grid-row: 1/4;
}

@media (max-width: 768px) {
  .three-one-collage__adelphi {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .photo-top-left-adelphi {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-left-adelphi {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-bottom-left-adelphi {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-main-right-adelphi {
    grid-column: 1;
    grid-row: 4;
  }
}
/* H-shapes, H2 has a one-two-one layout */
.H-shape-photo-collage {
  display: grid;
  grid-template-columns: 32% 36% 32%;
  grid-template-rows: auto auto;
}

.photo-top-left-H {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photo-bottom-left-H {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photo-main-middle-H {
  grid-column: 2/3;
  grid-row: 1/3;
}

.photo-top-right-H {
  grid-column: 3/5;
  grid-row: 1/2;
}

.photo-bottom-right-H {
  grid-column: 3/5;
  grid-row: 2/3;
}

@media (max-width: 800px) {
  .H-shape-photo-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
  .photo-top-left-H {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-bottom-left-H {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-main-middle-H {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-top-right-H {
    grid-column: 1;
    grid-row: 4;
  }
  .photo-bottom-right-H {
    grid-column: 1;
    grid-row: 5;
  }
}
.H2-shape__Leeds23 {
  display: grid;
  grid-template-columns: 32% 30% 38%;
  grid-template-rows: auto auto;
}

.photo-left__Leeds23 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-middle-top__Leeds23 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-middle-bottom__Leeds23 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.photo-right__Leeds23 {
  grid-column: 3/5;
  grid-row: 1/3;
}

@media (max-width: 768px) {
  .H2-shape__Leeds23 {
    grid-template-columns: 1fr; /* Single column on smaller screens */
    grid-template-rows: auto auto auto auto; /* Four rows */
  }
  .photo-left__Leeds23 {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-top__Leeds23 {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-middle-bottom__Leeds23 {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-right__Leeds23 {
    grid-column: 1;
    grid-row: 4;
  }
}
.H2-shape__joiners {
  display: grid;
  grid-template-columns: 34% 30% 36%;
  grid-template-rows: auto auto;
}

.photo-left__joiners {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photo-middle-top__joiners {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photo-middle-bottom__joiners {
  grid-column: 2/3;
  grid-row: 2/3;
}

.photo-right__joiners {
  grid-column: 3/5;
  grid-row: 1/3;
}

@media (max-width: 768px) {
  .H2-shape__joiners {
    grid-template-columns: 1fr; /* Single column on smaller screens */
    grid-template-rows: auto auto auto auto; /* Four rows */
  }
  .photo-left__joiners {
    grid-column: 1;
    grid-row: 1;
  }
  .photo-middle-top__joiners {
    grid-column: 1;
    grid-row: 2;
  }
  .photo-middle-bottom__joiners {
    grid-column: 1;
    grid-row: 3;
  }
  .photo-right__joiners {
    grid-column: 1;
    grid-row: 4;
  }
}
/* five-in-a-row */
.five-in-a-row {
  display: grid;
  grid-template-columns: 17% 17% 29% 17% 20%;
}

@media (max-width: 800px) {
  .five-in-a-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #f2f3f4;
  border: 4px solid #f2f3f4;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

/*
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    display: none;
}
*/
.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Colour Variables */
/* Fonts */
@font-face {
  font-family: "lintsecregular";
  src: url("fonts/Lintsec-webfont.woff?#iefix") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Egyptienne";
  src: url("fonts/EurostileLTStdBoldEx2.woff2?#iefix") format("woff2"), url("fonts/Lintsec-webfont.woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: U+0020-00FC;
}
@font-face {
  font-family: "broadwayregular";
  src: url("fonts/BroadwayBT.woff2?#iefix") format("woff2"), url("fonts/BroadwayBT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EurostileLTStdBoldEx2";
  src: url("fonts/EurostileLTStdBoldEx2.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileLTStdBoldEx2.woff2") format("woff2"), url("fonts/EurostileLTStdBoldEx2.woff") format("woff");
}
@font-face {
  font-family: "Pendry Script Std";
  src: url("fonts/PendryScriptStd.eot?#iefix") format("embedded-opentype"), url("fonts/PendryScriptStd.woff2") format("woff2"), url("fonts/PendryScriptStd.woff") format("woff"), url("fonts/PendryScriptStd.svg#PendryScriptStd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}
@font-face {
  font-family: "six_capsregular";
  src: url("fonts/sixcaps.woff2?#iefix") format("woff2"), url("fonts/sixcaps.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gillSansNovaMedium";
  src: url("fonts/Gill Sans Nova Medium.woff") format("woff"), url("fonts/Gill Sans Nova Medium.woff2") format("woff2"), url("fonts/Gill Sans Nova Medium.eot") format("eot"), url("fonts/Gill Sans Nova Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/karla-v31-latin-regular.woff2") format("woff2"), url("fonts/Karla-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "worksans-extrabold";
  src: url("fonts/worksans-extrabold-webfont.woff") format("woff2"), url("fonts/worksans-extrabold-webfont.woff2") format("woff");
  font-weight: 800;
  font-style: normal;
}/*# sourceMappingURL=main.css.map */