.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;
}
.fsipdpurplebg {
    background-color: #917087;
}
@font-face {
    font-family:'L5S';
    src:url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
}
.pitch {
    align-self: center;
    display: grid;
    grid-template-columns: auto 340px;
    grid-template-areas: 
    "ui bullets"
    "ui downloads"
    "ui buysteal";
    margin-bottom: 20px;
}
#pitchbox {
    background-color: #1D1B21;
}
#titlebg {
    background-color: #48DBAC;
}
#title {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}
#title img {
    display: block;
}
#titlesplit {
    display: none;
}
.flavor {
    grid-area: flavor;
    width: 100%;
    margin: 20px 0px 20px 0px;
}
#smallflavor {
    width: 100%;
    margin-top: 20px;
    display: none;
}
.uipreview {
    grid-area: ui;
    background-color: black;
    background-image: url("/images/products/pocketdimension/ui.jpg");
    background-repeat: no-repeat;
    
    background-size: contain;
    width: 620px;
    height: 463px;
}

.uipreview > video {
    margin-left: 45px;
    margin-top: 18px;
    border-radius: 2px;
    width: 359px;
    height: 359px;
}

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


.bullets {
    grid-area: bullets;
    color: white;
    background-color: black;
    font-family: 'L5R';
}
.bullets p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-left: 20px;;
    margin-right: 5px;;
}
.bullets p:first-of-type {
    margin-top: 20px;
    margin-bottom: 7px;
    font-family: 'L5';
    font-size: 23px;
    line-height: 28px;
}
.downloads {
    grid-area: downloads;
    display: grid;
    grid-template-columns: 120px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    background-color: #4D4D4D;
}
.buysteal {
    grid-area: buysteal;
    display: grid;
    grid-template-columns: 120px auto auto;
    font-family: 'L5S';
    line-height: 20px;
    font-size: 14px;
    height: 113px;
    align-items: center;
}

#dlinstaller {
    justify-self: center;
    margin-top: 18px;
}
#dlbg {
    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: black;
    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: rgb(43, 43, 43);
}
.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;
}
.videohighlights {
    font-family: 'L5';
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    color: black;
    margin-top: 34px;
}
.videogrid {
    background-color: #1D1B21;
    font-family: 'L5';
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    color: white;
    margin-top: 40px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
}

#vidgridtitle {
    grid-column: 1/-1;
}



.highlight {
    width: 960px;
    height: 540px;
    margin-top:5px;
    margin-bottom: 20px;
}
.highlight:last-child {
    margin-bottom: 20px;
}
.vid {
    margin-top: 20px;
    width: 470px;
    height: 264px;
}
#vgp2, #vgp4 {
    justify-self: right;
}

#dysfunction {
    margin-top:0px;
}
#dysfunction p:first-child {
    grid-column: 2/3;
    color: white;
    font-family: 'L5';
    font-size: 57px;
    line-height: 62px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 12px;
}


.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;
}
.featurelist {
    background-color: #393939;
}
.feature {
    grid-column: 2/3;
    grid-row:1/2;
    margin-bottom: 20px;
    color: #393939;
    font-family: 'L5R';
    font-size: 20px;
    line-height: 24px;
}
.feature p:first-child {
    font-family: 'L5';
    margin: 155px 0px 20px 0px;
    font-size: 30px;
    line-height: 30px;
}
#halo {
    background-image: url("/images/products/pocketdimension/feature1_bg.svg");
    background-position: 0px 0px;
}
#nutrient {
    background-image: url("/images/products/pocketdimension/feature2_bg.svg");
    background-position: 0px 0px;
}
#operate {

    background-image: url("/images/products/pocketdimension/feature3_bg.svg");
    background-position: 0px 0px;
}
#worm {
    background-image: url("/images/products/pocketdimension/feature4_bg.svg");
    background-position: 0px 0px;
}


#thisotherredbar {
    height: 20px;
    background-color: #c5383b;
    grid-column: 1/-1;
}
#formation {
    background-color: transparent;
}

#formationtitle{
    text-align: center;
    color: rgb(87, 82, 108);
    font-family: 'L5';
    font-size: 57px;
    font-weight: 700;
    line-height: 79px;
    margin-top:20px;
}

#eye {
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    margin-top: 20px;
    background-color: var(--fsi_pdgreen);
    background-image: url("/images/products/pocketdimension/brand.svg");
    /* filter: grayscale(100%); */
    transform: scaleY(-1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 966px;
    height: 1006px;
    margin-left:0px;
    margin-right: 0px;
}

.userquote {
    color: white;
    font-family: 'L5R';
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
}

.userquote p:first-child {
    margin: 30px 0px 0px 0px;
}

.userquoteicon {
    float: right;
    border-color: white;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    width: 50px;
    height: 50px;
    margin: 20px 20px 30px 0px;
    background-position: center center;
}
#quoteone {
    margin-top: 20px;
    background-color: #393939;
}
#quoteoneicon {
    background-image: url("/images/products/pocketdimension/user_quote_icon_2.jpg");
    background-size: contain;
}
#quotetwo {
    margin-top: 20px;
    background-color: #393939;
}
#quotetwoicon {
    background-image: url("/images/products/pocketdimension/user_quote_icon_1.jpg");
    background-size: contain;
}
.reviewerchump {
    float: right;
    font-size: 35px;
    line-height: 42px;
    margin: 30px 30px 20px 0px;
}

#topbar {
    
    background-color: #E0C75E;
    height: 20px;
    margin-bottom: 20px;
}
.pdyellowbar {
        
    background-color: #E0C75E;
    height: 20px;
}
.pdgreenbar {
        
    background-color: var(--fsi_pdgreen);
    height: 20px;
}
#sigilbar {
    
  display: grid;
  height: 140px;
  width: 100%;
  background-image: url("/images/products/pocketdimension/sigilbar.svg");
  background-size: auto 100%;
  background-position: center center;
}
#afterquotes {
    grid-column: 1/-1;
    background-color: #393939;
    height: 40px;
}

#afterquotes2 {
    grid-column: 1/-1;
    height:20px;
}
#afterquotes3 {
    grid-column: 1/-1;
    height:400px;
    background-color: #282828;
    background-image: url("/images/products/pocketdimension/worms.svg");
}
#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:white;
    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;;
    }
    .flavor {
        margin-top: 22px;
        margin-bottom: 18px;
    }
    .pitch {
        grid-template-columns: 356px 356px;
        grid-template-areas: 
        "downloads  buysteal"
        "ui  ui"
        "bullets  bullets";
        margin-bottom: 20px;
    }
    .downloads {
        margin-left: 10px;
    }
    .uipreview {
        background-position: right;
    }
    .uipreview {
        margin-left: 10px;
        margin-right: 10px;
        width: 691px;
        height: 516px;
    }
    
    .uipreview > video {
        margin-left: 50px;
        margin-top: 20px;
        width: 400px;
        height: 400px;
    }
    .buysteal {
        height: 100%;
        margin-right: 10px;
    }
    .buysteal .productButton {
        margin-top: -14px;
    }
    #buynow {
        margin-top: -18px;
    }
    #dlformats {
        margin-right: 30px;
    }
    .bullets {
        margin-left: 10px;
        margin-right: 10px;
    }
    .bullets p:first-of-type {
        margin-top: 16px;
    }
    .bullets p {
        margin-right: 30px;
    }
    #sigilbar {
        height: 100px;
    }
    .highlight {
        width: 712px;
        height: 401px;
    }
    .vid {
        margin-top: 10px;
        width: 351px;
        height: 197px;
    }
    .videogrid {
        
        column-gap: 10px;
    }
    .fe {
        grid-template-rows: 215px;
    }

    #dysfunction p:first-child {
        font-size: 40px;
        line-height: 48px;
        margin-left: 10px;
    }
    .feature p:first-child {
        margin: 90px 0px 20px 0px;
    }

    
    .userquote {
        font-size: 40px;
        line-height: 48px;
    }

    #systemreqs {
        margin-top: 40px;
        margin-bottom: 40px;
        line-height: 17px;
    }
    #eye {
        background-size: 716px;
        height: 756px;
    }
}

@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;
    }
    .flavor {
        margin-top:30px;
        margin-bottom: 7px;
    }
    .pitch {
        grid-template-columns: 1fr;
        grid-template-areas: 
        "flavor"
        "ui"
        "downloads"
        "buysteal"
        "bullets";
        margin-bottom: 0px;
    }
    .bullets {
        margin-left: 0px;
        margin-right: 0px;
    }
    .bullets p:first-child{
        margin-top: 30px;
        font-size: 28px;
        line-height: 34px;
    }
    .bullets p:first-of-type {
        font-size: 27.75px;
        margin-top: 27px;
    }
    .bullets p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .uipreview {
        background-size: contain;
        width: 100%;
        height: 344px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .uipreview > video {
        margin-left: 33px;
        margin-top: 13px;
        width: 267px;
        height: 267px;
    }
    .downloads {
        margin-left: 0px;
        margin-right: 0px;
        grid-template-columns: 180px 110px auto;
    }
    #dlinstaller {
        justify-self: right;
        margin-right: 20px;
    }
    #dlformats {
        margin-right: 80px;
    }
    .buysteal {
        margin-right: 0px;
        padding-top: 20px;
        grid-template-columns: 180px 110px auto;
        height: 75px;
    }
    .buysteal .productButton {
        margin-top: 0px;
    }
    #buynow {
        justify-self: right;
        align-self: center;
        
        margin-top: 0px;
        margin-right: 10px;
    }
    
    #sigilbar {
        height: 80px;
    }
    .videohighlights {
        margin-top: 20px;
    }
    .highlight {
        width: 460px;
        height: 259px;
        margin-bottom: 14px;
    }
    .vid {
        margin-top: 10px;
        width: 225px;
        height: 127px;
    }
    .videogrid {
        margin-top: 30px;
    }
    #vidgridtitle {
        justify-self: right;
        max-width: 330px;
    }
    #dysfunction p:first-child {
        font-size: 30px;
        line-height: 36px;
        margin-left: 0px;
    }
    .fe {
        grid-template-rows: 162px;
    }
    .feature p:first-child {
        font-size: 25px;
        line-height: 30px;
        margin: 65px 0px 10px 0px;
    }
    .feature p {
        font-size: 15px;
        line-height: 18px;
    }

    .userquote {
        font-size: 25px;
        line-height: 30px;
    }
    .reviewerchump {
        font-size: 21px;
        line-height: 30px;
    }
    #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;
    }
    #eye {
        background-size: 463px;
        height: 503px;
    }
}

@media screen and (max-width: 480px)
{
    
    .flashingbg {
        animation-duration: 700ms;
    }
    .middlecolumn {
        margin-left: 10px;
        margin-right: 10px;
    }
    #titlesplit {
        margin-top:20px;
        margin-bottom: 20px;
    }
    .flavor {
        display: none;
        grid-area: flavor;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    #smallflavor {
        display: block;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    #smallflavor img {
        width: 300px;
        height: 13px;
    }
    .pitch {
        padding-top: 0px;
    }
    .bullets p:first-child{
        margin-top: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    .bullets p:first-of-type {
        font-size: 22px;
        margin-top: 16px;
    }
    .bullets p {
        position: relative;
        width: 100%;
        margin-left: 0px;
        margin-right: auto;
        z-index: 10;
        font-size: 13.5px;
    }
    .uipreview {
        background-size: contain;
        width: 300px;
        height: 224px;
    }
    .uipreview > video {
        margin-left: 22px;
        margin-top: 9px;
        width: 174px;
        height: 173px;
    }
    .downloads {
        grid-template-columns: auto 110px 90px;
        height: 105px;
    }
    .downloads a {
        z-index: 10;
    }
    #dlbg {
        display:block;
        height: 105px;
        z-index: 0;
        background-color: #393939;
    }
    #dlbs {
        display:block;
        height: 105px;
        background-color: #1d1b21;
        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 {
        height: 105px;
        background-color: black;
        padding-top: 0px;
        grid-template-columns: auto 110px 90px;
    }
    #currency {
        font-size: 12px;
        margin-left: -7px;
    }
    #buynow {
        justify-self: left;
        margin-top: -7px;
    }




    .highlight {
        margin-bottom: 10px;
    }
    .videohighlights {
        font-size: 20px;
        line-height: 20px;
        justify-self: center;
        margin-top:20px;
    }
    .highlight {
        width: 300px;
        height: 169px;
    }
    .videogrid {
        display: none;
    }
    #dysfunction {
        margin-top: 0px;
    }
    #dysfunction p:first-child {
        font-size: 20px;
        line-height: 32px;
        margin-left: 10px;
    }
    .fe {
        grid-template-rows: 103px;
    }
    .feature p:first-child {
        font-size: 18px;
        line-height: 22px;
        margin: 35px 0px 5px 0px;
    }
    .feature p {
        font-size: 13px;
        line-height: 16px;
    }

   
    .userquote {
        font-size: 20px;
        line-height: 25px;
    }
    .userquote p:first-child {
        margin-top: 20px;
    }
    .userquoteicon {
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .reviewerchump {
        font-size: 20px;
        line-height: 24px;
        margin-right: 0px;
        width: 165px;
    }
    #quoteone .reviewerchump {
        width: 100px;
    }
    .reviewerchump {
        text-align: right;
    }
    #systemreqs {
        grid-template-columns: 1fr;
        grid-template-areas:
        "reqtext";
    }
    #reqlogo {
        display: none;
    }
    #systemreqs {
        font-size: 14px;
    }
    .reqtext {
        font-size: 14px;
    }
    .fineprint {
        font-size: 14px;
    }
    #eye {
        background-size: 302px;
        height: 342px;
    }
}