@use postcss-preset-env {
        stage: 0,
}
@font-face {
        font-family: Anton;
        src: url("/fonts/Anton-Regular.ttf");
        font-display: block;
}
@font-face {
        font-family: Bebas Neue;
        src: url("/fonts/BebasNeue-Regular.ttf");
        font-display: block;
}
@font-face {
        font-family: Tahoma;
        src: url("/fonts/Tahoma.ttf");
        font-display: block;
}
* {
        outline: none;
}
body {
         font-family: 'Tahoma', 'Ubuntu Mono';
}

.body-container {
        background-color: white;
        min-height: 33em;
        text-align:left;
        padding-bottom: 1em;
}
#shoppingCart p {
        font-size: 12px;
        color: white;
        height: 18px;
        width: 18px;
        background-color: red;
        border-radius: 9px;
        position: relative;
        top: -35px;
        left: 20px;
        text-align: center;
}
.body-menu-container {
        height: 540px;
        width: 100%;
        text-align: left;
        white-space: nowrap;
        overflow-x: hidden;
        overflow-y: hidden;
        vertical-align: middle;
}
.body-menu-container .container {
        display: inline-block;
        height: 600px;
        white-space: normal;
        text-align: left;
}

/** the hot deals listed for users */
.short-properties-deals {
        background-color: black; rgba(200, 210, 240, 0.2);
        min-height: 20em;
        width: 100%;
}

.deals-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: inherit;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-right: 2%;
}

.hot-deal {
        width: 320px;
        margin-left: 3%;
        margin-left: 15px;
        margin-bottom: 20px;
        background-color: rgba(150, 220, 250, 0.5);
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
}

.hot-deal img {
        height: 13em;
        width: 100%;
}
.deal-info-section {
        width: 320px;
        white-space: normal;
        padding: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
}
.deal-info-section p {
        margin-bottom: -3px;
        color: rgba(240, 240, 240, 0.8);
        font-size: 12px;
}
#deal-info-section-price {
        font-size: 28px;
}

footer {
        text-align: center;
        height: 20em;
        background-color: white; #0b3a43; #1e648a;
        box-shadow: 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
}


/** the bottom of the bottomest. Social media links. */
.socials {
        width: 90%;
        margin-left: 5%;
        height: 3em;
        border-top: 0.5px solid rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-columns: 100%;
}
.socials p {
        font-size: 12px;
        font-family: 'Tahoma';
        color: black;
        float: left;
        margin: 12px;
}

.socials img {
        height: 1.4em;
        margin-top: 0.8em;
        background-color: rgba(0, 0, 0, 1);
        border-radius: 10px;
        margin-bottom: 10px;
}
/* customizes bootstrap collapsible navbar. */
.navbar-toggler-icon {
        width: 1em;
        height: 1em;
        margin-left: -0.1em;
}
.navbar-toggler {
        border: none;
        cursor: pointer;
        margin-top: -3px;
}
.navbar-brand {
        font-size: 16px;
}
.navbar-expand-lg {
        width: 100%;
}
.right-side-navigation a {
        text-decoration: none;
}
.right-side-navigation {
        display: grid;
        grid-template-columns: 50% 50%;
        height: 20px;
}
.navbar-nav a {
        font-size: 13px;
        margin-left: 10px;
        font-weight: 700;
}
.navbar {
        border-bottom: 1px solid rgba(200, 210, 220, 1);
        position: sticky;
        top: 0;
        z-index: 100;
}
/* this section is for the footer information for navigation */
.more-footer-info {
        width: 90%;
        margin-left: 10%;
        min-height: 18em;
        padding-top: 40px;
        padding-bottom: 40px;
        display: grid;
        grid-template-columns: 100%;
        text-align: left;
}
.footer-item p {
        font-size: 15px;
        font-weight: 700;
}
.fitems {
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-left: 1px solid #eaeaea;
        width: 200px;
}
.fitems a {
        font-size: 14px;
        text-decoration: none;
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 20px;
        color: rgba(0,0,0, 0.8);
}
.fitems a:hover {
        color: #17a2b8;
        transition: color 0.3s ease-in-out;
}

/** sign in container */
.sign-in-container {
        width: 100%;
        max-width: 400px;
        margin-top: 80px;
}

.recovery-container h1,
.sign-in-container h1,
.register-container h1 {
         font-weight: 500;
         font-family:'Anton';
         font-size: 50px;
         margin: 10px;
         font-variant: small-caps;
}
.recovery-container p,
.sign-in-container p,
.register-container p {
         font-size: 14px;
         margin: 10px;
         width: 90%;
}
.login-form {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
}

.login-form input {
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
        height: 35px;
        text-align: left;
        padding-left: 30px;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 5px;
}
.login-form input[type="submit"] {
        width: 100%;
        text-align: center;
        padding: 0px;
        background-color: black; inherit;
        color: white; black;
        border-radius: 17.5px;
        font-size: 14px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.login-form-footer {
        width: 100%;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-top: 20px;
}
.login-form input[type="submit"]:active {
        box-shadow: none;
        background-color: inherit;
        color: black;
        transition: all 0.3s ease-in-out;
}

.login-form-footer a {
        font-size: 14px;
        color: blue;
        margin: 8px 10px;
}
.login-form-footer a:hover {
        color: black;
        transition: color 0.3s ease-in-out;
}

.to-register {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 50px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        position: relative;
}

/* register container */
.register-container {
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
}
.register-container .login-form-footer {
        display: flex;
        padding-left: 80px;
        padding-right: 80px;
}
.register-container .to-register {
        height: 50px;
}
.register-container .to-register button img {
        height: 20px;
        width: 40px;
}
.register-container .to-register button {
        border: none;
        background-color: inherit;
        float: left;
        margin-top: 10px;
}

/* account recovery container. */
.recovery-container {
        width: 100%;
        max-width: 400px;
        margin-top: 80px;
}
.recovery-container .login-form-footer {
        display: flex;
        padding-left: 80px;
        padding-right: 80px;
}
.recovery-container .to-register {
        height: 50px;
}
.recovery-container .to-register button img {
        height: 20px;
        width: 40px;
}
.recovery-container .to-register button {
        border: none;
        background-color: inherit;
        float: right;
        margin-top: 10px;
}

/**
* includes modifications for small screens.
*/
@media (min-width: 500px) {
        .more-footer-info {
                grid-template-columns: 50% 50%;
        }
}
@media (min-width: 700px) {
        footer .more-footer-info {
                display: grid;
                grid-template-columns: 33% 33% 33%;
        }
        .explanation-container {
                display: grid;
                grid-template-columns: 50% 50%;
                padding: 4em;
        }
        .socials {
                display: block;
        }
        .socials-images {
                margin-right: 40px;
                float: right;
        }
}
@media (min-width: 800px)  {
        footer .more-footer-info {
                display: grid;
                grid-template-columns: 25% 25% 25% 25%;
                padding-top: 60px;
                padding-bottom: 40px;
        }

        p {
                font-size: 14px;
        }
        .body-container button {
                font-size: 13.5px;
        }
        .footer-item p {
                font-size: 13px;
        }
        .footer-item a {
                font-size: 12px;
        }
        /* make the hot deals item much smaller */
        .hot-deal {
                width: 200px;
                box-shadow: none;
                padding: 0px;
                border-radius: 0px;
                border: none;
                border-bottom: 1px solid rgba(0, 90, 130, 0.9);
        }

        .deal-info-section {
                padding: 10px;
                width: 200px;
                margin-bottom: 20px;
        }
        .deal-info-section p {
                font-size: 12px;
                margin-bottom: -3px;
                white-space: normal;
        }
        .deal-info-section #deal-info-section-price {
                font-size: 20px;
        }
        .hot-deal img {
                height: 120px;
                width: 100%;
        }
}

@media (min-width: 992px) {
        .navbar-nav a {
                margin-left: 5px;
                margin-right: 5px;
                width: auto;
                font-weight: 400;
        }
        .navbar-nav a:hover {
                background-color: rgba(230, 240, 255, 0.5);
                border-radius: 10px;
                transition: all 0.3s ease-in-out;
        }
        #shoppingCart {
                position: absolute;
                right: 40px;
                top: 15px;
                background-color: #eaeaea;
                width: 34px;
                height: 34px;
                padding: 5px;
                border-radius: 15px;
        }
}
