.aa-header-top {
    background-color: #fff;
    position: relative;
}

.x-hidden {
    display: none !important;
}

.baf-header {
    height: 80vh;
    background-color: black;
    background-image: url("loc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.baf-logo {
    position: sticky;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 20vh 1.5rem;
    width: 100%
}

@media (min-width: 960px) {
    .baf-header {
        height: 75vw;
    }
}

.x-hero-title {
    font-size: 2.5rem;
}

.x-hero-subtitle {
    font-size: 2rem;
}


@media (min-width: 576px) {

    .x-hero-title {
        font-size: 3.5rem;
    }

    .x-hero-subtitle {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .x-hero-title {
        font-size: 5rem;
    }

    .x-hero-subtitle {
        font-size: 4.5rem;
    }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.x-scroll {
    animation: bounce 2s;
    bottom: 2rem;
    cursor: pointer;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    z-index: 2;
    text-decoration: none;
}

.x-scroll:hover, .x-scroll:active, .x-scroll:focus {
    text-decoration: none;
    outline: none;
}

.x-category {
    border-radius: 0;
    border: none;
    background-image: linear-gradient(to bottom,rgb(255,255,255) 40%,rgb(248,248,248) 99%);
    background-repeat: repeat-x;
}

.x-category .card-img-top {
    border-radius: 0;
}

.x-category__sections {
    margin-left: 1rem;
    padding-left: 0;
}

.x-category .card-title {
    text-transform: uppercase;
}


.x-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.x-partners a, .x-partners span {
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 4rem;
    opacity: 0.5;
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.x-partners a:hover {
    opacity: 1;
}

.x-partners img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 576px) {
    .x-partners a, .x-partners span {
        width: 33.3%;
        height: 5rem;
    }
}

.x-reg {
    width: 100%;
}

@media (min-width: 768px) {
    .x-partners a, .x-partners span {
        width: 25%;
        height: 5rem;
    }

    .x-reg {
        width: 380px;
    }

}

@media (min-width: 992px) {
    .x-partners a, .x-partners span {
        width: 20%;
        height: 5rem;
    }
}


.x-ev-content {
    height: 14.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}

.x-ev-content:hover {
    text-decoration: none;
}

.x-ev-title {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

@media (min-width: 768px) {
.x-ev-title {
    font-weight: bold;
    font-size: 2rem;
}
}


.x-ev-footer {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25;
    margin-top: auto;
    position: relative;
}

.x-ev-footer::before {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: -1rem;
    height: 4px;
    width: 25%;
    content: "";
}

.aa-btn-01:hover .x-ev-footer::before { background-color: #a6ab4b }
.aa-btn-02:hover .x-ev-footer::before { background-color: #f5c631 }
.aa-btn-03:hover .x-ev-footer::before { background-color: #ffde00 }
.aa-btn-04:hover .x-ev-footer::before { background-color: #ffa933 }
.aa-btn-05:hover .x-ev-footer::before { background-color: #ff6018 }
.aa-btn-06:hover .x-ev-footer::before { background-color: #009aa8 }
.aa-btn-07:hover .x-ev-footer::before { background-color: #05b3b1 }
.aa-btn-08:hover .x-ev-footer::before { background-color: #a0ccb9 }
.aa-btn-09:hover .x-ev-footer::before { background-color: #7bb349 }
.aa-btn-10:hover .x-ev-footer::before { background-color: #b3b014 }
.aa-btn-11:hover .x-ev-footer::before { background-color: #c7dabc }

.x-title-strip {
    color: #fff;
    text-align: center;
}


.x-grayscale {
    filter: none;
    -webkit-filter: grayscale(89%);
    -moz-filter:    grayscale(89%);
    -ms-filter:     grayscale(89%);
    -o-filter:      grayscale(89%);
}

.x-link {
    position: relative;
}

.x-link-icon {
    bottom: 1rem;
    opacity: 0.2;
    position: absolute;
    right: 1rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
}

.x-link:hover, .x-link a:hover {
    text-decoration: none;
}

.x-link:hover .x-link-icon {
    opacity: 1;
}

.x-cg-items {
    font-size: 150%;
}


.x-cg-pow small {
    font-weight: 300px;
}

.x-cg-pow a {
    font-weight: bold;
}


