/* IDs */

#aAbout, #aServices {
    color: #696969; /* Equivalent to dimgrey */
}

#contactUSImg, #pricingImg, #serviceKBHandsImg, #serviceRepairImg {
    width: 57%;
    margin: 25px 0;
    min-width: 270px;
    max-width: 1000px;
}

#contactUSText {
    height: 155px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 15px;
    padding: 100px 20px 25px 60px;
    background: white;
}

#lblCopyright {
    padding-top: 25px;
    padding-bottom: 20px;
}

#pricingTopText {
    height: 175px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    background: white;
    border-radius: 15px;
    padding: 90px 20px 60px 60px;
}

#topAboutText, #supportServiceTopText, #pricingTopText, #contactUSText {
    height: 350px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
    font-weight: bold;
    font-size: large;
}

/* Classes */

.body-text {
    font-size: 1.2em;
    padding: 0 20px;
}

.company-logo {
    width: 45%;
    min-width: 300px !important;
    max-width: 500px !important;
    margin: 50px 0 50px 5%;
}

.contact-text {
    padding: 0 !important;
    text-align: left !important;
}

.contact-text-group-div {
    font-size: 1em;
    padding: 10px 12% 0 42% !important;
}

.date {
    margin: 7px 0 17px;
    font-weight: bold;
    font-size: 1.2em;
}

.footer-deco {
    width: 100%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 25px;
    text-align: center;
    background: white;
    box-shadow: 0 -7px 15px rgb(200, 200, 200);
}

.image-center {
    text-align: center !important;
    width: 100%;
}

.image-frame {
    text-align: center;
    height: 350px;
    vertical-align: middle;
    display: table-cell;
}

.image-group {
    padding-top: 0 !important;
}

.image-shadow {
    box-shadow: 7px 7px 20px rgb(140, 140, 140);
    border-radius: 10px;
    margin: 5px;
}

.image-size-small {
    width: 50%;
    margin: 25px 0;
    min-width: 270px;
    max-width: 1000px;
}

.images {
    width: 50%;
}

.important-text {
    text-align: center;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    border-radius: 10px;
}

.info-section {
    margin: 15px 0 !important;
}

.item {
    font-size: 1.2em;
}

.main-dynamic-screen {
    width: 100%;
    min-height: 57vh;
    margin: 25px auto 0;
}

.menu {
    width: 100%;
    background-color: white;
    padding: 0 45px;
    box-shadow: 7px 7px 25px rgb(150, 150, 150);
}

.menu-deco {
    margin: 0 auto 10px;
    border-radius: 10px;
    background-color: white;
    padding: 0 45px;
    box-shadow: 7px 7px 20px rgb(200, 200, 200);
}

.overview-heading {
    margin-bottom: 5px;
}

.policy-text {
    font-size: 1.2em;
}

.policy-title-text {
    text-align: center;
    margin: 25px 0 40px !important;
}

.screen-body {
    margin-bottom: 55px !important;
}

.screen-section {
    width: 75%;
    margin: 32px auto 0;
}

.text-group {
    border-radius: 10px;
}

.title {
    font-weight: bold;
    margin: 10px 0 20px;
    font-size: 1.4em;
    text-align: center;
    background: rgb(247, 247, 247);
    border-radius: 5px;
    box-shadow: 0px 5px 5px rgb(195, 195, 195);
}

.top-focus-text-column {
    vertical-align: middle;
    display: table-cell;
}

.toupp-links {
    color: black;
    margin: 10px;
    font-weight: bold;
    font-size: 1em;
}

.toupp-links:hover {
    text-decoration: underline;
    cursor: pointer;
}

.toupp-menu {
    text-align: center;
    padding-left: 0px;
}

/* General Elements */

body {
    background-color: white;
    /* Removed deprecated property */
    overflow-y: scroll;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/* Mobile (must stay last so it overrides the rules above at narrow widths) */

@media only screen and (max-width: 767px) {

    #contactUSImg, #pricingImg, #serviceKBHandsImg, #serviceRepairImg, .image-size-small {
        min-width: 0;
        width: 90%;
    }

    #topAboutText, #supportServiceTopText, #pricingTopText, #contactUSText {
        display: block;
        height: auto;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .company-logo {
        min-width: 220px;
        margin: 30px auto;
    }

    .contact-text-group-div {
        padding: 10px 5% 0 5% !important;
    }

    .image-frame {
        height: auto;
        display: block;
        padding: 10px 0;
    }

    .menu {
        padding: 0 15px;
    }

    .screen-section {
        width: 92%;
    }

}
