/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fefefe;
  font-family: Arial, sans-serif;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
}
.header #logo {
	width: 100%;
}

h1,
h2,
h3,
p {
  hyphens: auto;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* Custom page footer */
.footer {
  color: #777;
  border-top: 1px solid #556367;
  bottom: 0;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  background: #fefefe;
}

/* Supporting marketing content */
.marketing .coming-soon-info {
  color: #657077;
  text-transform: uppercase;
  text-align: center;
  margin: 20% 0;
}

@media screen and (max-height: 450px) {
  .marketing .coming-soon-info {
    margin: 5% 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Links */
footer a {
  color: #556367;
  padding: 5px;
}
footer a:hover {
  color: #556367;
  background: #f8f800;
  text-decoration: none;
}

/* Margins */
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-5 {
  margin-bottom: 5rem;
}

.kuq-wrapper {
  position: relative;
  min-height: 10em;
}
.kuq-wrapper .bg-bar {
  background-color: #FFF200;
  min-width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
  z-index: 5;
  margin-left: 0;
  transform: rotate(3deg);
}
@media screen and (min-width: 768px) {
  .kuq-wrapper .bg-bar {
    width: 130% !important;
    margin-left: -15% !important;
  }
}
.kuq-wrapper h1.coming-soon-info {
  position: relative;
  z-index: 10;
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1024px) {
  h1.coming-soon-info {
    font-size: 40px;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1023.98px) {
  h1.coming-soon-info {
    font-size: 20px;
  }
}