body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    color: #444;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
}

app {
    display: flex;
    flex-direction: column;
}

hr {
    border-top: 2px solid #888;
}
.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

a.disable-feature {
    pointer-events: none;
    cursor: default;
    opacity: .6;
}

/* css bootstrap corrections and adjustments */
.container-fluid {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.padding {
    padding: 2.5em;
}

.no-padding {
    padding: 0em;
}

/* page components */
.pointer {
    cursor: pointer;
}

.welcome-bar, .alert-bar {
    height: 2.5rem;
    text-align: center;
    background-color: rgb(241, 228, 216);
    text-transform: uppercase;
}

.welcome-bar h5, .alert-bar h5 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 100;
    padding: 0;
    margin: auto;
}

.alert-bar,
.alert-bar h5{
    background-color: darkred;
    color: white;
    font-weight: 900;
}

.hero {
    margin: .25em 0;
    text-align: center;
}

.hero > * {
    display: inline-block;
}

.hero p {
    display: none;
}

.hero .display-4 {
    font-family: "Marcellus", sans-serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 100;
    line-height: 3rem;
    vertical-align: middle;
    padding: .75rem 1.5rem;
}

.hero .display-4 .hero-cap {
    font-size: 2.8rem;
}

.hero > img {
    max-width: 4.0em;
}

.navbar-nav {
    display: flex;
    gap: 2.75em;
    background-color: transparent;
    text-transform: uppercase; 
}

.navbar-container {
    padding-bottom: 0px;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    padding: 0;
}

.nav-item .svg-icon {
    margin: 0;
    margin-top: -10px;
    margin-left: -10px;
    display: inline-block;
    text-decoration: none;
}

.nav-item .svg-icon img {
    width: 28px;
    right: 0;
    padding-top: 0;    
}

.nav-link {
    border-bottom: 3px solid transparent;
}

.nav-link.show {
    border-bottom: 3px solid tomato;
}

.main-section {
    background-repeat: no-repeat;
    background-size: cover;
    resize: none;
    width: 100%;
    height: 100%;
    background-position: left center;
    display: grid;
    position: relative;
}

.main-section .image {
    width: 100%;
    padding: 0;
    margin: 0;
    xborder: 2px solid red;
}

.main-section .blurb {
    background-color: transparent;
    padding: 2.5rem;
    position: absolute;
    top: 25%;
    right: 125px;
    font-size: 2.5rem;
    text-align: center;
    color:black;
}

.main-section .blurb .blurb-text {
    padding-bottom: 0rem;
}

.main-section .blurb .blurb-subtext {
    font-size: 1rem;
    color: red;
}

.main-section .blurb .blurb-buttons {
    margin-top: 2rem;
}

.main-section .blurb button.btn {
    width: 40%;
    height: 3rem;
    margin: .5rem;
    font-size: 1rem;
    font-weight: 500;
}

.in-stock {
    min-height: 40em;
    padding: 2em 2em;
}

.spotlight-section {
    padding: 2rem 2rem 5rem 2rem;
    text-align: center;
    background-color: rgb(241, 228, 216);
}

.spotlight-section h2 {
    margin: 2rem;
}

.spotlight {
    margin-top: 2rem;
}

.spotlight img {
    width:25%;
}

.spotlight p {
    margin-top: 1rem;
    font-size: 18px;
}

.testimonial-section {
    display:block;
    padding: 2rem 2rem 4rem 2rem;
}

.testimonial-section h2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}


.testimonial-section .card {
    margin-bottom: 2rem;
}

.testimonial-section .card img {
    width: 100%;
}

.testimonial-section .card-title {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem 0;
}

.testimonial-section .card-body {
    padding: 0;
}

.testimonial-section h6 {
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

.testimonial-section p {
    font-family: poppins;
    font-size: 1rem;
}

.testimonial-section .cta {
    font-size: 1.75rem;
    padding: 2rem;
    background-color: rgb(241, 228, 216);
}

.card:hover {
    border-color: transparent;
}

.text-bold {
    font-weight: bold
}

.menu-large {
    position: static !important;
}

.menu-small {
    font-size: .85rem;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
}

.megamenu {
    width: 100%;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: white;
}

.megamenu.show {
    z-index: 99;
}

.megamenu .container {
    padding: 2rem 0 4rem 0;
}

.megamenu-section-title {
    font-size: 1.25rem;
    line-height: 5rem;
}

a.clickable {
    text-decoration-color: #808080;
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
}

a.clickable:hover {
    text-decoration-line: underline;
    text-decoration-color: black;
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
}

i.product-detail-icon {
    font-size: 1.2em;
    width: 32px;
}

/*
.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}
*/
/*
.megamenu > div > li > ul > li {
    list-style: none;
}
*/
/*
.megamenu > div > li > ul > li > a {
    display: flex;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
*/
a {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

a.dropdown-item {
    cursor: pointer;
}

a.dropdown-item:hover {
    color: black;
    background-color: transparent;
}

.clickable
{
    cursor: pointer;
}

.text-right {
    text-align:end;
}

.thumbnail {
    width: 95px;
    min-width: 95px;
    min-height: 75px;
    margin: 5px;
    border: 1px solid #ccc;
}

/* diamond report (Nivoda query results) */
.diamond-report-grid {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-gap: 0;
    grid-column-gap: 5px;
    margin-top: .5rem;
    align-items: center;
    
}

.diamond-report-item,
.diamond-report-header {
    text-align: center;
    line-height: 1.5rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.diamond-report-header, .report-header {
    vertical-align: middle;
    font-weight: 700;
}

.diamond-report-header, .report-header {
    padding: 12px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.diamond-report-item {
    vertical-align: middle;
    xline-height: 5.5rem;
    line-height: 2.0rem;
    border: 1px solid transparent;
    padding: 0;
}

.diamond-report-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.diamond-report-item:hover {
    border: 1px solid #888;
    border-radius: 4px;
}

.diamond-report-item-icon {
    width: 32px;
    padding: 2px 0;
    vertical-align: middle;
}

.diamond-detail-item-icon {
    width: 64px;
    padding: 0;
    vertical-align: middle;
}

.diamond-detail-item-container {
    background: white;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.diamond-detail-item-container h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

.ip-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    font-weight: 700;
}

.hidden {
    display: none;
}

#ActiveBlogPage .card-title {
    display:none;
}
#ActiveBlogPage img {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

#ActiveBlogPage input:first-child {
    display:none;
}

#ActiveBlogPage p {
    font-size: 1.35rem;
    line-height: 2.25rem;
}

#ActiveBlogPage h2 {
    margin: 2rem 0 2rem 0;
}

#ActiveBlogPage ul li {
    font-size: 1.35rem;
    line-height: 2rem;
}

#BlogsPage .card-title {
    font-size: 2.5em;
    text-align: center;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #444;
}

.article * {
    color: #444;
}

.article h3 {
    margin: 1.5em 0 1rem 0;
    font-weight: 500;
}

.hero2 {
    display:none;
}

.display-mode-1 {
    display: inline-block;
}

.display-mode-2 {
    display: none;
}

.article-image {
    max-width: 800px;
}
@media screen and (max-width: 1699px) {
    .main-section .blurb {
        background-color: transparent;
        padding: 2.5rem;
        position: absolute;
        top: 25%;
        right: 0px;
        width: 50%;
        font-size: 2.5rem;
        text-align: center;
        color: black;
    }

    .main-section .blurb .blurb-text {
        font-size: 2rem;
        padding-bottom: 0rem;
    }

    .main-section .blurb .blurb-subtext {
        font-size: 1rem;
        color: red;
    }

    .main-section .blurb .blurb-buttons {
        margin-top: 1.5rem;
    }

    .main-section .blurb button.btn {
        width: 40%;
        height: 2.5rem;
        margin: .5rem;
        font-size: .75rem;
        font-weight: 400;
    }
}

/* Media selectors */
@media screen and (max-width: 1366px) {
    .main-section .blurb .blurb-text {
        font-size: 1.5rem;
        padding-bottom: 0rem;
    }

    .main-section .blurb button.btn {
        width: 45%;
        height: 3rem;
        margin: .5rem;
        font-size: .75rem;
        font-weight: 100;
    }
}

@media screen and (max-width: 1200px) {
    .main-section {
        background-position: 25% top;
    }

    .padding {
        padding: 1.5em;
    }

}

/* Custom breakpoint for main image*/
@media screen and (max-width: 992px) {
    .display-mode-1 {
        display: none;
    }
    .display-mode-2 {
        display: block;
    }
    .main-section .blurb {
        position: relative;
        bottom: 0;
        padding: 0em 2rem 1.5em 1em;
        font-size: 2.2rem;
        border-radius: 0px;
        width: 100%;
    }

    .blurb div button.btn {
    }

    .navbar-nav {
        gap: 1.75em;
    }

    .nav-link {
        font-size: .95rem;
    }
    .spotlight-image {
        margin-bottom: 2rem;
    }

    .spotlight-section {
        padding: 1rem;
        text-align: center;
        background-color: rgb(241, 228, 216);
    }

    .article-image {
        width: 90%;
    }

}

/* This is where the menu collapes to the top left */
@media screen and (max-width: 767px) {

    .hero.header {
        display:none;
    }

    .hero2 {
        display: inline-block;
    }
    .hero2 .display-4 {
        display: inline-block;
        font-family: "Marcellus", sans-serif;
        text-transform: uppercase;
        font-size: 1.65rem;
        line-height: 3rem;
        vertical-align: middle;
        padding: .75rem 1.5rem;
    }
    .hero2 .img {
        width: 25;
    }

    .hero2 .display-4 .hero-cap {
        font-size: 2.0rem;
    }

    .container {
        max-width: 100%;
        padding: 2rem;
    }

    .content-body {
        margin-top: 1rem;
    }

    .welcome-bar {
        display: none;
    }

    .navbar {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        height: auto;
        padding: 0em 1.5em;
        background-color: white;
    }

    .navbar-toggler {
        margin-top: 0rem;
        margin-bottom: 2px;
        z-index: 1001;
        background-color: white;
    }

    .navbar-nav {
        display: relative;
        gap: .4rem;
        background-color: white;
        padding: 1rem 01rem;
        margin-top: 4px;
    }

    .navbar-nav .svg-icon {
        padding-top: 24px;
        padding-left: 14px;
        padding-right: 24px;
    }

/*    .hero {
        position: relative;
        margin-top: -2rem;
        margin-right: 50%;
        top: 0;
        width: 100%;
        background-color: powderblue;
        padding: 0;
        text-align: right;
    }

    .hero img {
        display: none;
    }

    .hero .display-4 {
        font-size: 1.5em;
        text-align: right;
    }
*/
/*    .hero .display-4 .hero-cap {
        font-size: 1.75rem;
    }
*/
    .main-section {
        padding: 0;
        margin-top: 5rem;
    }

    .main-section .hero.image {
        margin-top: -5rem;
    }

    .main-section .blurb {
        position: relative;
        bottom: 0;
        padding: 0em 2rem 1.5em 1em;
        font-size: 1.5rem;
    }

    .main-section .blurb div button.btn {
        background-color: white;
        width: 65%;
        height: 3.0rem;
        margin: .5rem;
        font-size: 1rem;
        background-color: transparent;
        color: #333;
        font-weight: bold;
    }
}

@media screen and (max-width: 599px) {

    .overlay-text {
        top: 25%; /* Adjust the top position based on your design */
        left: 25%; /* Adjust the left position based on your design */
        transform: translate(-25%, -25%);
        width: 100%;
    }

    .main-section {
        min-height: 12rem;
        background: none;
        display: relative;
    }

    .main-section .blurb {
        font-size: 1.15rem;
    }

    .book-appointment-title, .book-appointment-text {
        display: none;
    }

    .book-appointment-button {
        text-align: center;
    }

    .card.border-primary {
        border: none;
    }

    .gallery-item-description, .gallery-item-retail {
        font-size: 1.25rem;
    }

    .diamond-description {
        display: none;
    }

    .overlay-text-upper-left {
        width: 100%;
        text-align: center;
    }

    .gallery-item .card {
        display: flex;
        border-bottom: 1px solid #333;
    }

    .spotlight {
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .main-section .blurb div button.btn {
        background-color: white;
        width: 100%;
        height: 3.0rem;
        margin: .5rem;
        font-size: .85rem;
        color: #333;
        font-weight: bold;
    }

}

@media screen and (max-width: 390px) {

    .main-section .blurb div button.btn {
        background-color: white;
        width: 100%;
        height: 3.0rem;
        margin: .5rem;
        font-size: .85rem;
        color: #333;
        font-weight: bold;
    }
}

    /*
Breakpoints
xs      0
sm      576
md      768
lg      992
xl      1200
xxl     1400
*/


