body {
    max-width: 1000px;;
    margin: auto;
}

#container {
    background-color: rgb(219, 86, 86);
}

header {
    height: 100px;
}

h1 {
    padding-top: 20px;
    text-align: center;
}

p { 
    font-size: 1.3em;
    line-height: 1.5em;
}

section {
    height: 300px;
    background-color: peachpuff;
    padding: 50px 50px;
}



#parallax1 {
    background-image: url("images/Japan-Castle_1200x800.jpg");
    height: 500px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallax2 {
    background-image: url("images/Japan-B&W_Torii_Gate_1200x800.jpg");
    height: 500px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#parallax3 {
    background-image: url("images/Japan-Torii_Tunnel_1200x800.jpg");
    height: 500px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

