html {
    height: 100%;
}


/* Grayscale and disable on hover 
    https://stackoverflow.com/questions/609273/convert-an-image-to-grayscale-in-html-css
*/
/*
img {
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}

img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
} 
*/

body {
    /* background: url('../../img/UIWebsite/background-home-1920x1080.jpg') no-repeat center center fixed;*/
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

nav {
    background: rgba(0, 0, 0, 0);
}

#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;
    }

.exit-bottom {
    display: none;
    visibility: hidden;
    transition: all 2s all;
    -webkit-transition: top 0.5s, bottom 0.5s;
}

.with-fadeout {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.logo-img-dimensions {
    max-height: 75pt;
}

.archi-dislike-button {
    border-color: black;
    margin-top: 2rem;
    font-weight: bold;
    color: #fffa00;
    font-size: 1.2rem;
    background-color: black;
    text-align: center;
    border-radius: 0.55rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    transition: none !important;
}

.archi-like-button {
    border-color: #fffa00;
    margin-top: 2rem;
    font-weight: bold;
    color: black;
    font-size: 1.2rem;
    background-color: #fffa00;
    text-align: center;
    border-radius: 0.55rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.form-group-small-margin-bottom {
    margin-bottom: 0.2rem;
}

.label-small-margin-bottom {
    margin-bottom: 0.1rem;
}

.label-font-weight-450 {
    font-weight: 450;
}

.archi-yellow-dealer-button {
    border-color: #fffa00;
    margin-bottom: 1rem;
    font-weight: bold;
    color: black;
    font-size: 1rem;
    background-color: #fffa00;
    text-align: center;
    border-radius: 0.55rem;
}

.archi-dislike-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.archi-yellow-send-button {
    border-color: #fffa00;
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    font-weight: bold;
    color: black;
    font-size: 1rem;
    background-color: #fffa00;
    text-align: center;
    border-radius: 0.55rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.indexCenterText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.indexPageImg img {
    height: 100%; /* set full height */
    width: 100%; /* set full width */
    display: block;
    object-fit: contain; /* constrains the image maintaining aspect ratio */
    object-position: center; /* default position is center - so optional in this case */
}

.carouselImg {
    height: 100% !important; /* set full height */
    width: 100%; /* set full width */
}

/* Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/

.mobileOnly {
    display: block;
    width: 100%;
}

.notMobileBlock {
    display: none;
    width: 100%;
}

.notMobileFlex {
    display: none;
    width: 100%;
}

.archiFrame {
    width: 280px;
    height: 158px;
}

.textShadow {
    text-shadow: 1px 1px 2px #464646;
}

.btnShadow {
    box-shadow: 1px 1px 2px #464646;
}

.archi-adaptable-kitchenVote-width {
    width: 100%;
}

.indexCenterTextDimension {
    text-align: center;
    line-height: 1.8rem;
    font-weight: bold;
    text-shadow: rgba(63, 63, 63, 0.89);
    font-size: 1.5rem;
    color: white;
    letter-spacing: 0rem;
}

.archiVoteBtn {
    max-width: 100pt;
}

.archi-yellow-button {
    border-color: #fffa00;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    color: black;
    font-size: 1rem;
    background-color: #fffa00;
    text-align: center;
    border-radius: 0.55rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.archi-black-button {
    border-color: black;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    color: #fffa00;
    font-size: 1rem;
    background-color: black;
    text-align: center;
    border-radius: 0.55rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    transition: none !important;
}

    .archi-black-button:focus {
        border-color: black;
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
        font-weight: bold;
        color: #fffa00;
        font-size: 1rem;
        background-color: black;
        text-align: center;
        border-radius: 0.55rem;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        transition: none !important;
    }

    .archi-black-button:hover {
        border-color: black;
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
        font-weight: bold;
        color: #fffa00;
        font-size: 1rem;
        background-color: black;
        text-align: center;
        border-radius: 0.55rem;
        padding-left: 1.3rem;
        padding-right: 1.3rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        transition: none !important;
    }

.archi-img-vote {
    max-height: 15%;
    max-width: 15%;
}

.archi-txt-vote {
    display: none;
}

.imgBlock {
    height: 220px;
    border: 0px solid black;
    margin: 0px;
    padding: 0px;
}

    .imgBlock img {
        height: 100%;
        width: 95%;
        display: block;
        object-fit: contain; /* constrains the image maintaining aspect ratio */
        object-position: center; /* default position is center - so optional in this case */
    }

.logoDealer {
    height: 40px;
    border: 0px solid black;
}

    .logoDealer img {
        height: 100%;
        max-width: 95%;
        display: block;
        object-fit: contain; /* constrains the image maintaining aspect ratio */
        object-position: left; /* default position is center - so optional in this case */
    }

.logoArchistoreContact {
    height: 80pt;
    border: 0px solid black;
}

    .logoArchistoreContact img {
        height: 100%;
        max-width: 95%;
        display: block;
        object-fit: contain; /* constrains the image maintaining aspect ratio */
        object-position: left; /* default position is center - so optional in this case */
    }



.selectDealerTextA {
    text-align: left;
    font-size: 0.85rem;
    letter-spacing: 0rem;
}

.indexPageImg {
    border: 0px solid black;
    margin: 0px;
    padding: 0px;
}

.archimobileH1 {
    color: white;
    font-size: 1.2rem;
}

.archimobileTxt {
    color: black;
    font-size: 1rem;
}

.archimobileLabelTxt {
    font-size: 0.76rem;
}

.archiDealerSectionPaddingBottom {
    padding-bottom: 1rem;
}

.pTextInternal {
    text-align: center;
    line-height: 1.8rem;
    text-shadow: rgba(63, 63, 63, 0.89);
    font-size: 1.5rem;
    color: black;
    letter-spacing: 0rem;
}


.archiSectionPadding {
    padding-top: 62pt;
}
    

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    
    .archiSectionPadding {
        padding-top: 62pt;
    }

    .archiFrame {
        width: 240px;
        height: 136px;
    }
    
    .imgBlock {
        height: 300px;
    }

    .carouselImg {
        width: 100%;
        height: 350px !important;
    }

    .indexPageImg {
        width: 100%;
        height: 350px;
    }

    .archi-img-vote {
        display: inline;
        max-height: 15%;
        max-width: 15%;
    }

    .archi-txt-vote {
        display: inline;
    }

    .archi-yellow-button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .archi-black-button {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }

    .indexCenterTextDimension {
        text-align: center;
        line-height: 2rem;
        font-weight: bold;
        text-shadow: rgba(63, 63, 63, 0.89);
        font-size: 1.5rem;
        color: white;
        letter-spacing: 0rem;
    }

    .pTextInternal {
        line-height: 2rem;
        font-size: 1.5rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .archiSectionPadding {
        padding-top: 62pt;
    }

    .archiFrame {
        width: 420px;
        height: 238px;
    }

    .mobileOnly {
        display: none;
    }

    .notMobileBlock {
        display: block;
    }

    .notMobileFlex {
        display: flex;
    }

    .imgBlock {
        height: 350px;
    }

        .imgBlock img {
            width: 85%;
        }

    .archimobileH1 {
        font-size: 1.2rem;
    }

    .archimobileTxt {
        font-size: 0.9rem;
    }

    .archimobileLabelTxt {
        font-size: 0.8rem;
    }

    .archiDealerSectionPaddingBottom {
        padding-bottom: 1rem;
    }

    .carouselImg {
        width: 100%;
        height: 450px !important;
    }

    .indexPageImg {
        width: 100%;
        height: 450px;
    }

    .indexCenterText {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .archiVoteBtn {
        max-width: 200pt;
    }

    .archi-yellow-button {
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
        font-size: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .archi-black-button {
        border-color: black;
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
        font-weight: bold;
        color: #fffa00;
        font-size: 1rem;
        background-color: black;
        text-align: center;
        border-radius: 0.55rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        transition: none !important;
    }

        .archi-black-button:focus {
            border-color: black;
            margin-top: 0.5rem;
            margin-bottom: 0.6rem;
            font-weight: bold;
            color: #fffa00;
            font-size: 1rem;
            background-color: black;
            text-align: center;
            border-radius: 0.55rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            transition: none !important;
        }

        .archi-black-button:hover {
            border-color: black;
            margin-top: 0.5rem;
            margin-bottom: 0.6rem;
            font-weight: bold;
            color: #fffa00;
            font-size: 1rem;
            background-color: black;
            text-align: center;
            border-radius: 0.55rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            transition: none !important;
        }

    .archi-yellow-dealer-button {
        font-size: 0.8rem;
    }

    .textShadow {
        text-shadow: 3px 3px 4px #464646;
    }
}

/* SPECIAL USE for design porpouse*/
@media (min-width: 915px) {
    .archi-yellow-dealer-button {
        border-color: #fffa00;
        margin-bottom: 1rem;
        font-weight: bold;
        color: black;
        font-size: 1rem;
        background-color: #fffa00;
        text-align: center;
        border-radius: 0.55rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .imgBlock {
        height: 420px;
    }

    .archiFrame {
        width: 520px;
        height: 293px;
    }

    .carouselImg {
        width: 100%;
        height: 450px !important;
    }

    .indexPageImg {
        width: 100%;
        height: 450px;
    }

    .archi-adaptable-kitchenVote-width {
        width: 85%;
    }

    .indexCenterTextDimension {
        text-align: center;
        line-height: 3.2rem;
        font-weight: bold;
        text-shadow: rgba(63, 63, 63, 0.89);
        font-size: 2rem;
        color: white;
        letter-spacing: 0rem;
    }

    .pTextInternal {
        line-height: 3.2rem;
        font-size: 2rem;
    }

    .archimobileH1 {
        font-size: 1.3rem;
    }

    .archimobileTxt {
        font-size: 0.9rem;
    }

    .archimobileLabelTxt {
        font-size: 0.9rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .imgBlock {
        height: 440px;
    }

    .carouselImg {
        width: 100%;
        height: 460px !important;
    }

    .indexPageImg {
        width: 100%;
        height: 460px;
    }
}
