
section#topfeature {
    padding-bottom: 2em;
    z-index: 2;
}
body.en #topfeature h1 {
    max-width: 18ch;
}

body.zh-tw #topfeature h1 {
    max-width: 13ch;
}

body.de #topfeature h1 {
    max-width: 17ch;
}

#steamdeck_actionshot_01
{
	background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/steamdeck_actionshot_01.jpg');
}

section#benchmarks h2 {
    margin-bottom: 1.2em;
}
section.inverted#benchmarks h5 {
    color: ;
    margin-bottom: 0.3em;
}
section.inverted#benchmarks h6 {
    font-weight: 300;
}
section.inverted#skus h5 {
    color: ;
    margin-bottom: 0.1em;
}

@media screen and ( max-width: 700px) {
    .gridrow.carouselcontainer {
        display: block;
    }
}

#pillars h1 {
    margin-bottom: 0.1em;
    color: #B8BCBF;
    transition-property: color;
    transition-duration: 0.2s;
}
#pillars p {
    color: #B8BCBF;
}
#pillars .pillar:hover:not(.selected) {
    cursor: pointer;
}
#pillars .pillar:hover:not(.selected) h1 {
    color: #67707B;
}
#pillars .pillar:hover:not(.selected) p {
    color: #67707B;
}
#pillars .selected h1 {
    color: #1A9FFF;
}
#pillars .selected p {
    color: #1B1B1B;
}
#pillars h4 {
    line-height: 1.2em;
    font-weight: 800;
}
#pillars h6 {
    margin-bottom: 1.2em;
    padding-right: 8em;
}

#pillars .flickity-viewport {
    min-height: 28em;
}
#pillars video.hardware_feature_video {
    height: 25em;
}

@media screen and ( max-width: 700px) {
    #pillars button {
        margin-top: 2em;
    }
    #pillars .button-container {
        padding-left: 3.6458333333333vw; 
        padding-right: 3.6458333333333vw; 
    }    
}

@media screen and ( min-width: 701px ) {
    #pillars .pillar {
        margin-top: 2.5em;
    }
    #pillars .flickity-viewport {
        min-height: 25em;
    }
    #pillars video#hardware_feature_video {
        height: 25em;
    }
    
    
}


#yourlibrary h2 {
    margin-bottom: 1em;
}
#yourlibrary_steamlogo {
    width: 18em;
    margin-left: 0;
}
#yourlibrary .copy {
    margin-top: 2em;
}

@media screen and ( max-width: 700px ) {
    section#yourlibrary.heroimage {
        height: auto;
        text-align: center;
    }
    #yourlibrary .right {
        text-align: center;
    }
    #yourlibrary #yourlibrary_steamlogo {
        max-width: 10em;
        margin-top: 8em;
        margin-bottom: 2em;
    }
    #yourlibrary h2 br {
        display: block;
    }
    #yourlibrary h2 {
        margin-bottom: 2em;
    }
    #pillars p {
        color: #1E2834;
    }
}

#easyas .row {
    display: flex;
    justify-content: space-between;
}
#easyas .row.head {
    align-items: flex-end;
}
#easyas .row.head div {
    padding-left: 1em;
    padding-right: 1em;
}
#easyas .row.head h3 {
    margin-bottom: 0;
    color: #8B929A;
}
#easyas .row div {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
#easyas .row img {
    width: 100%;
}

#experience video {
    margin-bottom: 1em;
    margin-top: 0em;
}

@media screen and ( max-width: 700px ) {
    #experience .featureimage {
        margin-top: 0;
        margin-bottom: 3em;
    }
    #experience h6 {
        margin-bottom: 1.5em;
    }
}

#skus .head {
    margin-bottom: 1em;
}
#skus .head h3 {
    display: inline;
    font-size: 2.4em;
}
#skus .stats {
    margin-left: 0.2em;
    color: #000000;
}
#skus ul {
    padding-left: 1.2em;
    line-height: 1.4em;
}
#skus_image {
    /*margin-top: 3em;*/
}
#skus_intro {
    margin-bottom: 1.6em;
}
#skus.inverted h4 {
    color: #1B1B1B;
}
#skus .content.gridrow:last-child {
    margin-top: 4em;
}
#skus .shipdate h3 {
    margin-top: 0.2em;
    margin-bottom: 0;
}

#skus .legal {
    font-size: 0.7em;
    font-style: italic;
    opacity: 0.5;
    margin-bottom: 1em;
    margin-top: 2em;
}

@media screen and ( max-width: 700px ) {
    #skus_details > div {
        margin-bottom: 2.5em;
    }
    #skus button {
        width: 100%;
        margin-top: 2em;
    }
    #skus .head {
        display: flex;
        justify-content: flex-start;
		flex-direction: column;
    }
    #skus .head h3.stats {
        flex-grow: 1;
        /*text-align: right;*/
    }
    #skus ul {
        /*font-size: 1.3em;*/
        padding-left: 1.5em;
        margin-bottom: 0.8em;
    }
}
#shipstrip {
    padding-bottom: 88;
}
#shipstrip h4 {
    margin-bottom: 0;
    font-weight: 300;
}

#tech-overview .gridrow {
    margin-bottom: 2em;
}