body {
    background-color: #000d1a;
    color: #D8E0F2;
    font-family: arial, sans-serif;
}

#endurance_background {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

h1 {
    display: inline-block;
    margin-left: 15%;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 42px;
    height: 50px;
    background: url(images/ceb_final_50_height.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

ul {
    list-style-type: none;
}

.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

nav {
    float: right;
    margin-right: 15%;
    margin-top: 1%;
    margin-bottom: 1%;
}

nav li {
    display: inline-block;
}

#home {
    padding-right: 4em;
}

#music {
    padding-right: 4em;
}

li a.navigation {
    display: inline-block;
    background-image: url(images/navigation_34_height.png);
}


li a.home {
    width: 49px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

li a.music {
    width: 60px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: -65px 0px;
}

li a.contact {
    width: 60px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: -130px 0px;
}

p.ceb_email {
    text-align: center;
    margin-top: 15%;
    font-size: 200%;
}

div.faces {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.swipeboxPlugin {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

div.songs_gallery {
    margin-top: 4em;
}

footer {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin-bottom: 1%;
}

footer li a {
    display: inline-block;
    width: 72px;
    height: 34px;
    background-image: url(images/soundcloud_final_34_height.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



