.jumbotron {
    background:url("../../../images/jumbotron-bg.jpg") no-repeat center center;
    background-size:cover;
    background-color:yellow;
    height:70vh;
    position:relative;
}

.jumbotron > div {
    position:relative;
    z-index:2;
}

.overlay {
    background:rgba(0,0,0,0.2);
    width:100%;
    height:100%;
    position:absolute!important;
    z-index:1!important;
}

#logo {
        width:45%;
        height:auto;
    }

@media screen and (min-width:769px) {
    #logo {
        width:20%;
        height:auto;
    }
}

.content-15 {
    min-height:15vh;
}

.content-20 {
    min-height:20vh;
}

@media screen and (min-width:769px) {
    
    .content-15 {
        height:15vh;
    }
    .content-20 {
        height:20vh;
    }

}

/* COLOURS */
.pink {
    color:#e3007e;
}

.pink-light {
    color:#ee89b5;
}

.yellow {
    color:#ffec00;
}

.green {
    color:#44a33c;
}

.bg-pink {
    background:#e3007e;
}

.bg-pink-light {
    background:#ee89b5;
}

.bg-yellow {
    background:#ffec00;
}

.bg-green {
    background:#44a33c;
}

/* FORMS */

.bg-green .btn-primary {
    background:#e3007e;
    color:#fff;
    border:none;
    font-weight:bold;
}