:root {
    --dark-grey: #2c2c2c;
    --light-grey: #c9c8c8;
    --light-green: #93FF00;
    --green: #007F5F;
    --dark-green: #1F4037;
    --gold: #C9A96E;
    --carmin: #D72638;
} 
h1 {
    color: var(--light-green)!important;
    font-size: 5em!important;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: var(--light-green) -1px 1px 4px;
}

a {
    font-family: "Playfair Display", serif;
}

p {
    font-size: 1.5em;
    text-shadow: 1px 1px 3px #747474fc;
}
.bk-rounded-btn {
    border: var(--light-green) solid 2px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    padding-top: 100px;
    text-decoration: none;
    color: var(--light-green);
    background: #000000;
    margin: 35px auto;
    box-shadow: #c8ff7a8a 0px 0px 6px 6px;
    font-size: 2em;
}

body {
    color: #cccccc !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img {
    position: fixed;
    z-index: -100;
    width: 100vw;
    height: 100vh;
}

.section {
    width: 100%;
    height: 100vh;
}

.bk-logo {
    top: 25vh;
    left: 10%;
    position: relative;
    transition: all .3s linear;
    width: 80vw;
    margin: auto;
}


@media (orientation: landscape) {
    body {
        background-image: url("../images/bgBKTel-bO7vjIg.png");
    }
    h1 {
        font-size: 3em!important;
    }
    p {
        font-size: 1.5em;
    }
}

@media (orientation: portrait) {
    body {
        background-image: url("../images/bgBKTel-bO7vjIg.png");
    }
    .bk-nav {
        flex-direction: column!important;
    }
    .logoImg, .loadingBarImg {
        width: 100%;
    }
    .logoImg {
        margin-top: 40px;
    }
}