body {
    background-image:url('media/gt cbr/2.png');
    background-repeat: no-repeat;
    background-attachment:fixed;
}
/* NAVBAR */

#nav {
    background-color:rgb(200, 240, 255, 0.75);
    position: relative; /* Make it stick/fixed */
    display: inline-block;
    border-width: 10px;
    border-radius: 10px;
    
}
#nav a {
    float:left;
    justify-content: center;
    text-align: center;
    color: black;
    padding: 15px;
    font-family: 'Cambria', Georgia, serif;
    text-decoration: none;
    font-size: 20px;
}


#nav a:hover {
    background-color:rgba(140, 180, 195, 0.75);
    color: rgb(75, 75, 75);
}

#nav a#left:hover {
    border-left-width: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#nav a#right:hover {
    border-right-width: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* MAIN DIV */

#main {
    margin-top: 1%;
    padding: 1%;
    position:relative;
    background-color:rgb(200, 240, 255, 0.75);
    left: 0;
    width:fit-content;
    border-width: 10px;
    border-radius: 10px;
    max-width:99%;
}


/* DISCOG STUFF */

#discog {
    position:relative; /* Make it stick/fixed */
    display:inline-block;
}
#discog div {
    display:inline-table;
    color: black;
    padding: 15px;
    font-family: 'Cambria', Georgia, serif;
    text-decoration: none;
}

#discog img {
    width: 200px;
}


/* TEXT */

.h1 {
    font-family: 'Cambria', Georgia, serif;
    font-size: 50px;
    color:rgb(255, 255, 255);

}
.h2 {
    font-family: 'Cambria', Georgia, serif;
    font-size: 40px;
}
.p1 {
    font-family: 'Cambria', Georgia, serif;
    font-size: 30px;
}
.p2 {
    font-family: 'Cambria', Georgia, serif;
    font-size: 18px;
}

.p3 {
    font-family: 'Cambria', Georgia, serif;
    font-size: 17px;
}


/* GALLERY STUFF */

#glry {
    background-image:url('media/gallery bg.png');
    background-repeat: no-repeat;
    background-attachment:fixed;
}

#gallery {
    margin-top: 1%;
    background-color:rgb(255, 255, 255, 0.1);
    background-blend-mode:multiply;
    display:inline-block;
}

#gallery img {
    max-width:99%;
    float:left;
    justify-content:left;
    text-align: center;
    padding: 0.5%;
}

#gallery a {
    padding-left:0.5%;
}
