@charset "UTF-8";
@font-face {
  font-family: 'comicsno';
  src: url("../../../fonts/comixno2/comixno2clm_bold-webfont.ttf"), url("../../../fonts/comixno2/comixno2clm_bold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'x-button-font';
  src: url("../../../fonts/corona/aAntiCorona.otf"), url("../../../fonts/corona/aAntiCorona.ttf");
}

* {
  margin: 0;
  padding: 0;
}

.underlined {
  text-decoration: underline;
}

html {
  background: url("../../../pics/web-pics/cover-img.jpg") no-repeat center center fixed;
  background-size: cover;
}

/*
    header part - גן חיבוקים
*/
header {
  margin-top: 20vh;
}

header p {
  font-family: 'comicsno';
  text-align: center;
  font-size: 10vw;
  text-shadow: 5px 4px rgba(0, 0, 0, 0.2);
  color: #900eb1;
}

@media screen and (max-width: 600px) {
  header p {
    font-size: 20vw;
  }
}

/*
    logo part - after header
*/
.main-logo-part {
  margin-top: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-logo-part .main-logo-wrapper {
  width: 30vw;
}

.main-logo-part .main-logo-wrapper img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .main-logo-part .main-logo-wrapper {
    width: 60vw;
  }
}

/*
    text-part: text-1, text-2
*/
.text-part {
  text-align: center;
  margin: 15vh auto;
  width: 85vw;
}

.text-part p {
  font-size: 2.3rem;
  font-family: 'comicsno';
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #900eb1;
}

@media screen and (max-width: 600px) {
  .text-1 p {
    margin-top: 0.8em;
  }
}

/*
    main-img img1

    this is for 2 main images
*/
.main-img {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-img .img-wrapper img {
  display: block;
  width: 100%;
}

.img-1 .img-wrapper {
  width: 50vw;
}

@media screen and (max-width: 800px) {
  .img-1 .img-wrapper {
    width: 80vw;
  }
}

/*
    some corrections for second text
*/
.text-2 {
  width: 75%;
}

.text-2 p {
  margin-top: 1em;
}

/*
    img-2

    some corrections for second img
*/
.img-2 .img-wrapper {
  width: 65vw;
}

@media screen and (max-width: 700px) {
  .img-2 .img-wrapper {
    width: 90vw;
  }
}

.hoveret-wrapper {
  margin-top: 15vh;
  text-align: center;
  font-size: 2rem;
  font-family: 'comicsno';
}

.hoveret-wrapper p {
  color: #900eb1;
  margin-bottom: 0.7em;
}

.hoveret-wrapper .hoveret-ref {
  text-decoration: underline;
}

.hoveret-wrapper .hoveret-ref:hover {
  color: #ce1818;
}

.team-headline {
  text-align: center;
  margin: 20vh auto 12vh auto;
}

.team-headline p {
  color: #900eb1;
  font-size: 5rem;
  font-family: 'comicsno';
}

.team-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 10vh auto;
  grid-gap: 4em;
}

.team-main .team-member {
  margin: auto;
  cursor: pointer;
  width: 80%;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 1;
}

.team-main .team-member:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #779ecb;
}

.team-main .team-member:hover p {
  color: #779ecb;
  text-decoration: underline;
}

.team-main .team-member img {
  width: 100%;
  border-radius: 6px;
  -webkit-transition: .25s;
  transition: .25s;
  height: 75%;
}

.team-main .team-member p {
  font-family: 'comicsno';
  margin-top: 5%;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  height: 25%;
  color: #900eb1;
}

@media screen and (max-width: 800px) {
  .team-main {
    width: 80%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.team-member-window {
  display: none;
  position: fixed;
  background-color: #cdf0ff;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.team-member-window .team-member-wrapper {
  margin-top: 12vh;
}

.team-member-window .team-member-wrapper .team-member-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.team-member-window .team-member-wrapper .team-member-content .window-img-wrapper {
  width: 30%;
}

.team-member-window .team-member-wrapper .team-member-content .window-img-wrapper img {
  display: block;
  width: 100%;
}

.team-member-window .team-member-wrapper .team-member-content .picked-team-member-info {
  width: 50%;
  margin-right: 20px;
}

.team-member-window .team-member-wrapper .team-member-content .picked-team-member-info #picked-member-headline {
  text-align: center;
  margin-bottom: 2%;
  font-size: 2rem;
  font-family: 'comicsno';
  color: #900eb1;
  letter-spacing: 2px;
}

.team-member-window .team-member-wrapper .team-member-content .picked-team-member-info #picked-team-member-text {
  font-family: 'comicsno';
  color: #900eb1;
  font-size: 1.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  overflow: auto;
}

.team-member-wrapper-mobile {
  display: none;
}

.exit-button {
  display: inline-block;
  cursor: pointer;
  margin-right: 1%;
  font-family: 'x-button-font', 'comicsno';
  color: white;
  font-size: 2.2rem;
  letter-spacing: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.exit-button:hover {
  color: #d62121;
}

@media screen and (max-width: 700px) {
  .window-img-wrapper {
    display: none;
  }
  .team-member-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team-member-content .picked-team-member-info {
    width: 100%;
  }
  .team-member-content .picked-team-member-info #picked-member-headline {
    font-size: 2.5rem;
  }
  .team-member-content .picked-team-member-info #picked-team-member-text {
    line-height: 1.4em;
    overflow: auto;
  }
}
/*# sourceMappingURL=style.css.map */