* { 
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #3c3c3c;
  /*font-family: "Roboto Condensed", sans-serif;*/
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, "Roboto Condensed", Arial,"Lucida Grande",sans-serif;
}

.mozaic-main-frame {
  --body-background-color: #72b0e5;
  background: white linear-gradient(229deg, var(--body-background-color) 0%, rgba(255, 255, 255, 0.32) 100%) no-repeat padding-box;
  margin: 0;
  font-size: 8px;
  min-height: 90vh;
  padding: 1.7rem 0;
}

.top-navbar {
    background: #fff;
    height: 4rem;
    margin-top: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: #333;
    font-size: 1.4rem;
    border-radius: 0.5rem;
    font-weight: 300;
}

.top-navbar__logo {
  display: flex;
  align-items: center;
}


.top-navbar__logo img {
  margin-right: .5rem;
  height: 2rem;
}

.top-navbar__logo a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 1028px) {
  .top-navbar {
    margin-left: 1.7rem;
    margin-right: 1.7rem;
    margin-bottom: 1.7rem;
    height: 5.5rem;
  }

  .top-navbar__logo img {
    height: 3rem;
  }

  .top-navbar__logo a {
    font-size: 1.8rem;
  }
}


.mozaic-footer {
  color: white;
  border-top: white 1px solid;
  padding: .2rem 0;
}

.mozaic-footer__list {
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

.mozaic-footer__list li {
  padding: 5px 0;
}


.mozaic-footer__link {
  text-decoration: none;
  color: white;
}

.mozaic-footer__link.underline {
  text-decoration: underline;
}

.mozaic-footer__social-logo {
  width: 30px;
  height: auto;
  filter: invert(100%);
  padding: 0 5px;
}

.copyright {
  text-align: center;
}

@media (min-width: 1024px) {
  .mozaic-footer__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 1rem auto;
  }

  .mozaic-footer__list li {
    padding: 0;
  }
}
