

body {
  font-size: 16px;
  line-height:1.3;
  font-family: 'regulator-nova', sans-serif;
  color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #EA5B1B;
  text-align: center;

}
strong {
  font-weight: 700;
}
header {
  position: relative;
  height: 59vh;
  background-image: url(../img/catering-min.jpg);
  background-size: cover;
  background-position:50% 90% ;
}
main {
  position: relative;
  height: 41vh;
  background:;
}

  .wrapper.start {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .header-wrap {
    position: absolute;
    bottom:10%;
    width: 100%;
  }


  h1,h2,h3 {
    color: #fff;
    line-height: 1.3;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
  }
  h1 {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 1.1;
    font-weight: 600;
  }

  h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 0px;
    margin-top: 30px;
  }


  h4 {
    font-size: 20px;
  }
  h5 {
    margin-bottom: 20px;
  }
  p {
    //text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
  }
  a {
    color: #fff;
    font-weight: bold;
  }
  a:hover {
    color: #fff;
  }
  a, a:hover {
    text-decoration: none;
    transition: .3s ease-out;
  }
  .catering {
    font-size: 24px;
    position: relative;
    font-weight: 700px;
    padding-right: 10px;
    display: block;
    margin-bottom: 25px
  }
  .catering::after {
    content: '';
    position: absolute;
    width:25px;
    height: 3px;
    background: #fff;
    top:18px;
    margin-left: 10px;
    transition: .3s ease-out;
  }
  .catering:hover::after {
    width:35px;
    transition: .3s ease-out;
  }
  img {
    max-width: 100%;
  }

  .logo {
    width: 330px;
    margin: 20px 0;
  }
/*  .start ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-left: 20px;
  }
  .start ul li {
    width: 50%;
    font-size: 22px;
    list-style: square;
  }
  */

.box {
  //max-width: 930px;
  margin: 25px auto
}
.phone, .mail {
  position: relative;
  padding-left:25px;
  margin-top: 10px;
  display: inline-block;
}
.phone::before {
  position: absolute;
  content: '';
  background-image: url(../img/phone2.png);
  background-size: contain;
  width:17px;
  height: 17px;
  left:0;
  top:3px;
}
.mail {
  margin-left: 15px;
}
.mail::before {
  position: absolute;
  content: '';
  background-image: url(../img/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width:20px;
  height: 13px;
  left:0;
  top:5px;
}

.bar {
	display: block;
    width: 2px;
    margin-right: 1px;
    height: 90px;
    background: #fff;
    animation: sound 0ms -800ms linear infinite alternate;
    transition: height 0.8s;
    border-radius: 4px;
}

  footer {
    position: absolute;
    width:100%;
    bottom:0px;
    padding: 10px 0;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    text-align: right;
  }
  footer a {
    padding: 10px;
    color: rgba(255,255,255,.7);
    font-weight: 400;
    font-size: 16px;
  }
  footer a:hover {
    color: #111;
    opacity: .8;
  }
  .imp, .imp a {
    font-size:13px ;
  }

@media only screen and (min-width:1900px){

}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 15.5px;
  }
  h1 {

  }
  h3, .catering {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .catering {
    margin-bottom: 15px;
  }
  .box {
    margin: 15px auto;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    width: 200px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 820px) {
  .wrapper.start {
    height: -webkit-fill-available;
  }
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  header {
    height: 33vh;
  }
  main {
    height: auto;
  }
  .logo img{
    filter: drop-shadow(3px 2px 8px #000000);
  }
  .wrapper.start {
    height: -webkit-fill-available;
  }
  .header-wrap {
    bottom: 15px;
  }
  h1 {
    font-size: 25px;
    margin-top: -25px;
  }
  h3, .catering {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}
