@charset "UTF-8";


.main_image{
  background-image:url(../img/main.jpg);
}


.msg{
  background: url(../img/bg.jpg) no-repeat;
  height:700px;
  display: block;
}
.msg p{
  display: block;
  padding-top:20px;
  font-size:120%;
  line-height: 2;
  text-align: center;
  text-shadow:rgba(255,255,255,0.6  );
  letter-spacing: 0.2em;
}






@media(max-width:768px){
  .msg{
    background: url(../img/bg.jpg) no-repeat center center;
    height:700px;
    display: block;
    width:90%;
    padding:0 5%;
  }
  .msg p{
    letter-spacing: 0;
    text-align: left;
  }

}







@media(max-width:560px){
  .main_image h1 p {
      margin-top: 70px;
      line-height: 1.3;
  }
}



