/* Add here all your CSS customizations */

.color-aqua {
    color: #20b4e3 !important;
}

.color-aquagreen {
    color: #8cc300 !important;
}

.langBar {
    margin: 0 0 0 10px;
    background: #8cc300;
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
}

.langBar a {
    text-decoration: none;
    color: #000;
}

.langBar a:hover {
    color: #79fde9;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.btn-aqua {
    background-color: #8cc300;
    border-color: #547500 #547500 #547500;
    color: #FFF;
}

.bg-aqua {
    background-color: #20b4e3 !important;
    ;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}