@charset "utf-8";
/* CSS Document */
.parallax_dog_1 { 
    /* The image used */
 	content:"";
    background-image: url('graphics/happy_dog_123_2.jpg';

    /* Full height */
/*    height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
	}

