@charset "utf-8";
/* CSS Document */
.slideNoImage{
	padding:140px 0px 0px 0px;

}

.header {
  background-color:#3dafc2;
  padding: 25px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  font-size: 34px;
  color: #fff;
  transition: .6s;
  z-index: 999;
}

