@font-face {
    font-family: "MyRiad";
    src: url(font/MyriadPro.otf) format("truetype");
}

.image_header_1 {
  background: url('/img/header-bg.jpg');
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image_header_2 {
  background: url('/img/header-bg1.jpg');
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image_header_3 {
  background: url('/img/header-bg2.jpg');
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}