.content {
    grid-column: 1/-1;
    font-family: 'L5';
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
    overflow:hidden;
}
.middlecolumn {
    margin-left: 20px;
    margin-right: 20px;
}
@font-face {
    font-family:'L5S';
    src:url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
}
.crimerow {
    margin-top: 20px;
}
.crimerow#welcome {
    background-color: #232323;
}
.crimerow#underpay {
    background-color: var(--fsi_red);
}
.crimerow#why {
    background-color: black;
}
.crimerow#foreal {
    background-color: black;
}
.welcome {
    color:white;
    height: 160px;
    text-align: right;
}

.welcome p:first-child {
    font-size: 36px;
    line-height: 43px;
    margin-top: 10px;
}
.welcome p:last-child {
    font-size: 64px;
    line-height: 77px;
}

.underpay {
    grid-row: 1/2;
    grid-column: 2/3;
    color:white;
    display: grid;
    grid-template-areas: 
    "texttitle texttitle"
    "plea underpaybtn"
    ". ."
    ;
    height: 264px;
    font-size: 30px;
    line-height: 36px;
}
#texttitle {
    grid-area: texttitle;
}
#texttitle>p:first-child {
    margin-top:30px;
    margin-bottom: 10px;
    font-family: 'L5S';
}
.plea {
    grid-area: plea;
    margin-top: 10px;
    width: 620px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'L5M';
    font-weight: 500;
    color:#1D1B21;
}
.plea p:last-of-type {
    margin-top: 5px;
}
.buttonarea {
    grid-area: underpaybtn;
    align-self: end;
    margin-bottom: 10px;
}
.buttonarea p {
    font-family: 'L5M';
    font-size:18px;
    text-align: right;
}
.buttonarea button {
    
    background-color: rgba(252, 193, 32, 1.0);
}
.buttonarea button:hover {
    background-color: rgba(252, 193, 32, 0.85);
}

.crimeeyes { 
    float: right;
    background-image: url("/images/crimehole/crimehole-eyes.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 430px;
    height: 87px;
    margin-top: 5px;
}

#whytext {
    margin-top: 20px;
    margin-right: 20px;
    color: #30B579;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
}

#whytext p:last-child {
    color: rgba(252, 193, 32, 1.0);
    margin-bottom: 20px;
}

#choosecrime {
    margin-left: 20px;
    margin-right: 20px;
    background-color: black;;
    color:white;
}
.reason {
    padding-top: 15px;
    padding-bottom: 15px;
}
.reason p {
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}

.considerunderpay {
    display: grid;
    grid-template-areas:
        "consider butt";
    background-color: #232323;
    color: rgba(252, 193, 32, 1.0);
    width: 100%;
    height: 161px;
    margin-top:0px;
}
.considermessage {
    grid-area: consider;
    margin: 10px 0px 10px 20px;
    width: 540px;
}
.considermessage p:first-child {
    font-size: 18px;
    line-height: 20px;
}

.considerunderpay .buttonarea {
    grid-area: butt;
    margin-right: 40px;
    align-self: start;
}
.considerunderpay .buttonarea p {
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.steal {
    width: 500px;
    margin: 20px auto 0px auto;
}
.fsiSelect select {
    height: 52px;
}
.stealButton {
     width: 210px;
     height: 52px;
     background-color: rgba(252, 193, 32, 1.0);
     color: #232323;
     border-radius: 3px;
     margin: 10px auto 20px auto;
}
.stealButton p {
    color: #232323;
    font-family: 'L5';
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}
.steal > p:last-child {
    color: #F4B41D;
}
#invasivemerchlink {
    
    color: #F4B41D;
}

#hackercontent {
    background-image: url("/images/crimehole/hackerman.png"), url("/images/crimehole/asciicop.png");
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: 50%;
    
    background-blend-mode: hard-light;
}

#hackercontent .reason p {
    max-width: 50%;
}

#merchpromofor1337 {
    width: 100%;
}
#merchpromofor1337 p:first-child {
    font-size: 23px;
    line-height: 28px;
    color: #F4B41D;
}
#merchpromofor1337 p {
    margin-left: 20px;
}
#merchpreview {
    display: grid;
    background-color: rgb(17, 17, 17, 0.8);
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
#merchpreview:hover {
    background-image: url("/images/products/merch/buybuybuy.png");
    background-repeat: repeat;
}
.merchpreview {
    border-width: 20px;
    border-color: #000000aC;
    border-style: solid;
    height: 200px;
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#merchpreview1 {
    background-image: url("/images/products/merch/merch_preview_1.jpg");
}
#merchpreview2 {
    background-image: url("/images/products/merch/merch_preview_2.jpg");
}
#merchpreview3 {
    background-image: url("/images/products/merch/merch_preview_3.jpg");
}
.nopermit {
    margin-top:20px;
    text-align: center;
}
.thanksalot {
    margin: 15px 0px 20px 0px;
    height: auto;
    width: 100%;
}
#summon {
    color: #AD4C4C;
    background-color: #232323;
    padding: 0px; margin: 0px;
}
p#summon {
    padding: 20px;
}
#socialwrap {
    background-color: #232323;
    width: 100%;
    height: 42px;
}
.stealsocial {
    display: grid;
    width: 200px;
    height: 42px;
    grid-template-columns: repeat(4, 55px);
    margin-bottom:10px;
    justify-self: center;
}
.stealsocial div {
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
}
.stealsocial .socialyt {
    background-image: url("/images/icons/social_yt_red.svg");
}
.stealsocial .socialyt:hover {
    background-image: url("/images/icons/social_yt_white.svg");
}
.stealsocial .socialinsta {
    background-image: url("/images/icons/social_insta_red.svg");
}
.stealsocial .socialinsta:hover {
    background-image: url("/images/icons/social_insta_white.svg");
}
.stealsocial .socialtwt {
    background-image: url("/images/icons/social_twt_red.svg");
}
.stealsocial .socialtwt:hover {
    background-image: url("/images/icons/social_twt_white.svg");
}
.stealsocial .socialfb {
    background-image: url("/images/icons/social_fb_red.svg");
}
.stealsocial .socialfb:hover {
    background-image: url("/images/icons/social_fb_white.svg");
}

#ohnocontent {
    display: grid;
    grid-template-columns: 1fr;
}
#ohnowrap {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    justify-self: center;
    justify-content: center;
}
.reason  {
    display: grid;
}
.fullpricenovariant {
    grid-column: 3/4;
}
.fullpricenovariant button {
    background-color: rgba(252, 193, 32, 1.0);
    color: #232323;
    justify-self: left;
}
#price {
    font-size: 30px;
letter-spacing: 1px;
color: #F4B41D;
}

#chaddtocart {
    color: rgb(178, 178, 178); 
}

.pricetext {
    grid-column: 2/3;
    display: block;
    justify-self: left;
    margin-bottom: 20px;
}

#foreal {
    height: 342px;
    margin-top: 20px;
    
}
#forealforeal {
    background-image: url("/images/crimehole/crimeguy.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 20px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'L5M';
    height: 100%;
}
#foreal p {
    color: #B2B2B2;
    max-width: 554px;
}

#foreal p:first-child {
    font-size: 20px;
    line-height: 24px;
    color: #F4B41D;
    margin-top: 20px;
    margin-bottom: 10px;
}

#actualbuybutton {
    width: 210px;
    height: 52px;
}

/* .buttonwithvariantunderpay.variant-selectors {
    float: left;
    width: 82px;
    height: 52px;
} */
@media screen and (max-width: 1000px)
{
    .content {
        grid-column: 2/3;
        grid-row: 4/5;
    }
    .middlecolumn {
        margin-left: 0px;
        margin-right: 0px;
    }
    .welcome {
        height: 137px;
    }
    
    .welcome p:first-child {
        font-size: 30px;
        line-height: 36px;
        margin-top: 10px;
        margin-right:20px;
    }
    .welcome p:last-child {
        font-size: 50px;
        line-height: 60px;
        margin-right:20px;
    }
    
    .underpay {
        margin-left: 20px;
        margin-right: 20px;
        height: 222px;
        font-size: 28px;
        line-height: 34px;
    }
    #texttitle > p:first-child {
        margin-top: 14px;
    }
    .plea {
        font-size: 14px;
        line-height: 17px;
        width: 356px;
    }
    .plea p:last-of-type {
        margin-top: 0px;
    }
    .buttonarea {
        margin-top:7px;
    }
    .underpay {
        row-gap: 15px;
    }
    .underpay>p:first-child {
        margin-top:10px;
    }
    #whytext {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
    }
    #whytext img {
        margin-bottom: 20px;
    }
    #whytext p {
        margin-left: 20px;
    }
    #choosecrime {
        margin-left: 1px;
        margin-right: 2px;
    }
    .crimeeyes {
        width: 732px;
        height: 137px;
        margin-bottom: 20px;
        float: none;
        margin-top: 0px;
    }
    .reason {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .considerunderpay {
        height: 190px;
        margin-top: 0px;
    }
    .considerunderpay .buttonarea p {
        margin-left: 0px;
        margin-top: 3px;
    }
    .considermessage {
        width: 364px;
    }
    #foreal {
        height: 382px;
    }
    #forealforeal {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 17px;
    }
    #forealforeal > p {
        max-width: 440px;
    }
}

@media screen and (max-width: 768px)
{
    #welcome {
        height: 86px;
    }
    .welcome p:first-child {
        margin-top: 20px;
        font-size: 17px;
        line-height: 20px;
    }
    .welcome p:last-child {
        font-size: 30px;
        line-height: 36px;
    }
    .underpay {
        height: 276px;
        font-size: 17px;
        line-height: 20px;
        grid-template-areas: 
        "texttitle"
        "plea"
        "underpaybtn";
    }
    
    .plea {
        width: 356px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 17px;
    }
    .buttonarea {
        margin-top: 0px;
    }
    .buttonarea p:first-of-type {
        margin-bottom: 5px;
    }
    .crimeeyes {
        width: 460px;
        height: 94px;
    }

    #whytext p:last-child {
        font-size: 18px;
    }
    .reason p {
        margin: 5px;
    }
    #hackercontent .reason p {
        max-width: 70%;
    }
    .considerunderpay {
        height: 291px;
        margin-top:0px;
        grid-template-columns: 100%;
        grid-template-areas:
            "consider"
            "butt";
    }
    .considermessage {
        width: 100%;
        margin-left: 10px;
    }
    .considerunderpay > .buttonarea {
        margin-top: 0px;
        margin-left: 10px;
        justify-self: center;
    }
    .steal {
        width: 400px;
        margin: 20px auto 0px auto;
    }
    #merchpromofor1337 p:first-child {
        font-size: 17px;
        line-height: 20px;
        margin-left: 10px;
    }
    #merchpromofor1337 p {
        margin-left: 10px;
    }
    .merchpreview {
        border-width: 10px;
        height: 100px;
        width: 100px;
    }
    #foreal {
        height: 426px;
    }
    #forealforeal {
        background-position: bottom;
    }
    #forealforeal > p {
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px)
{
    #welcome {
        height: 74px;
    }
    .welcome p:first-child {
        font-size: 13px;
        line-height: 16px;
        margin-right: 10px;
    }
    .welcome p:last-child {
        font-size: 21px;
        line-height: 25px;
        margin-right: 10px
    }
    .underpay {
        height: 276px;
        font-size: 17px;
        line-height: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .underpay p {
        margin-left: 10px;
    }
    .underpay p:first-of-type {
        font-size: 15px;
    }
    .underpay .variant-selectors {
        margin-left: 8px;
        margin-bottom: 10px;
    }
    #texttitle > p:first-child {
        margin-bottom: 0px;
    }
    .plea {
        
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }
    .buttonarea {
        margin-right:20px;
        margin-left: 0px;
    }
    .crimeeyes {
        width: 320px;
        height: 73px;
    }
    .reason p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .considerunderpay {
        height: 286px;
        grid-template-columns: 100%;
        margin-top: 0px;
        grid-template-areas:
            "consider"
            "butt";
    }
    .considerunderpay > .buttonarea {
        margin-right: 18px;
        margin-bottom: 0px;
    }
    .considermessage {
        margin-left: 0px;
    }
    #whytext {
        font-size: 13px;
        line-height: 16px;
    }
    
    #whytext p:last-child {
        font-size: 13px;
    }
    .reason p {
        font-size: 13px;
        line-height: 16px;
    }
    #merchpromofor1337 p:first-child {
        font-size: 17px;
        line-height: 20px;
        margin-left: 10px;
    }
    #merchpromofor1337 p {
        margin-left: 10px;
    }
    .merchpreview {
        border-width: 10px;
        height: 100px;
        width: 100px;
    }
    #foreal {
        height: auto;
    }
    #forealforeal {
        background-position: bottom;
        margin-left: 10px;
        padding-bottom: 20px;
    }
    #forealforeal > p {
        margin-right: 10px;
        margin-left: 0px;
    }

    .steal {
        width: 320px;
    }
    #hackercontent .reason p {
        max-width: 90%;
    }
    #merchpromofor1337 p:first-child {
        font-size: 14px;
        line-height: 19px;
    }
    #merchpreview {
        grid-template-columns: 1fr 1fr;
    }
    #merchpreview3 {
        display: none;
    }
    #chaddtocart {
        font-size: 12px
    }
    #actualbuybutton {
        width: 120px;
        height: 52px;
    }
}