#nav-logo img {
    height: 50px;
}

#navbar {
    background-color: white;
    /*box-shadow: 0 0px 32px black;*/
}

.my-height {
    height: 100px;
}

.text-white {
    color: white!important;
}

.uk-overlay-light-primary {
    background-color: rgba(0,0,0,0.8)!important;
}

.uk-text-xlarge {
    font-size: 2.5rem;
}

.competition-img {
    height: 100px;
    width: 100px;
}

.uk-text-medium {
    font-size: 1.2rem;
}

.uk-large-desk {
    font-size: 4rem;
}

.theme-btn {
    border-radius: 55px!important;
    background: rgba(255,255,225,0.3)!important;
    color: white!important;
    border: 1px solid white;
}

.theme-btn:hover {
    background-color: rgba(0,0,0,0)!important;
}

.uk-text-light {
    color: #555;
}

.uk-text-dark {
    color: #333;
}

@media screen and (max-width: 680px) {
    .uk-text-xlarge, .uk-large-desk {
        font-size: 1.8rem;
    }

    .uk-mobile-small {
        font-size: 1rem;
    }

    .my-height {
        height: 80px;
    }
}