html, body {
    height: 100%;
    overflow: auto;
}

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

.navbar {
    top: 0;
    /* background-color: rgb(59, 37, 2); */
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
    width: 100%;
}

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

.dropdown-menu {
    background-color: rgba(253, 253, 253, 0.96);
    border-radius: 5px;
    font-size: 0.9em;
}

.dropdown-item {
    line-height: 2em;
    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(230, 230, 230);
    /* background-color: rgb(156, 107, 87); */
}

.active1,
.btn.active1,
a.btn.active1,
button.btn.active1,
.btn.dropdown-toggle.active1 {
    color: white !important;
    background-color: rgb(15, 135, 233) !important;
    border: 1px solid rgb(15, 135, 233) !important;
}

.active2 {
    color: black;
    background-color: rgb(218, 241, 255);
}

.active3 {
    color: black;
    background-color: rgb(255, 201, 101);
}

.active4 {
    color: black;
    background-color: rgb(255, 237, 204);
}

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

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

.navbrand-text {
    vertical-align: middle; 
    color:rgb(70, 70, 70); 
    text-transform: none; 
    font-family: 'Encode Sans', sans-serif;
}

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

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

.heading {
    font-size: 2rem;
}

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

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

td {
    vertical-align: middle;
}

.card {
    background-color: transparent;
}

.table-sm tr {
    line-height: 1em;
}

a:hover {
    text-decoration: none;
}

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

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

.show-on-print {
    display: none;
}

/* SCROLLBAR */

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

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

::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.75);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(120, 120, 120, 0.75);
}

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: 40px;
    }


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

    .container {
        margin: 50px auto;
    }

    h1 {
        font-size: 2.25em;
    }
}

/* 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;
    }
    .container-fluid {
        width: 90%;
        border-radius: 10px;
    }
}

/* 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);
    }
}