.content {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
}
.content a {
    text-decoration: none;
}
.middlecolumn {
    margin-left: 10px;
    margin-right: 10px;
}
@font-face {
    font-family:'L5S';
    src:url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
}
.previewvid {
    width: 311px;
    height: 311px;
    background-image: url("/images/products/vaporware/video_redacted.svg");
}
.vidnest {
    width: 311px;
    height: 311px;
}
.previdbar {
    width: 100%;
    height: 20px;
    background-color: black;
}
.vape-product-title {
    font-family: 'L5';
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
    margin: 15px 10px 3px 10px;
    text-align: left;
    
    padding: 0px 0px 0px 0px;
}

.vape-product-title p:first-child {
    font-size: 51px;
    line-height: 61px;
}
.vape-product-title p {
    font-size: 33px;
}

.vapegrid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 7px;
    row-gap: 30px;
    justify-items: center;
    margin-bottom: 40px;
}

#titlebg {
    background-color: #00000000;
}
#subtitlebar {
    background-color: #48DBAC;
}
#subtitle h2 {
    text-align: right;
}
#subtitle img {
    display: block;
    float: right;
    height: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}
#title {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}
#title img {
    display: block;
}
#titlesplit {
    display: none;
}
.prod-image{
    padding:0px;
    float: center;
    display: block;
    width: 291px;
    margin: 0px 10px 0px 0px;
}
.vapeproduct {
    background-color: #393939;
    width: 311px;
}


#pricetext {
    letter-spacing: 1px;
    font-size: 30px;
}
.latosemi {
    font-family: 'L5S';
}
.lato {
    font-family: 'L5';
}
.text14 {
    font-size: 14px;
}
#currency {
    font-size: 14px;
}

.downloads {
    grid-area: downloads;
    display: grid;
    grid-template-columns: 110px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    background-color: #2c2c2c;
}
.buysteal {
    grid-area: buysteal;
    display: grid;
    grid-template-columns: 110px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    align-items: center;
    background-color: #2c2c2c;
}

.vape-prod-description {
    padding:0px;
    margin: 7px 10px 12px 10px;
    color: #ffffff;
    font-size: 26px;
    font-family: 'L5';
}
#dlinstaller {
    justify-self: left;
    margin-left: 10px;
    margin-top: 18px;
}
#dlinstaller p {
    color: #909090;
}
#dlbg {
    display:none;
}
#cardbg {
    display:none;
}
#dlbs {
    display:none;
}
#bulbg {
    display: none;
}
#dlformats {
    grid-column: 1/-1;
    justify-self: right;
    word-spacing: 9px;
    margin: 0px 20px 10px 0px;
}
#buynow {
    justify-self: center;
    align-self: center;
    line-height: 30px;
}
.productButton {
    width: 90px;
    height: 54px;
    background-color: var(--fsi_red);
    color: white;
    color: #232323;
    border-radius: 3px;
    transition-duration: 300ms;
    transition-timing-function: linear;
    z-index: 10;
}
.downloads .productButton {
    margin-top:20px;
}
.productButton:hover {
    background-color: #A5181B;
}
.productButton p {
   color: white;
   font-family: 'L5';
   font-size: 18px;
   line-height: 54px;
   text-align: center;
   z-index: 10;
}

.buybutton {
    border-width: 0px;
    background-color: var(--fsi_pdgreen);
}
.buybutton p {
    color: black;
}
.buybutton:hover {
    background-color: #3AB085;
}
#stealbutton {
    background-color: var(--fsi_pdgreen);
    color: black;
}
#stealbutton p {
    color: black;
}
#stealbutton:hover {
    background-color:#3AB085;
}


.fe {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: inherit;
    grid-template-rows: 280px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-clip: border-box;
    width: 100%;
}
.fe:last-child {
    margin-bottom: 20px;
}

@font-face {
    font-family:'L5R';
    src:url('../fonts/Lato-Regular.woff2') format('woff2');
    font-weight:400;
    font-style:normal;
}
#topbar {
    
    background-color: #E0C75E;
    height: 20px;
    margin-bottom: 20px;
}
.sysreqbg {
    background-color: #faf776;
}
#systemreqs {
    display: grid;
    
    font-family: 'L5';
    font-size:14px;
    line-height: 21px;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
    "reqlogo reqtext";
    column-gap: 40px;
    margin-bottom: 50px;
    margin-top:50px;
}
#reqlogo {
    grid-area: reqlogo;
    width: 100%;
    
    background-image: url("/images/logo_crowhead_tall.svg");
    background-repeat: no-repeat;
    background-position:  center center;
    justify-self: center;
}
#reqtext {
    grid-area: reqtext;
}
#reqtext a, a:visited, a:active {
    color:grey;
    text-decoration: none;
}
#reqtext a:hover {
    color: var(--fsi_yellow);
    text-decoration: underline;
}

.fineprint {
    font-family: 'L5M';
    font-weight: 400;
    font-size:14px;
}
@media screen and (max-width: 1000px)
{
    #title {
        margin-top: 19px;;
    }
    .vapegrid {
        grid-template-columns: 1fr 1fr;
        row-gap: 50px;
    }

    .buysteal .productButton {
        margin-top: -14px;
    }
    #buynow {
        margin-top: -18px;
    }
    #dlformats {
        margin-right: 30px;
    }
    #systemreqs {
        margin-top: 40px;
        margin-bottom: 40px;
        line-height: 17px;
    }
}

@media screen and (max-width: 768px)
{
    .middlecolumn {
        margin-left: 0px;
        margin-right: 0px;
    }
    #titlesplit {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #title {
        display: none;
    }
    #titlesplit {
        display: block;
    }
    #subtitle h2 {
        font-size: 14px;
        text-align: right;
    }
    .vapegrid {
        grid-template-columns: 1fr;
    }
    #currency {
        font-size: 12px;
        margin-left: -7px;
    }
    #reqlogo {
        background-position: top center;
    }
    #systemreqs {
        grid-template-columns: 35% 65%;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 12px;
        column-gap: 10px;
    }
    .reqtext {
        font-size: 12px;
    }
    .fineprint {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px)
{
    .vapegrid {
        row-gap: 50px;
    }

    .middlecolumn {
        margin-left: 10px;
        margin-right: 10px;
    }
    #titlesplit {
        margin-top:20px;
        margin-bottom: 20px;
    }

    .downloads {
        height: 100px;
    }
    .downloads a {
        z-index: 10;
    }
    #cardbg {
        display:block;
        height: 405px;
        z-index: -1;
        background-color: #393939;
    }
    #dlbg {
        display:block;
        height: 105px;
        z-index: 0;
        background-color: #2c2c2c;
    }
    #dlbs {
        display:block;
        height: 80px;
        background-color: #2c2c2c;
        z-index: 0;
    }
    #bulbg {
        display: block;
        background-color: black;
        z-index: 0;
        height: 270px;
    }
    #dlinstaller {
        z-index: 10;
        justify-self: left;
        margin-right: 0px;
        margin-left: 0px;
        margin-top:14px;
    }
    .downloads .productButton {
        margin-top: 17px;
    }
    #dlformats {
        margin-top: 5px;
        margin-right: 0px;
        z-index: 10;
    }
    .buysteal {
        background-color: black;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #currency {
        font-size: 12px;
        margin-left: -7px;
    }
    #buynow {
        justify-self: left;
        margin-top: -7px;
    }
   
    #systemreqs {
        grid-template-columns: 1fr;
        grid-template-areas:
        "reqtext";
    }
    #reqlogo {
        display: none;
    }
    #systemreqs {
        font-size: 14px;
    }
    .reqtext {
        font-size: 14px;
    }
    .fineprint {
        font-size: 14px;
    }
}