@import url("../fonts/poppins/style.css");
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #eeeeee;
  min-height: 100vh;
  font: normal 16px sans-serif;
  overflow-x: hidden;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  padding: 60px 50px 30px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.tz-gallery {
  padding: 40px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}
#header {
  display: flex;
  width: 100vw;
  max-height: 98vh;
}

#header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 45vw;
  flex-grow: 2;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

#logo {
  background-size: auto;
  background-size: contain;
  max-width: 45vw;
  min-width: 30vw;
  height: 50vw;
  width: 100%;
  position: relative;
}
#logo:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background: url("../img/after_work_game_box_transparent.png") center right no-repeat;
  position: absolute;
  background-size: contain;
  min-width: 800px;
}

#header-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#title-and-tagline {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#title-and-tagline img {
  display: block;
  max-height: 555px;
  height: auto;
  width: auto;
  margin-right: 4vw;
  max-width: 41vw;
}

@media (max-width: 768px) {
  #header {
    display: block;
    height: auto;
    max-height: inherit;
  }

  #header-left,
#header-right,
#title-and-tagline {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
    padding: 1em 0;
  }

  #header-left {
    margin-top: 2em;
  }

  #title-and-tagline {
    padding: 0 0 1em 0;
  }
  #title-and-tagline img {
    margin-right: 0;
    max-width: 60vw;
    margin-left: 50px;
  }

  #logo {
    max-width: auto;
    max-height: auto;
    width: auto;
  }
}
#footer {
  padding: 50px;
  margin-top: 20px;
  color: #111;
  background-color: #eeeeee;
  text-align: center;
}
#footer p {
  font-size: 14px;
}
#footer a,
#footer a:visited {
  color: #111;
  text-decoration: none;
  font-weight: bold;
}

.footer-logo {
  margin-bottom: 40px;
  width: 80px;
}

h1 {
  font-size: 50px;
  margin-top: 0;
  text-align: left;
  font-weight: 600;
}

h2 {
  margin-top: 0;
  text-align: left;
  font-weight: 600;
  padding-top: 20px;
}

p {
  font-size: 18px;
  line-height: 1.3em;
}

.contact-info .glyphicon {
  top: 2px;
}

.teaser-synopsis {
  margin-top: 65px;
}

/*# sourceMappingURL=styles.css.map */
