@charset "utf-8";
/* CSS Document */

/* background */
.fixed-bg {
  background-image: url("../img/bg1.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-main {
  background-image: url("../img/header-bg.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-key1 {
  background-image: url("../img/key1.jpg");
  min-height: 400px;
min-width: 300px;	
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-key2 {
  background-image: url("../img/key2.jpg");
  min-height: 400px;
  min-width: 300px;	
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-key3 {
  background-image: url("../img/key3.jpg");
  min-height: 400px;
  min-width: 300px;	
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-key4 {
  background-image: url("../img/key4.jpg");
  min-height: 400px;
  min-width: 300px;	
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}