
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #404e59;
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

a {
    color: #457BA5;
}

a:hover,
a:focus {
    color: #AED4F2;
}

h2, h3 {
    font-weight: normal;
    font-family: "Courier New", monospace;
    letter-spacing: 1px;
}

#wrap{
    width: 5000px;
    height: 100%;
}

.masthead {
    margin: 0;
    padding: 0;
    font-family: "Exo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 11em;
    line-height: 1em;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.navbar .brand {
    margin-left: -5px;
}

.section {
    float: left;
    margin-top: 20px;
    margin-right: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    position: relative;
}

.section.first {
    margin-left: 850px;
}

.section iframe {
    display: inline-block;
    margin-right: 20px;
}


.designedby {
    margin-top: 40px;
    margin-bottom: -50px;
    text-align: right;
}

.designedby a {
    color: #ccc;
    font-size: 85%;

}

/* License Page */

body.license {
    /*padding-top: 60px;*/
}


.dark {
    /*margin-top: -60px;*/
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal h3 {
    color: #333;
}

.sidebar-nav {
    padding: 9px 0;
}

.youtube img{
    width: 120px;
    height: 90px;
    background: #000;
}

.thumbnails.clients {
    padding: 2px;

}
.thumbnails.clients > li {
    margin-bottom: 10px;
}

.thumbnails.clients .thumbnail {
    background-color: #fff;
}


.thumbnails.clients > li {
    width: 17%;
}

/* Large Screens */
@media (min-width: 1600px) {
    .masthead {
        font-size: 16em;
    }
}

/* Phones & Other Small Devices */
@media (max-width: 767px), (max-height: 500px){
    .masthead {
        font-size: 8em;
        top: 0;
    }
}

.icon-spotify {
    background-image: url("../img/spotify.png");
    background-position: 0 0;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .icon-spotify {
        background-image: url("../img/spotify@2x.png");
        background-position: 0 0;
        background-size: 14px 14px;
    }
}
.btn-spotify {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #689415;
    *background-color: #689415;
    background-image: -moz-linear-gradient(top, #87C416, #689415);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87C416), to(#689415));
    background-image: -webkit-linear-gradient(top, #87C416, #689415);
    background-image: -o-linear-gradient(top, #87C416, #689415);
    background-image: linear-gradient(to bottom, #87C416, #689415);
    background-repeat: repeat-x;
    border-color: #689415;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87C416', endColorstr='#689415', GradientType=0);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.btn-spotify:hover,
.btn-spotify:focus,
.btn-spotify:active,
.btn-spotify.active,
.btn-spotify.disabled,
.btn-spotify[disabled] {
    color: #FFFFFF;
    background-color: #689415;
    *background-color: #003bb3;
}
