html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*  margin-bottom: 60px;*/
    color: #1c3423;
}

.logo-size {
    height: 60px;
}


.nav-item a:hover {
    color: #f29102 !important;
}

.color-ccc {
    color: #ccc !important;
}

.color-f1f1f1 {
    color: #f1f1f1 !important;
}

.text-dark {
    color: #1c3423 !important;
}

.nav-item {
    /*    font-weight: 530 !important;*/
}

.font-size-18 {
    font-size: 18px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-26 {
    font-size: 26px;
}

.border-color-red {
    border-color: #ff0000 !important;
}

.line-height-26 {
    line-height: 26px;
}

.border-radius-15 {
    border-radius: 15px;
    overflow: hidden;
}

.border-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.border-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.flag-size {
    width: 60px;
}

div, img {
    /*    border: 1px solid #ccc;*/
}
