body {
    background-color: #000;
    color: #FFF;
    padding-bottom: 6rem;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url(../fonts/GlacialIndifference-Regular.otf);
}

.call-now {
    display: none;
    text-align: center;
}

.call-now a {
    text-decoration: none;
    color: #FFF;
}

.container {
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-family: 'Bebas Neue';
    font-size: 13vw;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    margin-top: 6rem;
}

.titleDetails {
    font-family: 'Bebas Neue';
    font-size:4vw;
    text-align: center;
    margin-bottom: 6rem;
}

.titleDesc {
    font-size:5vw;
}

h2 {
    font-family: 'Bebas Neue';
    font-size: 5vw;
    letter-spacing: 2px;
    font-weight: 400;
    border-bottom:4px double #FFF;
    margin-top: 3rem;
}

.itemContainer {
    font-family: 'GlacialIndifference';
    margin-top: 20px;
}

.itemDescription {
    display: flex;
    justify-content: space-between;
    font-size:2vw;
}

.itemContents {
    margin-top: 3px;
    font-size: 1.5vw;
    color: #999;
}

.itemPrice {
    padding-left: 1vw;
}

.itemTitle,
.itemPrice {
    text-transform: uppercase;
    font-size: 2.5vw;
}

img {
    width: 100%;
    max-width: 1000px;
}

@media screen and (max-width: 600px) {
    .itemTitle,
    .itemPrice {
        font-size: 4vw;
    }

    .itemContents {
        font-size: 3vw;
    }
}

@media print { 
    body {
        color: #000;
    }
    
    h1 {
        font-size: 5vw;
        margin:0;
    }

    h2 {
        font-size: 3vw;
        margin-top:1rem;
        margin-bottom: 0;
        border: none;
    }

    .titleDetails,
    .titleDesc {
        margin:0;
        font-size: 2vw;
    }

    .itemContainer {
        margin-top: 8px;
    }
}