@font-face {
    font-family: "POBEDA Regular";
    src: local("POBEDA-REGULAR");
    src: url("/fonts/POBEDA-REGULAR.eot") format('eot');
    src: url("/fonts/POBEDA-REGULAR.ttf") format('truetype');
    src: url("/fonts/POBEDA-REGULAR.woff") format('woff');
    font-display: block;

}

.dark-dropdown.dropdown-menu {
    background-color: #343a40;
}

.dark-dropdown .dropdown-item {
    color: rgba(255, 255, 255, 0.5);
}

.dark-dropdown .dropdown-item:hover,
.dark-dropdown .dropdown-item:focus {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
}

.dark-dropdown .dropdown-item:active {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
}

.dark-dropdown .dropdown-item.active {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
}

.dark-dropdown .menu-category-divider {
    border-top-color: rgba(255, 255, 255, 0.12);
    margin: 0.35rem 0;
}

.dark-dropdown .menu-category-section {
    position: relative;
    padding: 1.1rem 0 0.15rem 0;
}

.dark-dropdown .menu-category-section-label {
    position: absolute;
    top: 0.2rem;
    left: 0.75rem;
    font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
    font-size: 0.58rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

div.olga-text-small.tree-text.active > div  {
    background-color: rgba(255, 255, 255, 0.3);
}

div.olga-text-small.tree-text.drop-target > div {
    background-color: rgba(74, 158, 255, 0.45);
    outline: 1px dashed rgba(255, 255, 255, 0.85);
    outline-offset: -2px;
}

.about p{
    color: #838383;
}
.about li{
    color: #838383;
}

.about a:link{
    color: #FFFFFF;
}
.about a:visited {
    color: #FFFFFF;
}

#aboutme {
    padding: 0;
}

.unmarked > li {
    list-style-type: none;
}

img.titular {
    border-style: solid;
    border-color: #8c8c1a;
}

a {
    color: rgba(255, 255, 255, .5);
}

.olga-text {
    font-family: "POBEDA Regular";
    font-size: 2rem;
}

.olga-text-small {
    font-family: "POBEDA Regular";
    font-size: 0.8rem;
}

.tree-text {
    color: rgba(255, 255, 255, .5);
}

.bold {
    font-weight: bold;
}

.card {
    display: inline;
}

.card-body {
    display: inline-block;
    padding: 0;
}

.card-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.card-border {
    display: inline-block;
    width: 100%;
}

.card-img {
    border-radius: 0
}

.tree-text > div > label {
    margin: 0.4em;
}

a:hover {
    color: rgba(255, 255, 255, .5);
    opacity: 0.8;
}

.hiddenimage {
    opacity: 0.5;
}

.card-img:hover {
    opacity: 0.8;
}

.contact-text {
    font-family: "POBEDA Regular";
    color: rgba(255, 255, 255, .5);
}

.navbar-sub {
    padding-bottom: 0em;
    padding-top: 0em;
}

.nav-sub-header {
    font-size: 1.5em;
    margin-bottom: -1.5em;
    margin-top: -1.5em;
    padding-bottom: 0em;
    padding-top: 0em;
    font-family: "POBEDA Regular";
    color: rgba(255, 255, 255, .5);
}

#back-to-top {
    width: 50px;
    height: 28px;
    text-align: center;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
    display: none;
    font-family: "POBEDA Regular";
    color:  rgb(255, 255, 255);
    font-size: 1.2em;
    background-color: #000000;
    opacity: 0.5;
}

#back-to-top > span {
    background-image: url("/img/service/scroll-up.png");
    background-position: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}

#back-to-top > div {
    display: inline-block;
}


#back-to-top:hover {
    cursor: pointer;
    opacity: 0.8;
}

#back-btn {
    text-align: left;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    font-family: "POBEDA Regular";
    font-size: 1.2em;
    color:  rgb(255, 255, 255);
    height: 28px;
    background-color: #000000;
    opacity: 0.5;
    padding-left: 0.2em;
    padding-right: 0.2em;
}


#back-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}

#back-btn > a:hover {
    text-decoration: none;
}


#back-btn > a > span {
    background-image: url("/img/service/go-back.png");
    background-position: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}

#back-btn > a > div {
    display: inline-block;
}


#back-btn:hover {
    opacity: 1;
}

h5 {
    font-size: 0.8rem;
}


@media (min-width: 0em) {
    .nav-header {
        font-size: 1.6em;
    }

    .collapse-custom {
        visibility: hidden;
    }

    .nav-image {
        width: 0.1em;
        height: 0.1em;
    }

    .olga-text-small {
        font-size: 0.8rem;
    }

    .carousel-indicators {
        margin-top: 0.5em;
        bottom: 0;
    }

    .card-border {
        margin-bottom: 1.2em;
    }

    .carousel-indicators li {
        margin-right: 1px;
        margin-left: 0px;
        width: 2px;
    }

    .contact-text {
        font-size: 1.2em;
        margin-top: 1em;
    }

    .contact-img {
        width: 64px;
        height: 64px;
        margin-right: 1rem!important;
    }

    #copyright-footer {
        font-size: 0.5em
    }
}



@media (min-width: 28em) {
    .nav-header {
        font-size: 2.4em;
    }

    .nav-image {
        width: 1em;
        height: 1em;
    }

    .collapse-custom {
        visibility: visible;
    }

    .olga-text-small {
        font-size: 0.8rem;
    }

    .card-border {
        margin-bottom: 0.7em;
    }

    .contact-text {
        font-size: 2.4em;
        margin-top: 0;
    }


    .contact-img {
        width: 64px;
        height: 64px;
        margin-right: 3rem!important;
    }

}

@media (min-width: 40em) {
    .nav-header {
        font-size: 3em;
    }

    .nav-image {
        width: 2em;
        height: 2em;
        margin-top: 1em;
        visibility: visible;
    }

    .collapse-custom {
        visibility: visible;
    }

    .olga-text-small {
        font-size: 1.4rem;
    }

    .carousel-indicators li {
        margin-right: 3px;
        margin-left: 3px;
        width: 30px;
    }

    .card-columns .uploader {
        column-count: 8;
    }

    #copyright-footer {
        font-size: 1em
    }

}


.nav-header {
    font-family: "POBEDA Regular";
}

.nav-header-subnote {
    font-family: "POBEDA Regular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.4em;
    margin-left: 0.6em;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

.bg-black {
    background-color: #000000;
}

#copyright-footer {
    height: 28px;
    text-align: center;
    margin: 10px;
    position: fixed;
    bottom: 5px;
    left: 10px;
    transition: background-color .3s;
    z-index: 1000;
    font-family: "POBEDA Regular";
    color:  rgb(255, 255, 255);
    opacity: 0.5;
}

.close {
    color: #740013;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 900;
    font-size: 2rem;
}


body {
    /*background-color: #343a40; */
    background-color: #000000;
}