.primary-overlay{
    background: rgba(112,81,176,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-header{
    background: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    color: #fff;
}

.main-header .showcase{
    padding-top: 110px;
}

.main-header-inner{
    background: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    color: #fff;
}

.main-header-inner .showcase{
    padding-top: 50px;
}

.active-link{
    color: #da47f1;
    font-weight: bold;
}

.section-developers{
    position: relative;
    background: url('../img/code.jpg');
    background-size: cover;
    background-position: center;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
    min-height: 160px
}

.section-podcast{
    position: relative;
    background: url('../img/circuit.jpg');
    background-size: cover;
    background-position: center;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
    min-height: 160px;
}

.section-podcast a{
    margin-top: 30px;
}

.section-podcast .primary-overlay{
    background: rgba(112,81,176, .9);
}

.carousel-item p{
    font-size: 20px !important;
}

.tabs .indicator {
    background-color: #6a1b9a !important;
}

.btn-extend{
    display: block;
    width: 100%;
}

@media(max-width: 500px){
    .section-developers,
    .section-podcast{
        min-height: 240px;
    }
}