

        @media only screen and (min-width: 500px) and (max-width: 792px){
		            .parallax section{
            min-height: 3000px;
            }
		
        h1{
		            font-size: 39px;
				            line-height: 34px;
		        }

        }

        @media only screen and (max-width: 500px){

		            .parallax section{
            min-height: 3000px;
            }
		
        h1{
		            font-size: 32px;
				            line-height: 28px;
		        }

        }
		