/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'RobotoCustom';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.uk-logo {
    height: 12.5vh;
    max-width: 220px;
    margin: auto;
}
.uk-navbar-nav {
    display: block;
}
.uk-navbar-nav>li>a {
    text-align: center;
    height: 12.5vh;
    line-height: 1.3;
}
.uk-navbar-nav>li:nth-of-type(1)>a {
    background-color: #ffd237;
}
.uk-navbar-nav>li:nth-of-type(2)>a {
    background-color: #f1b233;
}
.uk-navbar-nav>li:nth-of-type(3)>a {
    background-color: #e4912e;
}
.uk-navbar-nav>li:nth-of-type(4)>a {
    background-color: #d6712a;
}
.uk-navbar-nav>li:nth-of-type(5)>a {
    background-color: #c85125;
}
.uk-navbar-nav>li:nth-of-type(6)>a {
    background-color: #bb3021;
}
.uk-navbar-nav>li:nth-of-type(7)>a {
    background-color: #ad101c;
}

@media screen and (min-width: 768px) {
    .wd-sidebar-menu {
        max-width: 250px !important;
    }
}
@media screen and (max-width: 959px) {
    .uk-logo {
        height: auto;
        max-width: 130px;
    }
}

@media screen and (min-width: 960px) {
	.tec-grid {
		display:grid !important;
		grid-template-columns: 250px 1fr !important;
	}
}