:root {
    --border-radius: .75rem;
    --border-radius-sm: .25rem;
    --lt-bg: #e6eff6;
    --nel-blue: #0181a3;
    --nel-orange: #f16624;
    --container-max: 80%;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
}

body, html {
    min-height: 100vh;
}

.account-bar {
    background: #c6ccce;
    color: #545454 !important;
    border-radius: unset;
    box-shadow: unset;
    border: unset;

    a {
        color: #545454 !important;
    }

    a:hover {
        color: #000000 !important;
    }
}

.header-nav {
    .navbar {
        background-color: #0181a3;
        border: none;
        color: #ffffff;
        border-radius: var(--border-radius);
        /*box-shadow: none;*/
        /*text-transform: uppercase;*/

        a {
            color: rgba(255, 255, 255, .8) !important;
        }

        a:hover {
            background: unset !important;
            color: #ffffff !important;
        }

        a:active {
            color: #ffffff;
        }

        .dropdown-menu {
            background: var(--nel-blue);
        }

    }
}


/*//home hero image*/
.nelson-hero {
    width: 100%;
    padding: 4rem 0;
    background-image: linear-gradient(45deg, var(--lt-bg), var(--nel-blue) 500%);
    display: grid;
    place-content: center;

    .welcome-text {
        width: min(100% - 2rem, var(--container-max, 90ch));
        margin-inline: auto;

        h1 {
            color: var(--nel-blue);
            margin: 0;
        }

        p {
            font-size: 1.75rem;
            color: #555555;
            margin-top: 1.75rem;
        }

        p:last-child {
            margin-bottom: 0;
        }

        a {
            font-weight: bold;
            font-size: 2rem;
            color: var(--nel-orange);
        }
    }
}

.rounded-corners {
    --border-radius-sm: var(--border-radius);
}

.intro-video {
    display: grid;
    place-content: center;
    margin: 60px 0;
}

.footer {
    background-color: #c6ccce;
    padding: 30px 0;
    color: #545454;
    text-align: center;
}

#main-sidebar {
    h2 {
        padding-left: 10px;
        color: #464b4d;
        letter-spacing: normal;
    }
}

.sidebar-contact,
.sidebar-history {
    box-shadow: unset;
    background: #f2f2f2;

    div {
        border: unset;
        margin: 0;
    }
}

#main-content {
    margin-bottom: 100px;
}

.prod-buttons {
    display: none;
}

.hproduct, .hcategory {
    .thumbnail {
        padding-top: 30px;
        box-shadow: unset;
    }

    h3 {
        padding: 0;
        margin: 0;
        text-align: center;

        a {
            font-size: 18px;
        }
    }
}

.hproduct:hover, .hcategory:hover {
    /*.thumbnail {*/
    /*    background-color: #f5f5f5;*/
    /*    transition: background-color;*/
    /*    transition-duration: .75s;*/
    /*}*/

    a, a:hover {
        color: var(--nel-orange);
    }
}


#content.product-detail {
    margin-bottom: 100px;
}

.product-sort {
    .display {
        display: none;
    }
}

.fullDescriptionArea {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

.size-chart {


    thead th {
        background: var(--lt-bg);
    }

    caption {
        background-color: var(--nel-blue);
        /*//background: linear-gradient(10deg, #252525, #787878);*/
        /*border: solid 1px #102426;*/
    }

    th {
        font-weight: bold;
        text-align: left;
        color: #121212;
        /*background: #C2C3BE;*/
    }


    tr:nth-of-type(even) {
        background: #f5f5f5;
    }

    tr:nth-of-type(odd) {
        background: #ffffff;
    }

    /* Must follow the stripes above: global.css has this rule too, but it loads
       first and the equal-specificity stripes would win (hover lost in dc66fc2). */
    tr:hover {
        background: lightgoldenrodyellow;
        transition-duration: 1s;
    }


    p:first-of-type {
        margin-top: 25px;
    }

    .custom-for-you {
        color: var(--nel-orange);
    }
}

.alert-info, .information {
    background-color: var(--lt-bg);
}

.nelson-gc {
    max-width: 120px;
    background: #f16624;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.checkbox-area > label {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 1.5rem 0;
}

.category-notes {
    p {
        font-size: 1.75rem;
        line-height: 1.4;
    }
}
