html {
    height: 100%;
}

body {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    font-family: arial;
}

h1, h2, h3 {
    text-transform: uppercase;
    margin: 0px;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background-color: rgba(255, 255, 2555, 1);
    padding-top: 20px;
    padding-bottom: 20px;
}

h2 {
    text-align: left;
    font-size: 32px;
    font-weight: normal;
}

h3 {
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    font-family: arial;
    font-size: 18px;
}

p.verse {

}

p.credits, p.reference {
    font-family: arial;
    font-size: 13px;
    font-style: italic;
}

p.chorus {
    font-weight: bold;
}

a {
    color: black;
}

.contentimg {
    width: 100%;
}

.song {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 80%;
}

.faces {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

#content-narrow, #content-wide, #content-free {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9);
//    border: 10px solid white;
}

#content-wide {
    width: 760px;
}

#content-narrow {
    width: 60%;
}

.reff {
    color: red;
    font-weight: normal; 
}

.biginfo {
    color: #a33;
    font-weight: bold; 
}


.parallax {
    /* The image used */
    background-image: url('https://paaskyla.fi/images/IMG_20221031_maisema.jpg');

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    text-align: center;
}

/*
@media only screen and (max-device-width: 1366px) {
    .parallax {
	background-attachment: scroll;
    }
}
*/

.navigation-top, .navigation-bottom {
    width: 100%;
    padding: 0px;
    text-align: center;
}

.navigation-top {
    font-size: 30px;
}

.navigation-bottom {
    font-size: 24px;
}

ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

li.navigation, li.navigation-active {
    display: inline;
}

li.navigation-active a {
    color: #a33;
}

li.navigation a, li.navigation-active a {
    // font-size: 20px;

    text-align: center;
    padding: 10px;
    text-decoration: none;
    border: 0px solid white;
    text-transform: uppercase;
}

/* Change the link color on hover */
li a:hover {
    background-color: #aaa;
}
