/* SCSS Document */
html {
  font-size: 1.2rem;
}

body {
  font-family: 'Fira Mono', monospace;
  background-color: #EDEDED;
}

.headline1 {
  color: #2B2B2B;
  font-family: 'Fira Mono', monospace;
  font-style: italic;
  text-align: center;
  font-size: 2vh;
  line-height: 3vh;
}

img.lazyImage {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 1.1rem;
  }
  #backButton {
    position: fixed;
    padding-left: 10em;
  }
  #photoFeed {
    margin: -1em;
  }
  #infoPanel {
    width: 100vw;
    right: -100vw;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 1.2rem;
  }
  #backButton {
    position: fixed;
    padding-left: 12em;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 1.3rem;
  }
  #infoPanel {
    width: 1200px;
    right: -1200px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 1.1rem;
  }
  #backButton {
    position: fixed;
    padding-left: 10em;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.header {
  padding: 3rem 1rem;
}

.logoTitle {
  font-size: 1.9em;
  text-align: left;
  line-height: 85%;
  color: #41E6AC;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.contactCopy {
  font-size: 1em;
  margin-top: -0.75em;
}

.contactTitle {
  font-size: 1em;
  margin-bottom: 2em;
}

.emailLink {
  color: #737373;
}

.emailLink:hover {
  color: #2B2B2B;
}

@media screen and (hover: hover) {
  .pictureBox:hover .pictureTextBox {
    opacity: 1;
  }
}

.contentSection {
  font-size: 0.8em;
  color: #737373;
}

.sidePanel {
  width: 100%;
  position: fixed;
  z-index: 8;
  height: 100%;
  top: 0;
  right: -100vw;
  background-color: #F7F7F7;
  color: #737373;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidePanel ::-webkit-scrollbar {
  display: none;
}

#logoBgOpaque {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5em;
  background-color: #F7F7F7;
  z-index: 99;
}

.infoButtonStyle {
  cursor: pointer;
  color: #737373;
}

.pictureBoxIndex {
  padding: 1em;
}

#backButton {
  color: #737373;
}

#backButton:hover {
  text-decoration: underline;
  color: #2B2B2B;
}

#infoButtonClose {
  font-size: 1em;
  line-height: 1em;
  color: #737373;
  cursor: pointer;
}

#infoButtonClose:hover {
  color: #2B2B2B;
}

#infoButtonOpen {
  color: #737373;
}

#infoButtonOpen:hover {
  text-decoration: underline;
  color: #2B2B2B;
}

#galleryInfo {
  background-color: #F7F7F7;
}

#nav {
  mix-blend-mode: difference;
}

.footerText {
  font-size: 0.5em;
  color: #737373;
}

#photoFeed {
  background-color: white;
  margin: -1.1em;
}

.endcap {
  background-color: #41E6AC;
  border-radius: 3vh;
  width: 1.5vh;
  height: 1.5vh;
}

.boxStyle {
  position: relative;
  float: left;
  height: 100%;
  width: auto;
}

.photographStyle {
  height: auto;
  width: auto;
  max-width: 99vw;
  max-height: 98vh;
}

.brandListStyle {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0.8em;
}

.brandListStyle li {
  float: left;
  padding-right: 1.15em;
}
/*# sourceMappingURL=ASStyles.css.map */