﻿header {
    position: relative;
    width: 100%;
    /*background-image: url('/Content/Images/Escalator-Banner.jpg');
    background-size: cover;
    background-position: center;*/
}


@media (max-width: 575px) {
}

@media (min-width: 576px) {
}

@media (max-width: 767px) {
    header {
        height: 300px;
    }

    svg.header-svg {
        height: 150px;
    }
}

@media (min-width: 768px) {
    header {
        height: 500px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.img-600 {
    max-width: 600px;
    width: 100%;
}

.first-backColor {
    background-color: #908b83;
}

.second-backColor {
    background-color: #635f59;
}
.third-bacColor {
    background-color: #cac1b4
}

.text-inset-Escalator {
    text-shadow: #b3b3b3 1px 1px 0;
    color: #021727;
}


.detail-table img {
    max-width: 300px;
    max-height: 300px;
    min-width: 100px;
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.detail-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Samim;
    font-size: large;
    padding: 7px;
}
.detail-table th {
    background-color: aliceblue;
    border: black 1px solid;
    padding: 7px;
}
    .detail-table td {
        padding: 7px;
        border: #4e95f4 1px solid;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .detail-table tr {
        background: #b8d1f3;
    }
        /*  Define the background color for all the ODD background rows  */
        .detail-table tr:nth-child(odd) {
            background: #b8d1f3;
        }
        /*  Define the background color for all the EVEN background rows  */
        .detail-table tr:nth-child(even) {
            background: #dae5f4;
        }


.type-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Samim;
    font-size: large;
    padding: 7px;
}
.type-table th {
    background-color: aliceblue;
    border: black 1px solid;
    padding: 7px;
}
.type-table td {
    padding: 7px;
    border: #4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.type-table tr {
    background: beige;
}
/*  Define the background color for all the ODD background rows  */
.type-table tr:nth-child(odd) {
    background: beige;
}
/*  Define the background color for all the EVEN background rows  */
.type-table tr:nth-child(even) {
    background: beige;
}

.table-img {
    width: 100%;
    max-width: 250px;
    min-width: 100px;
}