.eh-body {
    font-family: "Raleway", sans-serif;
    transition: all .3s ease;
}
.eh-nav-style {
    background: #333;
}
.eh-nav>.container-fluid>.navbar-brand>a>.ehlogo {
    width: 200px;
}
.eh-intro {
    text-align: center;
    padding: 5em 2em;
    background: #333 no-repeat center center;
    background-size: cover;
    color: white !important;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
}
[data-bs-theme="light"] .eh-buttons .eh-btn {
    background: transparent;
}
[data-bs-theme="light"] .eh-buttons .eh-btn:hover {
    background: #5d78ff;
}
.eh-content {
    margin-bottom: 6em;
}
.eh-btn {
    border: 1px solid white; color:white !important;
}
.eh-btn:hover, [data-bs-theme="light"] .eh-btn:hover {
    background-color: #5d78ff;
    border: 1px solid white;
}
[data-bs-theme="light"] .eh-btn {
    background: black;
}

[data-bs-theme="light"] .eh-nav .eh-btn {
    background: transparent;
}
[data-bs-theme="light"] .eh-nav .eh-btn:hover {
    background: #5d78ff;
}
.eh-buttons .eh-btn {
    margin: 0 5px;
}
.eh-content h1 {
    margin: .5em;
    text-align: center;
}
.eh-footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4em;
    background: #333;
    color:#fff;
    padding: 1em 0
}
.eh-footer a, [data-bs-theme="dark"] a {
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}
.eh-footer a:hover, [data-bs-theme="dark"] a:hover {
    color: #a1a1a1;
}
a {
    color: #000;
    transition: all .3s ease;
    text-decoration: none;
}
a:hover {
    color: #5e5e5e;
}
.eh-player, .eh-video-player {
    border: 0;
    overflow: hidden;
    border-radius: 10px;
}
.eh-video-player {
    width: 100%;
    height: 800px;
}
.eh-player {
    width: 300px;
    height: 200px;
}
.social-menu {
    margin-right: 20px;
}
.eh-tooltip {
    display: none;
}
@media screen and (max-width: 991px)
{
    .eh-nav > .container-fluid > #ehnav > .navbar-nav > .nav-item {
        text-align: center;
        margin-bottom: 10px;
    }
    .eh-nav > .container-fluid > #ehnav > .navbar-nav > .nav-item:last-child {
        margin-bottom: 0;
    }
    .eh-nav > .container-fluid > #ehnav > .eh-darklight {
        width: 100%;
        text-align: center
    }
    .eh-video-player {
        height: 500px;
    }
    .social-menu {
        margin: 0;
    }
    .social-menu .nav-item {
        display: inline-block;
    }
    .eh-tooltip {
        display: inline;
    }
}