/* GPMate
   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/gui.en.css
   ========================================================================== */
body {
  background: #122f3b;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", system-ui, sans-serif;
  margin: 0;
  min-height: 100vh;
}
.logo-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  width: 100%;
}
#gdmate-coming-soon-landing main {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2em;
}
.bottom-logo-container {
  display: flex;
  gap: 15px;
}
.bottom-logo-container a {
  height: auto;
  max-width: 100%;
}
#logo-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 2rem;
  justify-content: space-between;
  max-width: 900px;
  padding: 1rem;
}
.column {
  flex: 1;
}
.column.left {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2rem;
}
.column.right {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
img.gdmate-logo.icon {
  height: 163px;
  width: 163px;
}
.coming-soon {
  color: #bbe0f0;
  font-size: 25.5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 0;
}
.main-title {
  color: #fff;
  font-size: 70.5px;
  font-weight: 600;
  line-height: 0;
  margin: 20px 0 18px 0;
  padding: 24px 0 18px 0;
}
.subtitle {
  color: #bbe0f0;
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
}
.contact-button {
  background-color: #1a5b75;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  margin-top: 22px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  width: 153px;
}
.contact-button:hover {
  background-color: #52a2c6;
}
.footer {
  align-items: center;
  border-top: 1px solid #577d8c;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 10px 20px;
  width: 85%;
}
.footer-image {
  height: 40px;
}
@media (max-width: 1200px) {
  .coming-soon {
    font-size: 23.5px;
  }
  .main-title {
    font-size: 65.5px;
    margin: 19px 0 18px 0;
    padding: 23px 0 18px 0;
  }
  .subtitle {
    font-size: 22.5px;
  }
  .contact-button {
    font-size: 16.5px;
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  img.gdmate-logo.icon {
    height: 100px;
    width: 100px;
  }
  #logo-container {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .coming-soon {
    font-size: 16px;
  }
  .column.right {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
  }
  .column.left {
    margin-bottom: 18px;
    padding-bottom: 0.5rem;
  }
  .main-title {
    font-size: 45.5px;
    margin: 16px 0 10px 0;
    padding: 16px 0 10px 0;
  }
  .subtitle,
  .contact-button {
    font-size: 18px;
  }
  .contact-button {
    margin-top: 19px;
  }
}
@media (max-width: 600px) {
  .main-title {
    font-size: 45.5px;
    padding-bottom: 16px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 1.11;
    white-space: normal;
    width: 180px;
  }
  .column.left {
    margin-bottom: 25px;
  }
  .contact-button {
    margin-top: 28px;
  }
}
@media (max-width: 320px) {
  .show__320 {
    display: revert;
  }
  .hide__320 {
    display: none;
  }
}