@charset "utf-8";

.header-area {
  height: 390px;
  background:  url(../images/header_img.jpg) center center no-repeat;
  background-size: 100% auto;
}
.header-area #piros-logo {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -150px;
  overflow: hidden;
}
.header-area #piros-logo img { width: 300px;}
.heading1 {  margin: 90px 0 45px 0;}

@media screen and (max-width: 1500px) {
.header-area {
  background-size: 1500px 779px;
  background-position: center center;
}
}

@media screen and (max-width: 768px) {
.header-area {
  height: 240px;
  margin-top: 63px;
  background-size: 768px 399px;
  background-position: center center;
}
.header-area #piros-logo {
  top: 10px;
  margin-left: -120px;
}
.header-area #piros-logo img { width: 240px;}
.heading1 {  margin: 40px 0 25px 0;}

}
@media screen and (max-width: 480px) {
.header-area {
  height: 200px;
}
.header-area #piros-logo {
  top: 10px;
  margin-left: -90px;
}
.header-area #piros-logo img { width: 180px;}}

