body {
    background-image:url('media/bg.png');
    background-repeat: no-repeat;
    background-attachment:fixed;
}

#nav {
    background-color:rgb(255, 255, 255, 0.75);
    position: relative; /* Make it stick/fixed */
    display: inline-block;
}
#nav a {
    float:left;
    justify-content: center;
    text-align: center;
    color: black;
    padding: 15px;
    font-family: 'Sitka Text';
    text-decoration: none;
    font-size: 20px;
}
#nav a:hover {
    background-color:rgb(210, 210, 210, 0.75);
    color: rgb(75, 75, 75);
}
#nav a.active {
    background-color:rgb(75, 75, 75);
    color: silver;
}

#main {
    margin-top: 1%;
    padding: 1%;
    position:relative;
    background-color:rgb(255, 255, 255, 0.75);
    left: 0;
    right: 0;
}

.h1 {
    font-family: 'Sitka Text';
    font-size: 50px;
    color:lightblue;

}
.h2 {
    font-family: 'Sitka Text';
    font-size: 40px;
}
.p1 {
    font-family: 'Sitka Text';
    font-size: 30px;
}
.p2 {
    font-family: 'Sitka Text';
    font-size: 18px;
}

.p3 {
    font-family: 'Sitka Text';
    font-size: 15px;
}