h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.emil-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0.73)), to(hsla(0, 0%, 98%, 0.73))), url('../images/Eszköz-1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0.73), hsla(0, 0%, 98%, 0.73)), url('../images/bg.svg');
  background-position: 0px 0px, 2% 50%;
  background-size: auto, 100px 100px;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, scroll;
}

.heading {
  margin-bottom: 0px;
}

.contact {
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: icon, sans-serif;
  color: #ccc;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  cursor: pointer;
}

.contact:hover {
  color: #333;
}

.hor-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  color: #969696;
  text-decoration: none;
}

.image {
  width: 16vw;
  height: 18vw;
  margin-right: 3vh;
  border-radius: 3px;
  background-image: url('../images/emil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991px) {
  .image {
    width: 23vw;
    height: 27vw;
  }
}

@media (max-width: 479px) {
  .hor-wrapp.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image {
    width: 50vw;
    height: 70vw;
    margin-bottom: 29px;
  }
}

@font-face {
  font-family: 'icon';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
