
@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;
}
@use postcss-preset-env {
        stage: 0,
}
* {
        outline: none;
}
body {
         font-family: 'Tahoma', 'Ubuntu Mono';
}
#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-container {
        background-color: white;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        min-height: 33em;
        text-align:left;
        padding-bottom: 1em;
}
.side-panel {
        border-bottom: 1px solid rgba(200, 210, 220, 1);
        position: sticky;
        top: 60px;
        background-color: white;
}
#filterButton {
        font-size: 15px;
        width: 100%;
        height: 50px;
        background-color: white;
        border-radius: none;
        color: black;
        padding-top: 15px;
        padding-left: 20px;
        display: flex;
        border: none;
}
#filterButton p {
        padding-top: 3px;
        margin-left: 10px;
        font-weight: bold;
}
.side-panel img {
        height: 20px;
        width: 20px;
}
.side-panel-filter {
        display: grid;
        grid-template-columns: 50% 50%;
}
#searchButton {
        text-align: right;
        padding-top: 10px;
        padding-right: 15px;
        background-color: white;
        border-radius: 0;
}
#searchButton img {
        width: 30px;
        height: 30px;
}
.filterBy {
        display: grid;
        grid-template-columns: 100%;
        padding: 20px;
        color: black;
}
.filter-form {
        width: 100%;
        max-width: 400px;
        font-size: 13px;
        margin-top: -10px;
}
.form-field {
        width: 100%;
        display: grid;
        grid-template-columns: 25% 75%;
        margin-bottom: 2px;
}
.filter-form select {
        border-color: rgba(0, 0, 0, 0.2);
        padding-left: 10px;
        border-radius: 5px;
        background-color: rgba(230, 240, 250, 0.2);
}
.filter-form input[type="submit"] {
        background-color: blue;
        border: none;
        color: white;
        width: 100px;
        height: 30px;
        margin-top: 5px;
}
.searchBar {
        width: 100%;
        padding: 0px 20px 20px 20px;
        color: black;
}
.searchBar-form {
        width: 100%;
        display: flex;
        justify-content: flex-end;
}
.searchBar-form input[type="text"] {
        border: 1px solid rgba(0, 0, 0, 0.2);
        height: 31px;
        width: 200px;
        padding-left: 20px;
        font-size: 13px;
        background-color: rgba(200, 210, 240, 0.1);
}
.searchBar-form input[type="submit"] {
        border: none;
        height: 30px;
        font-size: 13px;
        margin-left: 5px;
        width: 80px;
        background-color: black;
        color: white;
}

/** where items are listed. */
.repo-container {
        width: 100%;
        background-color: white; rgba(200, 210, 240, 0.2);
        margin: 5px 0px 10px 0px;
}
.listed-item {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 400px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
        background-color: rgba(230, 240, 255, 0.4); white;
}
.listed-item:hover {
        background-color: rgba(220, 230, 240, 0.7); #aae1e1;
        transition: all 0.3s linear;
}
.listed-item img {
        width: 100%;
        height: 14em;
}
.listed-item .info-section {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 10px;
}
.listed-item .info-section p {
        text-align: left;
}
.price-category {
        width: 100%;
        display: grid;
        grid-template-columns: 70% 30%;
}
.item-price {
        font-size: 24px;
        padding-top: 10px;
}
.description-p {
        margin-top: -20px;
        font-size: 13px;
}
.category-image {
        width: 100%;
        display: flex;
        justify-content: flex-end;
}
.price-category img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-right: 0px;
}
.regstyle {
        display: none;
}
/* used in navigating from one page to another. */
.page-navigation-div {
        width: 100%;
        display: flex;
        justify-content: center;
}
.page-navigation {
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-bottom: 20px;
}
.page-navi input[type="submit"] {
        width: 35%;
        height: 35px;
        border: none;
        color: white;
        background-color: black;
        font-size: 13px;
}
/** the hot deals listed for users */
/** the hot deals listed for users */
.short-properties-deals {
        background-color: 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.2);
        border-bottom: 1px solid rgba(0, 90, 130, 0.9);
        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;
        font-size: 13px;
}
#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';
        float: left;
        color: black;
        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 {
        display: grid;
        grid-template-columns: 50% 50%;
        height: 20px;
}
.right-side-navigation a {
        text-decoration: none;
}

.navbar-nav a {
        font-size: 13px;
        font-weight: 700;
        height: 30px;
        width: auto;
        text-align: left;
        padding-top: 5px;
        margin-left: 10px;
}


.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: bold;
}
.fitems {
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-left: 1px solid #eaeaea;
        /*border-bottom: 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); #17a2b8;
}
.fitems a:hover {
        color: #17a2b8;;
        transition: color 0.3s ease-in-out;
}

@media (min-width: 400px) {
        .repo-container {
                display: grid;
                grid-template-columns: 50% 50%;
                margin-top: 4px;
        }
        .listed-item {
                width: 96%;
                margin-left: 2%;
                height: 260px;
                margin-bottom: 8px;
        }
        .listed-item .item-image {
                width: 100%;
                height: 150px;
        }
        .listed-item .info-section {
                display: grid;
                grid-template-columns: 100%;
                padding-left: 10px;
                padding-right: 10px;
        }
        .item-price {
                padding-top: 4px;
                font-size: 20px;
        }
        .price-category {
                display: grid;
                grid-template-columns: 80% 20%;
                height: 40px;
        }
        .category-image  {
                height: 20px;
                margin: 0px;
        }
        .category-image img {
                height: 20px;
        }
        .description-p {
                height: 15px;
                margin: 0px;
                font-size: 12px;
        }
}
/**
  * includes modifications for small screens.
  */

@media (min-width: 500px) {
        .repo-container {
                margin-bottom: 20px;
                display: grid;
                grid-template-columns: 50% 50%;
        }
        .listed-item {
                width: 96%;
                margin-left: 2%;
        }
        .listed-item .item-image {
                height: 10em;
        }
        .more-footer-info {
                grid-template-columns: 50% 50%;
        }
}
@media (min-width: 600px) {
        .repo-container {
                margin-left: 4px;
                margin-top: 6px;
                display: grid;
                grid-template-columns: 33% 33% 33%;
        }
        .listed-item {
                width: 96%;
                margin-left: 2%;
        }
        .listed-item .item-image {
                height: 8em;
        }
}
@media (min-width: 700px) {
        .repo-container {
                grid-template-columns: 33% 33% 33%;
        }
        .listed-item {
                width: 96%;
                margin-left: 2%;
                /*box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);*/
        }
        .listed-item img {
                height: 200px;
        }
        .info-section {
                display: grid;
                grid-template-columns: 100%;
        }
        .info-section p {
                margin-top: 4px;
        }
        .price-category {
                display: grid;
                grid-template-columns: 80% 20%;
        }
        .price-category p {
                padding-top: 5px;
        }
        .category-image  {
                height: 30px;
                margin: 0px;
        }
        .category-image img {
                height: 30px;
        }
        .description-p {
                height: 15px;
                margin: 0px;
        }

        footer .more-footer-info {
                display: grid;
                grid-template-columns: 33% 33% 33%;
        }
        .socials {
                display: block;
        }
        .socials-images {
                margin-right: 40px;
                float: right;
        }
}
@media (min-width: 800px) {
        .repo-container {
                grid-template-columns: 25% 25% 25% 25%;
        }
        footer .more-footer-info {
                display: grid;
                grid-template-columns: 25% 25% 25% 25%;
                padding-top: 60px;
                padding-bottom: 40px;
        }
        .footer-item p {
                font-size: 13px;
        }
        .footer-item a {
                font-size: 12px;
        }
        /* make the hot deals item much smaller */
        .hot-deal {
                width: 200px;
                padding: 0px;
                border-radius: 0px;
                border-bottom: 1px solid #eaeaea;
        }
        .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) {
        .repo-container {
                margin-left: 0;
        }
        .navbar {
                position: sticky;
                top: 0;
                z-index: 100;
                width: 100%;
        }
        .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;
        }
        .navbar-nav a {
                margin-left: 5px;
                margin-right: 5px;
                width: auto;
                font-weight: lighter;
        }
}

@media (min-width: 1000px) {
        .repo-container {
                grid-template-columns: 20% 20% 20% 20% 20%;
        }
}

@media (min-width: 1100px) {
        .navbar {
                border-bottom: 1px solid #eaeaea;
        }
        .repo-container {
                margin-top: 20px;
                grid-template-columns: 20% 20% 20% 20% 20%;
        }
        .body-container {
                display: grid;
                grid-template-columns: 25% 74%;
                border: none;
        }
        .body-container .side-panel {
                height: 500px;
                position: sticky;
                top: 80px;
                border: none;
                border-right: 1px solid #eaeaea;
        }
        .repo-container {
                padding-left: 10px;
        }
        .bstyled {
                display: none;
        }
        .regstyle {
                display: block;
        }
        .side-panel-filter {
                display: block;
        }
        .searchBar {
                margin-top: 40px;
        }
        .listed-item {
                height: 240px;
                padding-bottom: 0px;
        }
        .listed-item .info-section {
                padding-left: 10px;
                padding-right: 10px;
        }
        .item-price {
                font-size: 20px;
        }
        .category-image img {
                height: 20px;
                width: 20px;
                margin-right: 5px;
                margin-top: 15px;
        }
        .listed-item .description-p {
                font-size: 11px;
                margin-bottom: -5px;
        }
}
@media (min-width: 1700px) {
        .repo-container {
                grid-template-columns: 16% 16% 16% 16% 16% 16%;
        }
}
@media (min-width: 768px) {
        .more-footer-info {
                display: grid;
                grid-template-columns: 50% 50%;
        }
        .more-footer-info button {
                border-radius: 0;
                width: 70%;
                height: 2em;
                margin: 0;
                margin-left: 15%;
                padding: 0;
        }

        .explanation-container {
                display: grid;
                grid-template-columns: 50% 50%;
                padding: 4em;
        }
        .container {
                display: grid;
                grid-template-columns: 100%;
        }
}
