.btn-solid-lg {
    border: 0.125rem solid #00a6e6;
    background-color: #00a6e6;
    color: #fff;
    margin: 10px;
}

.btn-solid-lg:hover {
    background-color: transparent;
    color: #00a6e6;
    text-decoration: none;

  }

a.btn.btn-primary.btn-sm.btn-loutky {
    text-decoration: 0;
    background-color: #00a6e6;
    border-color: #00a6e6;
    padding: 5px 15px 5px 15px;
    font-weight: 800;
}

 a.btn.btn-primary.btn-sm.btn-loutky:hover {
    text-decoration: 0;
    background-color: transparent;
    border-color: #00a6e6;
    padding: 5px 15px 5px 15px;
    color: #00a6e6;
    font-weight: 800;
}

.header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../images/header-background.jpg) center center no-repeat;
    background-size: cover;
}


.navbar-custom .nav-item .nav-link:hover, .navbar-custom .nav-item .nav-link.active {
    /* font-weight: 100; */
    text-decoration: underline;
    transition: 1s ease;
    text-decoration-color: #00a6e6;
    color: #ffffff;
    text-decoration-opacity: 0;
    text-decoration-thickness: 4px;
}


.navbar-custom .fa-stack .hexagon {
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    background: none;
    background-size: 1.625rem 1.625rem;
    transition: all 0.2s ease;
    background-color: #00a6e6;
    border-radius: 5px;
}

.navbar-custom .fa-stack:hover .fa-stack-1x {
    color: #00a6e6;
}

.spinner-wrapper {
    background: #00a6e6;
}

a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #00a6e6 url(../images/up-arrow.png) no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #a0a0a0;
}