/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 28, 2022, 6:33:36 PM
    Author     : Vegan
*/
.module-yellow-pinned {
  background-color: #FEEB0D;
  z-index: 3;
}
.module-yellow-pinned .yl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.module-yellow-pinned .yl .pinned-block {
  /*position: absolute;
        top:0;
        width: 100%;
        left: 0;*/
  height: 100vh;
  /* background:blue;*/
}
.module-yellow-pinned .yl .pinned-block.fix-me {
  position: fixed;
  top: 50%;
  left: 60px;
  width: calc(100% - 120px);
  transform: translateY(-50%);
  z-index: 2;
  height: auto;
}
.module-yellow-pinned .yl .pinned-block .text-pinned-animated {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
  text-align: center;
  font-family: 'AkzidGrtskNext', serif;
  line-height: 1.5em;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  display: block;
  font-family: 'Spectral';
}
@media screen and (max-width: 900px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 30px;
  }
}
@media screen and (min-width: 901px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 45px;
  }
}
@media screen and (min-width: 1441px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  .module-yellow-pinned .yl .pinned-block .text-pinned-animated p {
    width: 95%;
  }
}
/*# sourceMappingURL=yellow-pinned-block.css.map */