* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  transition: 0.2s linear font;
}

body {
  background: #000;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.container {
  padding: 0px;
  max-width: 1280px;
  margin: 40px auto;
}

.pinkNeon {
  color: #ff96d5;
  font-family: Teko, Arial, Helvetica, sans-serif;
}
.pinkNeon h3 {
  line-height: 1em;
  text-shadow: 0px 0px 100px #ff5cce, 0px 0px 25px #ff5cce, 0px 0px 10px #ff5cce;
  box-sizing: border-box;
  font-weight: 200;
  padding: 0px;
  margin: 0px;
  font-size: 86px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.pinkNeon a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear color;
}
.pinkNeon a:hover {
  color: #fff;
}

hr {
  width: 100%;
  height: 2px;
  border: 0px;
  padding: 0px;
  margin: 15px 0px;
  outline: none;
  background: #f7d307;
  overflow: hidden;
}

.yellowText {
  text-align: center;
  color: #f7d307;
  font-family: Chakra Petch, Arial, Helvetica, sans-serif;
}

.yellowText h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.yellowText h2 {
  font-size: 41px;
  font-weight: 500;
}
.yellowText p {
  font-size: 24px;
}
.photoBar {
  width: 100%;
  height: 20vh;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-image: url("/foodtruck.webp");
  background-image: url("https://pina.com.pl/assets/img/thumbs/large~foodtruck.jpg");
}

.lpinkNeon {
  font-family: Teko, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fdd2ec;
  line-height: 1em;
  text-shadow: 0px 0px 45px #ff5cce, 0px 0px 10px #ff5cce;
  box-sizing: border-box;
  font-weight: 200;
  padding: 0px;
  margin: 15px 0px 0px 0px;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
}
.lpinkNeon a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear color;
}
.lpinkNeon a:hover {
  color: #fff;
}

.footer {
  color: #eee;
  font-size: 14px;
  text-align: center;
  font-family: Chakra Petch, Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

@media only screen and (max-width: 900px) and (min-width: 560px) { 
  .pinkNeon h3 {
    font-size: 64px;  
  }
  .yellowText h1 {
    font-size: 52px;
  }
  .yellowText h2 {
    font-size: 31px;
  }
  .yellowText p {
    font-size: 20px;
  }
  .lpinkNeon {
    font-size: 46px;
  }
}

@media only screen and (max-width: 560px) and (min-width: 1px) { 
  .pinkNeon h3 {
    font-size: 32px;  
  }
  .yellowText h1 {
    font-size: 28px;
  }
  .yellowText h2 {
    font-size: 24px;
  }
  .yellowText p {
    font-size: 16px;
  }
  .lpinkNeon {
    font-size: 24px;
  }
}