/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
html {
    height: 100%;
}

main {
    display: block;
    min-height: 70%;
}

footer {
    display: block;
}

.nav-link.active {
    color: rgb(13, 110, 253) !important;
}

.nav-link:hover {
    color: rgb(13, 110, 253) !important;
}




/*--------------------------------------------------------------
# btn colors
--------------------------------------------------------------*/

.btn-primary {
    border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border: none;
}


/*--------------------------------------------------------------
# text colors
--------------------------------------------------------------*/

a.text-primary {
    text-decoration: none;
}

a.text-primary:hover {
    text-decoration: none;
}

a.text-secondary {
    text-decoration: none;
}

a.text-secondary:hover {
    text-decoration: underline;
}