@import '../nav/nav.css';
@import '../footer/footer.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-container {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.footer-container .footer-text {
  color: white !important;
}
.footer-container .footer-text h1 {
  color: white !important;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10vh;
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.container span {
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Raleway;
  font-size: 3rem;
  padding-bottom: 30px;
}
.container div {
  margin-bottom: 40px;
}

.jelolt-container {
  display: grid;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: repeat(3, 33%);
  grid-template-areas: "a b c" "d e f" "g h i" "j k l" "m n o" "p q r";
  margin-top: 80px;
  font-family: Raleway;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-bottom: 70px;
}
.jelolt-container section {
  margin: 15px;
  text-align: center;
}
.jelolt-container section img {
  object-fit: cover;
}
.jelolt-container h1 {
  font-family: Raleway;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
  color: white;
}
.jelolt-container h3 {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  font-family: Raleway;
}
.jelolt-container div {
  padding: 20px;
}
.jelolt-container #a {
  grid-area: a;
}
.jelolt-container #b {
  grid-area: b;
}
.jelolt-container #c {
  grid-area: c;
}
.jelolt-container #d {
  grid-area: d;
}
.jelolt-container #e {
  grid-area: e;
}
.jelolt-container #f {
  grid-area: f;
}
.jelolt-container #g {
  grid-area: g;
}
.jelolt-container #h {
  grid-area: h;
}
.jelolt-container #i {
  grid-area: i;
}
.jelolt-container #j {
  grid-area: j;
}
.jelolt-container #k {
  grid-area: k;
}
.jelolt-container #l {
  grid-area: l;
}
.jelolt-container #m {
  grid-area: m;
}
.jelolt-container #n {
  grid-area: n;
}
.jelolt-container #o {
  grid-area: o;
}
.jelolt-container #p {
  grid-area: p;
}

.text {
  margin-top: 60px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  flex-direction: column;
}
.text p {
  color: white;
  font-family: Raleway;
  font-size: 13px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin-left: 6%;
  margin-right: 6%;
}
.text #bold {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .container .jelolt-container {
    grid-template-rows: repeat(13, auto);
    grid-template-columns: repeat(1, 100%);
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r";
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .container .jelolt-container {
    grid-template-rows: repeat(8, auto);
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "a b" "c d" "e f" "g h" "i j" "k l" "m n" "o p" "q r";
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=jeloltek.css.map */
