img,
.nav,
.no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.uk-logo img,
.uk-logo svg {
	height: 60px;
    width: 80.7px;
}
 
.background-lucas,
body.the-page-background-is-white #navbar {
    background-color: #ffaf4a;
}

button.background-lucas:hover,
a.background-lucas:hover,
button.background-lucas:focus,
a.background-lucas:focus,
button.background-lucas:active,
a.background-lucas:active {
    background-color: #ef7b00;
}

.small-caps {
    font-variant: small-caps;
}

.center-justified {
    text-align: justify;
    text-align-last: center;
}

.color-lucas {
    color: #ffaf4a !important;
}

.background-primary {
    background: var(--primary);
}

.subtitle-text {
	font-size: 1.2em;
	opacity: 0.9;
	font-weight: 300;
}

.text-white {
    color: white !important;
}
.main-wrapper {
    min-height: calc(100vh - 84px - 80px);
}

.cover-container {
    margin-top: -80px;
}

@media(min-width: 960px) {
    .padding-super-large\@m {
        padding: 50px;
    }
}
@media (min-width: 1200px) {
    .main-wrapper {
        min-height: calc(100vh - 104px - 80px);
    }
}

.background-blur {
    backdrop-filter: blur(6px);
}

.media-centre {
    text-align: center;
}