:root {
  --main: #c25425;
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #141414;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.gallery-container {
  flex-flow: column;
  display: flex;
}

.main-container {
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.grid {
  grid-template-columns: 100vw;
}

.brand {
  position: fixed;
}

.body {
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.brand-logo {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 8em;
  font-style: normal;
  font-weight: 700;
  line-height: .69;
  display: none;
}

.thumb-holder {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.booth-title {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3.8em;
  line-height: 1;
}

.booth-title.chronosphere {
  color: #20ae4b;
  font-family: Oswald, sans-serif;
}

.booth-title.dell {
  color: #3057af;
  font-family: Oswald, sans-serif;
}

.booth-title.rubrik {
  color: #3d9fee;
  font-family: Oswald, sans-serif;
}

.booth-title.shi {
  color: #fe0;
}

.booth-title.git {
  color: #f03f6e;
  font-family: Oswald, sans-serif;
}

.site-container {
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  position: relative;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper-two {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5em;
  display: flex;
}

.footer-block-two {
  grid-row-gap: .4em;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .4em;
  display: flex;
}

.footer-title {
  color: #8a8a8a;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}

.footer-link-two {
  color: #8a8a8a;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #ffffffbf;
}

.footer-form {
  flex-flow: column;
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
  display: none;
}

.footer-form-container {
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #5f5f5f;
  width: 100%;
  height: 1px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.success-message {
  text-align: left;
  background-color: #ddd0;
}

.text-block {
  color: #888;
  text-align: center;
}

.error-message {
  color: #745555;
  background-color: #0000;
  margin: .25em 0 0;
  padding: .25em;
}

.page-title {
  grid-row-gap: .1em;
  color: #ddd;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 4.3em;
  line-height: 1;
  display: flex;
  position: relative;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  font-size: 1.8em;
  line-height: 1;
}

.site-logo {
  color: var(--main);
  width: 3.8em;
}

.booth-instructions {
  color: #494949;
  font-size: .4em;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    grid-row-gap: 11em;
    align-items: center;
    padding-top: 1.1em;
  }

  .thumb-holder {
    grid-row-gap: 17px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .booth-title {
    font-size: 8.5em;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-block-two {
    grid-row-gap: .4em;
    align-items: flex-start;
    font-size: 3.8em;
    line-height: 1;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .page-title {
    grid-row-gap: .3em;
    font-size: 6.6em;
  }

  .site-logo {
    width: 4.2em;
  }

  .booth-instructions {
    font-size: .5em;
  }
}


