body {
    height: max-content;
    min-height: 100vh;
    /* word-wrap: break-word;  */
}

.navbar {
    top: 0;
    background-color: rgb(59, 37, 2);
    background-color: #38190dfa;
    z-index: 100;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: antiquewhite;
}

/* #about-btn {
    color: #ffba60;
    border-color: #ffba60;
} */

#about-btn:hover {
    background-color: antiquewhite;
}

#getstarted-btn {
    transition: all .25s cubic-bezier(.165, .84, .44, 1);
    background-color: #43a743;
    border: 1.5px solid #9bdd9b
}

#getstarted-btn:hover {
    transform: scale(1.15);
    background-color: #4ea74e;
    border: 2px solid #d1ff86
}

.dropdown-menu {
    background-color: rgba(255, 250, 245, 0.9);
    border-radius: 6px;
    font-size: 0.9em;
}

.dropdown-item {
    line-height: 1.75em;
    text-align: center;
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 0.2s ease-in-out;
    border-bottom: 1px solid rgba(200, 200, 200, 0.25);
}

.dropdown-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropdown-item:hover {
    /* color: white; */
    background-color: rgb(247, 227, 205);
    /* background-color: rgb(156, 107, 87); */
}

.dropdown-item+.active {
    color: black;
    background-color: rgb(131, 79, 59);
    background-color: rgb(233, 201, 165);
}

.navbar-brand {
    max-width: 75%;
}

#navbrand-logo {
    max-height: 30px;
    max-width: 100%;
}

.highlight {
    color: #883819;
    color: rgb(130, 50, 50);
    font-weight: 700;
}

.heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.05em;
    color: rgb(40, 40, 40);
}

.underline {
    color: rgb(130, 50, 50);
}

.alert {
    overflow-wrap: break-word;
}

@keyframes bounce {
    50% {
        transform: translate(-50%, -25%);
    }
}

@keyframes bounce-r {
    50% {
        transform: translate(-25%, 0);
    }
}

/* SCROLLBAR */

::-webkit-scrollbar {
    position: fixed;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background: #af7d69c2;
}

::-webkit-scrollbar-thumb:hover {
    background: #7a4c3ac2;
}

footer {
    text-align: center;
    margin-bottom: 15px;
    background-color: transparent
}

/* SOCIAL ICONS */
.social .ir {
    display: block;
    position: relative;
    overflow: visible;
    padding: 0 0 100%;
}

.social .ir>* {
    position: absolute;
    height: 100%;
    width: 100%;
}

.social {
    display: block;
    margin: auto;
    font-size: 0;
    list-style: none;
}

.social li {
    display: inline-block;
}

.social a,
svg {
    display: block;
}

.social a {
    padding-bottom: 45px;
    height: 40px;
    width: 40px;
    fill:rgb(56, 17, 7);
    transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social a:hover {
    transform: scale(1.25);
    fill:rgb(134, 60, 42);
}

#footer-col1,
#footer-col2 {
    text-align: center;
}

/* 992px+ */
@media (min-width: 992px) {
    .social-footer {
        position: absolute;
    }

    .social-footer a {
        padding-bottom: 0px;
    }

    #footer-col1 {
        text-align: left;
    }

    #footer-col2 {
        text-align: right;
    }
}

#sr {
    font-family: Caveat, cursive;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
    overflow: visible
}

#copyright-link {
    font-size: small;
    text-decoration: none;
    color: rgb(66, 66, 66);
}

#copyright-link a:hover {
    text-decoration: none;
}

/* 576px- */
@media (max-width: 576px) {
    footer {
        font-size: small;
        text-align: center;
    }

    #copyright-link {
        font-size: smaller;
    }

    #sr {
        font-size: 1.1rem;
    }

    #navbrand-logo {
        max-height: 25px;
    }


    .heading {
        font-size: 50px;
        margin: auto;
        /* text-align: center; */
        padding: 0;
    }

    .container {
        margin: 50px auto;
    }
}

/* 576px+ */
@media (min-width: 576px) {
    .heading {
        font-size: 55px;
    }
}

/* 768px+ */
@media (min-width: 768px) {
    .heading {
        font-size: 60px;
    }
}

/* 992px- */
@media (max-width: 992px) {
    #about-btn {
        min-width: 100%;
        margin: auto;
    }

    .navbar-text {
        min-width: 100%;
        margin: auto;
    }

    #getstarted-btn {
        min-width: 100%;
        margin: auto;
    }
}

/* 992px+ */
@media (min-width: 992px) {
    .heading {
        font-size: 65px;
    }

    .dropdown-item {
        text-align: right;
    }
}

/* 1200px+ */
@media (min-width: 1200px) {
    .heading {
        font-size: 70px;
    }
}

/* 1400px+ */
@media (min-width: 1400px) {
    .heading {
        font-size: calc(min(5vw, 80px));
    }
}


/* SR Animation */
#sr {
    display: inline-block;
}

#sr {
    background: conic-gradient(rgb(20, 188, 255), rgb(0, 0, 0));
    background-size: 200%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sr:hover {
    animation: sr-anim 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes sr-anim {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 120%;
        background-position: -3.6em 0em;
        transform: skew(-10deg, -3deg);
    }
}