@charset "utf-8";
/* CSS Document */
body {
	width: 950px;
	margin: auto;
}
article p {
	font-size: 24px;
}
article h2 {
	font-size: 30px;
}
#parallax-1 { 
    background-image: url("images/1.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax-2 { 
  
    background-image: url("images/2.jpg");
    height: 250px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax-3 { 

    background-image: url("images/3.jpg");
    height: 250px; 
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax-4 { 
    
    background-image: url("images/4.jpg");
    height: 250px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax-5 { 
  
    background-image: url("images/5.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
