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

.parallax-window-1 {
    min-height: 200px;
	padding: 180px 40px 0px 0px;
	max-width: 890px;
    background: transparent;
}
.parallax-window {
    min-height: 200px;
	max-width: 890px;
	padding: 100px 20px;
    background: transparent;
}
.parallax-text-1 {
	z-index: 2;
	position: relative;
	color: #3f51b5;
	text-align: center;
	vertical-align: center;
	font-size: 50px; 
	font-family: verdana;
	font-weight: 800;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.parallax-text {
	z-index: 2;
	position: relative;
	color: #fff;
	text-align: center;
	vertical-align: center;
	font-size: 50px; 
	font-family: verdana;
	font-weight: 800;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

   @media (max-width: 720px) {
	   .parallax-text-1 {
		 font-size: 30px;
			font-weight: 600;
	   }
	   .parallax-text {
	      font-size: 30px; 
			font-weight: 600;
	   }
	   .parallax-window-1 {
    max-height: 140px;
	max-width: 100%;
	
}
	   	   .parallax-window {
    max-height: 140px;
	max-width: 100%;

}
	   
}
