@charset "UTF-8";

@media (prefers-reduced-motion: no-preference)
{
    html
    {
        scroll-behavior: smooth;
    }
}

body
{
    font-family: 'Nunito';
}

:target
{
    scroll-margin-top: .18em;
}


.ylow-logo
{
    font-family: 'Lobster', cursive;
    font-size: 3rem;
    color: #ffc107;
    margin-right: 5rem;
}

.ylow-logo:hover
{
    text-decoration: none;
    color: #ffdd32;
}

.ylow-logo
{
    font-family: 'Lobster', cursive;
    font-size: 3rem;
    color: #ffc107;
    margin-right: 5rem;
}

.ylow-logo2
{
    font-family: 'Lobster', cursive;
    font-size: 3rem;
    color: #ffffff;
}

.ylow-logo2:hover
{
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.ylow-logo:hover
{
    text-decoration: none;
    color: #ffdd32;
}


.ylow-logo:active, .ylow-logo2:active
{
    opacity: 0.5;
}

.app-logo-default
{
    font-family: 'Lobster', cursive;
}

.ylow-link-basic
{
    color: #ffffff;
    font-size:  1.2rem;
    margin: 10px;
}

.ylow-link-basic:hover
{
    opacity: 0.7;
    cursor: pointer;
}


.ylow-link-basic2
{
    color: #ffffff;
    font-size:  1rem;
}

.ylow-link-basic2:hover
{
    opacity: 0.7;
    cursor: pointer;
    text-decoration: underline;
}

.ylow-text-principal
{
    font-size: 2.7rem;
    font-family: 'Lobster', cursive;
    line-height: 3rem;
}

.navbar .navbar-brand
{
    font-size: 30px;
}

.navbar .nav-item
{
    padding: 10px 20px;
}

.navbar .nav-link
{
    font-size: 20px;
    margin-left: 10px;
}

.ylow-link
{
    font-size: 0.9rem;
    color: #ffc107;
    font-weight: bold;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
}

.ylow-link2
{
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
}

.ylow-link:hover
{
    background-color: #ffc107;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.ylow-link2:hover
{
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.ylow-link:active, .ylow-link2:active
{
    opacity: 0.5;
}

.question:hover
{
    background-color: rgba(255, 215, 0, 0.29);
    border-radius: 5px;
    cursor: pointer;
}

.social-icon
{
    font-size: 16px;
    color: white;
    margin: 10px;
    color: white;
}

.social-icon:hover
{
    cursor: pointer;
    opacity: 0.7;
    color: white;
    text-decoration: none;
}

.social-icon:active
{
    opacity: 0.5;
}

.custom-underline
{
    background-image: linear-gradient(180deg, rgba(255, 193, 7, 0.8), rgba(255, 193, 7, 0.5));
    background-repeat: no-repeat;
    background-position: 4px bottom;
    background-size: 100% 10px;
    text-decoration: none;
}

.app-documents
{
    position: absolute;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 90vw;
    height: 90vh;
    background: rgb(248, 248, 248);
}