/*
Theme Name: Kitakaritlakteszt
Theme URI: Your Theme's URI
Description: teszt
Version: 1.0
Author: Kris
Author URI: kitakarit-lak.hu
*/

.nav-link:hover {
  color: red;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(221, 228, 193);
}

@media (max-width: 549px) {
  p {
    font-size: 3vw;
  }
  ul {
    font-size: 3vw;
  }
  #text1 {
    font-size: 2vw !important;
  }
  #text2 {
    font-size: 2vw !important;
  }
  #text3 {
    font-size: 2.7vw !important;
  }
  #text4 {
    font-size: 4vw !important;
  }
  #sok {
    font-size: 3vw !important;
    margin-bottom: 0.2em !important;
  }
  .nav-link {
    font-size: 3vw !important;
  }
  #logo {
    width: 10vw !important;
  }

  #majomdiv {
    height: 50vw !important;
  }
}

@media (max-width: 500px) {
  p {
    font-size: 3vw;
  }
  ul {
    font-size: 3vw;
  }
  #text1 {
    font-size: 2vw !important;
  }
  #text2 {
    font-size: 2vw !important;
  }
  #text3 {
    font-size: 2.7vw !important;
  }
  #text4 {
    font-size: 3vw !important;
  }
  #sok {
    font-size: 3vw !important;
    margin-bottom: 0.2em !important;
  }
  .nav-link {
    font-size: 3vw !important;
  }
  #logo {
    width: 10vw !important;
  }
}
