html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

/* This is the old CSS for KDKCreations */


/*Universal Stylings*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

/* latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 16px;
    background-color: #AED7B3 !important;
}

#header-container {
    background-color: white;
}

#company-title {
    font-family: 'Dancing Script', Georgia, 'Times New Roman', Times, serif;
    background-color: #AED7B3;
    color: white;
    border-radius: 1%;
}

nav a {
    font-size: 1.1em;
    color: #AED7B3 !important;
}

.notActive:hover {
    color: #ffcd39 !important;
    text-decoration: underline !important;
}

.linkActive:hover {
    color: #ffcd39 !important;
}

.linkActive {
    color: #ffcd39 !important;
    border-bottom: 1px solid #ffcd39 !important;
}

/*#intro-container {*/
/*    border: 4px solid white;*/
/*}*/

h1 {
    color: white;
    font-family: 'Dancing Script', Georgia, 'Times New Roman', Times, serif;
}

#intro-para {
    background-color: white;
    line-height: 2.2rem;
    font-size: 1.3rem;
    border-radius: 2%;
    font-family: "Playfair Display", cursive;
}

.boxBorder, .selection {
    border: 2px solid white;
    background-color: #AED7B3;
    font-family: "Monotype Corsiva", cursive;
}

    .boxBorder:hover {
        /*background-color: white;*/
        color: black !important;
        opacity: 75%;
        cursor: pointer;
    }

/*#first-text-container:hover {*/
/*    opacity: 50%;*/
/*}*/

.gallery-image {
    width: auto !important;
    height: 450px !important;
}

/*#second-intro-gallery {*/
/*    flex-direction: column-reverse;*/
/*}*/

#facebook {
    width: auto;
    height: 40px;
    border-radius: 25%;
}

.d-block {
    width: 103%;
}

.img-caption {
    color: #AED7B3;
    /*color: black;*/
    font-family: "Monotype Corsiva", cursive;
    background-color: rgba(255,255,255, 1.0);
}

.carousel-caption {
    /*background-color: white;*/
}

.gallery-image {
    width: auto;
    height: 450px;
}

.banner-strip {
    height: 150px;
    background-color: white;
}

#selection {
    color: #AED7B3;
}

mark {
    color: #AED7B3;
}

#about-us-para {
    color: #AED7B3;
    line-height: 2.9rem;
    border-radius: 5%;
    font-size: 1.5rem;
}

span {
    font-family: "Playfair Display", sans-serif;
}

#contactForm, #form-button {
    color: #AED7B3;
}

    #form-button:active {
        background-color: black;
        color: white;
    }

/*Testing Section*/

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.row {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE 10 */
    flex: 25%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
    }

.desc {
    color: #AED7B3;
    text-decoration: none !important;
}

.info {
    color: #AED7B3;
    text-decoration: none !important;
    font-family: "Lucida Calligraphy", sans-serif;
}

.img-grid {
    width: auto;
    height: 300px;
}

.img-location {
    transition: transform .2s; /* Animation */
}

    .img-location:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

.store-button {
    background-color: white !important;
    color: #AED7B3 !important;
    font-family: "Monotype Corsiva", cursive;
    font-size: 1.5rem !important;
}

    .store-button:hover, .category-button:hover, .smallFrames:hover, .mediumFrames:hover, .largeFrames:hover, .showAll:hover {
        /*border: 2px solid #ffcd39 ;*/
        color: #ffcd39 !important;
    }

.img-container {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image:hover {
    opacity: 0.3;
}

.img-container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #155926;
    color: white;
    font-size: 2rem;
    padding: 16px 32px;
}

.category-button {
    color: #AED7B3 !important;
    /*color: #ffcd39 !important;*/
    font-family: "Monotype Corsiva", cursive;
    font-size: 1.1rem !important;
}

.smallFrames, .mediumFrames, .largeFrames, .showAll {
    /*color: #ffcd39 !important;*/
    color: #AED7B3 !important;
    font-family: "Monotype Corsiva", cursive;
    font-size: 1.3rem !important;
}

.photo-container {
    height: 800px;
    overflow-x: scroll;
    overflow-y: hidden;
}

#myHeader {
    background-color: #AED7B3;
    z-index: 1;
}

#frameSize {
    padding-bottom: 1.5%;
}

/*.btn:focus {*/
/*    outline: 0;*/

/*}*/

.btn-check:focus + .btn, .btn:focus {
    /*color: #ffcd39  !important;*/
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(255,205,57, .50) !important;
}

.btn-active {
    /*color: #AED7B3  !important;*/
    color: #ffcd39 !important;
    border: 1px solid #ffcd39 !important;
    /*border: 1px solid #AED7B3 !important;*/
}

.modal-header, .modal-footer, .order-button {
    background-color: #AED7B3 !important;
}

.btn-close {
    background-color: white !important;
}

.button-close {
    background-color: white !important;
    /*color: #AED7B3!important;*/
    color: #ffcd39 !important;
}

    .button-close:hover {
        border: 1px solid #ffcd39 !important;
    }

.order-button:hover {
    background-color: white !important;
    border: 1px solid #ffcd39 !important;
    color: #ffcd39 !important;
}

/*Shop button */
.notification {
    /*display: none;*/
    background-color: white;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    /*position: absolute;*/
    right: 0;
    top: 10%;
    position: fixed;
    width: 85px;
    border: 3px solid #ffcd39;
    border-right: none;
    border-radius: 25% 0 0 25%;
    z-index: 4 !important;
}

    .notification:hover {
        background: #ffcd39;
    }

    .notification .badge {
        position: absolute;
        top: -10px;
        right: 60px;
        padding: 10px 15px;
        border-radius: 50%;
        background: #ffcd39;
        color: white;
        font-size: 1.2rem;
    }

#shopCart {
    width: 100%;
}

    #shopCart:hover {
        color: white;
    }


.product-remove {
    color: #ffcd39 !important;
    border: 1px solid #ffcd39 !important;
}

    .product-remove:hover {
        color: white !important;
        box-shadow: none !important;
        background-color: #ffcd39;
    }

#pebble-frames {
    width: 90%;
    /*text-align: center;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/
    margin: 0 auto;
    height: 12%;
    /*display: none;*/
}

.cart-image {
    width: 150px;
    height: auto;
}

.cartBody {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

#cartHeader {
    background-color: white !important;
    justify-content: space-around !important;
    color: #AED7B3 !important;
    font-family: "Monotype Corsiva", sans-serif;
}

td {
    width: 20%;
}

.contact-para {
    line-height: 2rem;
}

#totalSum {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#priceInput {
    width: 75%;
    border: none;
}

.finalSum {
    font-size: 2rem;
    color: white;
}


/*Settings for normal sized Laptop*/

@media only screen and (width: 1024px) {
    #demo {
        height: fit-content;
    }

    #intro-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-evenly;
        align-items: center;
    }

    .img-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        max-width: none !important;
        width: 500px !important;
        height: auto;
    }
}

a {
    color: #000000;
}