
img.bg{
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 100%;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.2;

}

img.header{
    width: 70%;
    margin: 0px;
}
img.listen{
    border-radius: 0px;
    padding: 0px;
    width: 0.9em;
}
img.download{
    border-radius: 0px;
    padding: 0px;
    width: 2.8em;
}

img{
    opacity: 1;
    border-radius: 1px;
    padding: 10px;
}

body{

    font: 17px "Gotham SSm", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    background-color: rgb(242, 242, 242);
    color: rgb(34, 34, 34);

}
li{
    font-size: 110%;
}
p{
    font-size: 120%;
}
h1{
    font-size: 1.5em;
    line-height: 1.5em;
}
h2{
    font-size: 1.3em;
    line-height: 1.3em;
}
h3{
    font-size: 1.1em;
    line-height: 1.1em;
}
.c{
    font-size: 1.1em;
}

.music{
    font-size: 1.3em;
}
.band{
    font-size: 1.3em;
}
.email{
    font-size: 1em;
    text-decoration: none;
}

p{
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

ul{
    margin-top: 0em;
    margin-bottom: 0.2em;
    margin-left: 1em;
}
li{
    margin-top: 0em;
    margin-bottom: 0.2em;
    margin-left: 1em;
}

.slink{
    text-decoration: none;
    transition: color .4s;
    color: #265C83;
}

a{
    transition: color .4s;
    color: #265C83;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 78%;
}
a:link
a:visited{
    color: #265C83;
}
a:hover{
    color: #7FDBFF;
}
a:active{
    transition: color .3s;
    color: #007BE6;
}

.link{
    text-decoration: none;
}

.page-wrap-1{
    width: 70%;
    border: 1px;
    border-radius: 2px;
    margin: 50px auto;
    margin-top: 0px;
    padding: 50px;
}

.page-wrap{
    position: relative;
    width: 70%;
    border: 1px;
    border-radius: 1px;
    margin: 50px auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 50px;
    -moz-box-shadow: 0 0 1px black;
    -webkit-box-shadow: 0 0 1px black;
    box-shadow: 0 0 1px black;
    background-color: rgb(252, 252, 252);

}
.picture-wrap{
    width: 80%;
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
}


div.polaroid{

    border: 1px;
    border-color: #000000;
    margin: 10px 10px 0px 10px;
    max-width: 96%;
}

div.container{
    text-align: center;
    padding: 1px;
    color: black;
}

/* The side navigation menu */
.sidebar{
    margin: 0;
    padding: 0;
    width: 20%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

/* Sidebar links */
.sidebar a{
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

/* Active/current link */
.sidebar a.active{
    background-color: #4CAF50;
    color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active){
    background-color: #555;
    color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content{
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

/* On screens that are less than 700px, display the bar vertically, instead of horizontally */
@media screen and (max-width : 1600px){

    .center{
        width: 84%;
    }
    .page-wrap-1{
        width: 75%;
    }

    .page-wrap{
        width: 75%;
    }
    .picture-wrap{
        width: 75%;
    }
}

/* On screens that are less than 700px, display the bar vertically, instead of horizontally */
@media screen and (max-width : 1400px){

    .center{
        width: 87%;
    }
    .page-wrap-1{
        width: 77%;
    }

    .page-wrap{
        width: 77%;
    }
    .picture-wrap{
        width: 77%;
    }
}


/* On screens that are less than 700px, display the bar vertically, instead of horizontally */
@media screen and (max-width : 1200px){

    .center{
        width: 98%;
    }
    .page-wrap-1{
        width: 80%;
    }

    .page-wrap{
        width: 80%;
    }
    .picture-wrap{
        width: 80%;
    }
}

/* On screens that are less than 700px, display the bar vertically, instead of horizontally */
@media screen and (max-width : 700px){
    .sidebar{
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a{
        text-align: center;
        float: none;
    }
    div.content{
        margin:0px;
    }
    .page-wrap-1{
        width: 100%;
        border: 1px;
        border-radius: 1px;
        margin: 5px auto;
        margin-top: 0px;
        padding: 5px;
        margin-left:0px;
        margin-right:0px;
    }

    .page-wrap{
        position: relative;
        width: 100%;
        border: 1px;
        border-radius: 1px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 8px;
        margin-left:0px;
        margin-right:0px;
    }
    .picture-wrap{
        width: 98%;
        -moz-box-shadow: 0 0 5px black;
        -webkit-box-shadow: 0 0 5px black;
        box-shadow: 0 0 5px black;
    }


    div.polaroid{
        margin: 2px 2px 0px 2px;
        max-width: 98%;
    }

    ul{
        margin-top: 0em;
        margin-bottom: 0.08em;
        margin-left: 0.009em;
    }
    li{
        margin-top: 0em;
        margin-bottom: 0.08em;
        margin-left: 0.009em;
    }

}

@media screen and (min-width : 701px){
    img#showlarge{
        display: inherit;
    }
    img#showsmall{
        display: none;
    }
}

@media screen and (max-width : 700px){
    img#showlarge{
        display: none;
    }
    img#showsmall{
        display: inherit;
        margin: 0.01em;
        padding: 0.01em;
        margin-bottom: 0.1em;
    }
}
