body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
}

.uk-navbar-container, h1, h2 {
    font-family: 'Oswald', sans-serif !important;
}

.uk-align-left {
    margin-right: 20px;
}

.uk-navbar-item {
    min-height: 60px !important;
}

.uk-navbar-center:not(:only-child) {
    top: 45% !important;
}

.uk-progress::-webkit-progress-value {
    background-color: #00cc99 !important;
}
.uk-progress::-moz-progress-bar {
    background-color: #00cc99 !important;
}
.uk-progress::-ms-fill {
    background-color: #00cc99 !important;
}

.main-block {
    padding: 40px 40px 80px 40px !important;
    max-width: 960px;
}

.logo-link {
    padding-left: 34px;
}

.start-cover {
    background-color: #E3E3E3;
    background-image: url('../imgs/bg-hat-vst.png');
    background-position: top -50px right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 220px;
}

.start-cover-title {
    color: #535353;
    margin-top: 100px;
    margin-bottom: 15px;
}

.start-cover-button {
    margin-top: 40px;
    margin-bottom: 100px !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

a {
    color: #e1442f;
}

a.bmenu {
    color: #676767;
    text-decoration: none;
}

a.bmenuh {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.menu-icon {
    width: 15px;
}

.menu-text {
    width: 177px;
    padding-left: 5px;
}

.menu-lnk,
.menu-lnk:hover {
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    text-decoration: none;
}

.menu-dis {
    pointer-events: none;
    cursor: default;
    color: #676767;
}

.btn-dis {
    pointer-events: none;
    cursor: default;
    background-color: #333 !important;
}

.menu-act {
    font-weight: bold;
}

.uk-button-primary {
    background-color: #00cc99 !important;
    padding: 10px 16px 9px 16px;
    color: white;
    font-size: 14px;
    line-height: 130%;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.uk-button-primary:hover {
    background-color: #00cc99;
}

.start-btn,
.start-btn:hover {
    background-color: #e1442f !important;
}

.uk-button-link:hover {
    color: #333;
}

.test-btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #8bbeb2 !important;
}
