@charset "utf-8";
.parallax-window1{
  min-height : 755px;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  border-bottom-width : 1px;
  border-top-style : none;
  border-bottom-style : solid;
  border-bottom-color : white;
}
