@charset "UTF-8";
* {
  cursor: url("./Paw.cur") 4 12, auto;
}

/*התאמה למובייל*/
@media only screen and (max-width: 700px) {
  .stylePage body {
    font-size: 7px;
  }
  .nav-main {
    position: unset;
    padding: 10%;
    top: 10%;
    left: 10%;
  }
  #footer {
    margin-bottom: 25%;
  }
  .nav-main li {
    display: -ms-grid;
    display: grid;
  }
}

.nav-main {
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: fixed;
  width: 100%;
  font-size: 2px;
  /*קביעת גודל השורה*/
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 1;
}

/* nav item */
.nav-main li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  /*border-right: 1px solid #a7a3a3;*/
  color: #eee;
}

/* nav link */
.nav-main li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #eee;
  text-align: center;
}

/* item hover */
.nav-main li:hover {
  background: #626262;
  color: #a7a3a3;
}

.nav-main li:hover a {
  color: #a7a3a3;
}

/* active li */
.nav-main li:active {
  background: #ccc;
}

footer {
  text-decoration: none;
  background: #333;
  height: 500%;
  bottom: 0;
  z-index: -1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer li {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 300;
  margin: 0 2em;
  color: #ccc;
}

li a {
  text-decoration: none;
  color: whitesmoke;
}

footer li a:hover {
  color: #168f67;
  font-size: 110%;
}

li a::after {
  color: white;
}

footer p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 1.5rem;
  text-align: center;
  color: #ccc;
}

/*עיצוב אייקונים פוטר תחתון*/
#footer li a {
  display: inline;
  background: transparent;
  overflow-x: hidden;
}

#footer li a {
  text-decoration: none;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

#footer p::first-letter {
  font-size: x-large;
  text-transform: uppercase;
}
/*# sourceMappingURL=styleglobal.css.map */