body {
    font-family: 'Roboto', sans-serif;
}

section a,
section a:focus,
section a:hover {
    color: #41a199;
}

.top-nav-collapse a.brand {
    background: url('../img/logo.png') center no-repeat;
    background-size: 30px;
}

@media (max-width: 767px) {
    .top-nav-collapse a.brand {
        margin-left: 15px;
    }
}
.top-nav-collapse a.brand span {
    display: none;
}


.intro {
    background-image: url('../img/logo-background.jpg');
    background-position-x: 48%;
}

.intro .description {
    height: 100vh;
}

.intro .short-description {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.intro .short-description p {
    margin-bottom: 0;
    font-weight: 200;
}

@media (max-width: 767px) {
    .intro {
        background-position-x: 48%;
        padding: 0;
    }
}

.banner-social-buttons a {
    color: #41a199;
    border-color: #41a199;
}
.banner-social-buttons a:hover {
    background-color: #41a199;
}

.mixcloud-quick-play {
    width: 200px;
    height: 200px;
    display: inline-block;
}

.mixs p {
    margin-top: 20px;
}

.contact i {
    font-size: 2.5em;
    color: #41a199;
}

.contact .btn-primary {
    background-color: #41a199;
}
