@media (max-width: 800px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-links {
    display: none;
    width: 100%;
  }
  .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }
  .navbar-links ul li {
    text-align: center;
  }
  .navbar-links ul li a {
    padding: 0.5rem 1rem;
  }
  .signIn {
    margin-left: 0px;
    position: relative;
  }
  .toggle-button {
    display: flex;
  }
  .navbar-links.active {
    display: flex;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body {
    background-color: springgreen;
    font-size: 14px;
  }
  .navbar {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background-color: white;
    font-size: 10px;
    font-size: 12px;
  }
  header {
    font-size: 220%;
  }
  header .navbar {
    width: 90%;
    font-size: 70%;
  }
  section .adsComp {
    font-size: 4px;
    height: 30vh;
  }
  section .adsComp .para {
    display: none;
  }
  section .boxComp {
    font-size: 14px;
  }
  section .centerFullFlex {
    font-size: 8px;
  }
  section .centerComp {
    font-size: 12px;
  }
  .boxComp .boxCompSub1 {
    width: 100%;
    background-color: yellow;
    border: 2px solid green;
  }
  .addCardSize {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    background-color: khaki;
    font-size: 10px;
    font-size: 5px;
  }
  header {
    font-size: 220%;
  }
  header .navbar {
    width: 90%;
    font-size: 70%;
  }
  section .adsComp {
    font-size: 4px;
    height: 30vh;
  }
  section .adsComp .para {
    display: none;
  }
  section .boxComp {
    font-size: 14px;
  }
  section .centerFullFlex {
    font-size: 8px;
  }
  section .centerComp {
    font-size: 12px;
  }
  .cardResponFree {
    font-size: 12px;
  }
  .addCardSize {
    font-size: 18px;
  }
  .randComp .randCompSub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 2px solid green;
    width: 96em;
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */