nav{
    
   font-family: "-apple-system", "BlinkMacSystemFont"; 
}

a{
    text-decoration: none;
    color: #343434;
    }

a:visited{
    color:#343434;
}

article > * {
    min-width: 0;
}

article > h1 {
    font-family: "-apple-system", "BlinkMacSystemFont"; 
    font-weight:900;
    font-size: 8em;
}


h2 {
    font-family: "-apple-system", "BlinkMacSystemFont"; 
    font-weight:100;
    font-size: 1em;
}
.titlespacer{
    margin-bottom: 2px;
    
}


#productshowcase1{
    display:flex;
    overflow-x: scroll;
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
    margin-bottom: 10em;
}

#productshowcase1 img{ width: 3503px; height: auto;}

.netfliximagespacer{
    margin-left: 8.9%
    
}


#productshowcase1::-webkit-scrollbar {
    height: 3em;
}
 
#productshowcase1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
 
#productshowcase1::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
    border-radius: 1000px;
}







article > p {    
   
    font-family: "-apple-system", "BlinkMacSystemFont"; 
    letter-spacing: .01rem;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    color: rgba(0,0,0,.84);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px
}

article > .aside {
    font-family: Lucida Grande;
    margin: 20px 20px;
    color: #666;
    font-size: 0.8em;
}



ul{
    
   font-family: "-apple-system", "BlinkMacSystemFont"; 
        font-size: 1.03em;
    font-style: thin;
     font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 2em;
    margin-top: -10
}



img {
    width: 100%;
}

.line-numbers a {
    text-decoration: none;
    color: #000;
    padding-right: 1em;
}

code {
    background: #eee;
    padding: 2px 5px;
}

pre {
    background: #eee;
    padding: 10px 15px;
    overflow: auto;
}

pre > code {
    padding: 0;
}

figure {
    margin: 0;
}

figure figcaption {
    color: #666;
    font-style: italic;
    font-size: 0.8em;
}

/**
.showcasecontent{
    display: block;
    position: relative;
    margin-top: 3em;
    font-size: 5em;
     font-family: "-apple-system", "BlinkMacSystemFont"; 
    letter-spacing: .01rem;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    
}
**/

