/*
Theme Name:     child
Description:    Sydney Child Theme
Author:         mary
Template:       sydney

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
* {
margin:0;
padding: 0;
border: 0;
}

h1 {
text-align: center;
font-size: 575%;
color: #AAAA44;
text-transform: uppercase;
letter-spacing: 1%;
margin: 45% 0;
}

h2 {
text-align: center;
font-size: 275%;
color: #E5E5E5;
text-transform: uppercase;
letter-spacing: 1%;

}

/*---Start Parallax---*/
.parallax {
background: url("http://www.w3newbie.com/wp-content/uploads/parallax-2.jpg") repeat fixed 100%;
}

.parallax-inner {
padding: 20% 0;
}
/*---End Parallax---*/
