﻿.page.home-page .inner {
    margin: 0 auto;
    width: 93.75%;
    max-width: 1280px;
    height: 300px;
    background: url(/content/images/home/homePage.jpg) no-repeat transparent;
    background-position: center;
    background-size: 93.75% auto;
}

#founded-in-1991.module {
    padding: 25px 0 0;
}

.module {
    margin: 0 auto;
    border: 0;
    padding: 50px 0;
    width: 100%;
}

.content-wrapper {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
}

.content {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 95%;
    display: table;
}

/* New Listings */

.NewListingDesc {
    height: 70px;
    overflow: hidden;
}

.NewListingPrice {
    color: #11a400;
}

.NewListingBuyNow {
    display: inline-block;
    padding: 5px 10px;
    background-color: #222;
    color: gold !important;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

    .NewListingBuyNow:hover {
        background-color: #333;
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

.NewListingCoinName {
    text-decoration: none;
    color: #212529 !important;
    cursor: pointer;
}

.RcwPrograms {
    width: 80%;
    margin: 50px auto;
    display: block;
    overflow: auto;
}

    .RcwPrograms .ProgramBox {
        display:block;
        width: 50%;
    }

        .RcwPrograms .ProgramBox .ProgramBoxTitle {
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #fff;
            width: 80%;
            margin: 0 auto;
            padding: 5px 20px;
        }

        .RcwPrograms .ProgramBox .WantlistTitle {
            /*background-color: #000493;*/
            background-color: #000;
        }

        .RcwPrograms .ProgramBox .ConsignmentTitle {
            /*background-color: #8d0022;*/
            background-color: #000;
        }

        .RcwPrograms .ProgramBox .WantListBox {
            width: 80%;
            margin: 0 auto;
            border-left: 1px solid #000;
            border-right: 1px solid #000;
            padding: 10px;
            height: 280px;
        }

        .RcwPrograms .ProgramBox .ConsignmentBox {
            width: 80%;
            margin: 0 auto;
            border-left: 1px solid #000;
            border-right: 1px solid #000;
            padding: 10px;
            height: 280px;
        }

        .RcwPrograms .ProgramBox .ButtonBox {
            border-left: 1px solid #000;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            width: 80%;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 20px;
        }

        .RcwPrograms .ProgramBox .LearnMore {
            background-color:gold;
            border-radius:20px;
            width: 200px;
        }

.NewListingPrice a {
    margin-top: 10px;
}

@media (max-width: 479px) {
    .NewListingDesc {
        font-size: 22px; /* Adjusted font size for very small screens */
    }

    .NewListingPrice {
        font-size: 18px; /* Adjusted font size for very small screens */
    }
    .NewListingBuyNow {
        font-size: 20px; /* Adjusted font size for very small screens */
    }
}

@media (min-width: 480px) {
    .module {
        padding: 25px 0;
    }
    .NewListingDesc {
        font-size: 17px; /* Adjusted font size for smaller phones */
    }

    .NewListingPrice {
        font-size: 20px; /* Adjusted font size for smaller phones */
    }
    .NewListingBuyNow {
        font-size: 19px; /* Adjusted font size for very small screens */
    }
}

@media (min-width: 768px) {
    .module {
        padding: 50px 0;
    }
    .NewListingDesc {
        font-size: 17px; /* Adjusted font size for smaller phones */
    }

    .NewListingPrice {
        font-size: 18px; /* Adjusted font size for smaller phones */
    }

    .NewListingBuyNow {
        font-size: 16px; /* Adjusted font size for very small screens */
    }
}

@media (min-width: 1024px) {
    .content {
        width: 980px;
    }

    .page.home-page .inner {
        height: 350px;
        background-size: 650px auto;
    }

    .RcwPrograms .ProgramBox {
        float: left;
    }
}

@media (min-width: 1366px) {
    .content {
        width: 1280px;
    }

    .RcwPrograms .ProgramBox .WantListBox {
        height: 180px;
    }

    .RcwPrograms .ProgramBox .ConsignmentBox {
        height: 180px;
    }
}