img {
    width: 100%;
    height: 100%;
    border: none;
}

h1, h2 {
    display: inline;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 21px;
}

hr.separator {
    color: #111;
}

a {
    color: rgb(107, 145, 50);
}

a.white {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    text-decoration: underline;
}

.align-left {
    text-align: left;
}

.smaller {
    font-size: 12px;
    color: #999;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

body {
    background-color: #000;
    /*background: url('images/stockvault-black-and-white-grunge-texture127907 [800x600].jpg') center fixed;*/
    /*background-size: cover;*/
    color: whitesmoke;
    font-family: calibri, tahoma, geneva, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#global {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 190px;
    padding: 9px 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*.trans-background {
    background-color: rgba(0, 0, 0, .9);
}*/

#mainlogo {
    display: inline-block;
    height: 95px;
    width: 900px;
    background: url('images/supernaute-logo-couleur-700.png') no-repeat;
    background-size: 900px;
}

#menu-bar {
    margin-top: 10px;
}

#bio-button {
    width: 90px;
}

#discog-button {
    width: 115px;
}

#contact-button {
    width: 128px;
}

.menu-spacer {
    margin: 0 3%;
}

a.button {
    display: inline-block;
    cursor: pointer;
    /*font-style: italic;*/
    color: whitesmoke;
    text-decoration: none;
}

a.button:hover, a.button.active {
    text-shadow: 0 0 33px greenyellow;
}

a.button.active {
    cursor: default;
    /*color: rgb(116, 165, 44);*/
}

a.button.active:before {
    content: '( ';
    font-weight: normal;
}

a.button.active:after {
    content: ' )';
    font-weight: normal;
}

#maincontent {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    margin: 2px auto 0;
    padding: 11px 0;
    border-radius: 2px;
}

#bio-panel, #discog-panel, #contact-panel {
    display: none;
    max-width: 800px;
    margin: 0 auto;
}
#contact-panel {
    display: inline-block;
    background: url('images/spn-portrait2.jpg') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

#contact-picture {
    margin: 20px 0;
}

#flagbio-container {
    display: inline-block;
    text-align: justify;
    max-width: 100%;
}

#flag {
    display: inline-block;
    background: url('images/flags/usa.png') no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin: 0 35px 0 0;
}

#flag:hover {
    cursor: pointer;
}

#flag.fr {
    background: url('images/flags/france.png') no-repeat;
    background-size: 25px;
}

.bio-text.us {
    display: none;
}

.spacer {
    height: 20px;
    width: 100%;
}