.main-color {
    color: #00AEEF;
}

.bg-main {
    background-color: #00AEEF !important;
}

#page-index .navbar-brand img {
    content: url("../img/logo-geny-main.png");
}
#page-index .navbar {
    background-color: #fff !important;
    top: 0;
}

#page-index .ftco-navbar-light.scrolled.awake img {
    /* filter: drop-shadow(3px 3px 3px #000); */
    content: url("../img/logo-geny-main.png");
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #000;
    padding-top: 10px;
    font-weight: bold;
}

#accordion .card {
    background-color: #fff;
    border: none;
    margin-bottom: 1rem;
}

#accordion .card-header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 0px;
}

#accordion .card-link {
    color: #00AEEF;
}

#accordion .card-link span {
    color: #ccc;
    font-size: .7rem;
    margin-top: .5rem;
}

#accordion .card-body {
    text-align: right;
    padding-right: 0;
}


/* Horizontal Auto-Scrolling */
.scroll-left {
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #fff;
    color: #00AEEF;
    font-weight: bold;
}

.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 40px;
    text-align: center;
    /* Starting position */
    transform: translateX(100%);
    /* Apply animation to this element */
    animation: scroll-right 20s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

input[type="text"],
input[type="password"],
textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    /* You can adjust the color and thickness of the outline */
}

#myVideo {
    width: 100%;
    height: auto;
}
