.page-header {
  /* Mobile only header style rules */
  /* Tablet and fullscreen desktop/laptop header style rules */
  /* Device agnostic style rules */ }
  @media screen and (max-width: 768px) {
    .page-header .full-top-menu {
      display: none; }
    .page-header .mobile-top-menu {
      display: flex;
      background-color: rgba(255, 255, 255, 0.3); }
      .page-header .mobile-top-menu .rhombus-logo {
        width: 40px;
        height: 35px; }
      .page-header .mobile-top-menu .base-search {
        min-width: 200px; } }
  @media screen and (min-width: 768px) {
    .page-header .full-top-menu {
      display: flex;
      background-color: rgba(255, 255, 255, 0.3); }
      .page-header .full-top-menu .rhombus-logo {
        width: 40px;
        height: 35px; }
      .page-header .full-top-menu .base-search {
        min-width: 450px; }
    .page-header .tablet-top-menu {
      display: none; }
    .page-header .mobile-top-menu {
      display: none; } }
  .page-header .product-title {
    color: white; }

@media screen and (min-width: 768px) {
  .page-footer {
    position: absolute;
    bottom: 0px;
    width: 100%; }
    .page-footer .copyright-detail {
      color: white;
      margin-bottom: 0;
      padding: 12px 0;
      background-color: rgba(0, 0, 0, 0.55); } }
@media screen and (max-width: 767px) {
  .page-footer .copyright-detail {
    color: white;
    margin-bottom: 0;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.55); } }
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-size: cover;
  background-color: #57C8F2;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("/static/images/backgrounds/da.png") no-repeat center center fixed; }
  html .content, body .content {
    color: white;
    min-height: 65%;
    line-height: 1rem;
    padding-top: 125px; }
    html .content .tag-line, html .content .product-description, body .content .tag-line, body .content .product-description {
      color: white; }

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