/*=================================
===================================
CSS for Showcase font website
Website: N/A
Author: Sara Misak
Date: September 2020
License: GNU Public License
----------------------
Table of contents
----------------------
1. 0 General Styles
2. 0 Font Styles
3. 0 Main Navigation
4. 0 Content Styles
5. 0 Grid

===================================
==================================*/
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
  list-style-type:none;
}

html, body {
  width: 100%;
  height: 100%;
}


h1, h2, h3, p, ul, li, pre, div{
			font-family: urw-din, sans-serif;
			font-weight: 400;
			font-size: 13px
			font-style: normal;

}
#usest1 {
  color: #6B6CA3;
  line-height: 2;
  line-height: 2;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  text-align: left;
}
#usest2 {
  color: #6B6CA3;
  line-height: 2;
  color: #6B6CA3;
  line-height: 2;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  text-align: left;
}
#histt {
  color: #6B6CA3;
  line-height: 2;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  text-align: left;
}
#reft1 {
  color: #6B6CA3;
  margin-top: 0px;
}
#reft2 {
  color: #6B6CA3;
  margin-top: 100px;
}
#reft3 {
  color: #6B6CA3;
  margin-top: 200px;
}
.topbutton{
  color: white;
}
h1{
  color: black;
  font-family: urw-din, sans-serif;
  font-size: 450px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#letter1 {
font-weight: 400;
}
#letter2 {
  color: white;
  font-weight: 400;
}
#letter3 {
  color: white;
  font-weight: 400;
}
h2{
  color: black;
  font-family: urw-din, sans-serif;
  font-size: 75px;
  font-weight: 400;
  font-style: normal;
}
h2 .history-color {
  background-color: black;
  color: #6B6CA3;
}
#backt {
  line-height: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}
#Background {
  margin-top: 45px;
}
#History {
  margin-top: 45px;
  color: #6B6CA3;
  z-index: 200;
}
#Characters {
  margin-top: 45px;
  color: black;
}
#uses {
  margin-top: 45px;
  color: #6B6CA3;
}
#Gsignage {
  color: white;
}
#musage {
  color: white;
}
#Anatomy {
  margin-top: 45px;
}
#References{
  margin-top: 45px;
  text-align: center;
  color: #6B6CA3;
}
h3{
  color: white;
  font-family: urw-din, sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
#style1{
  font-family: urw-din, sans-serif;
  font-weight: 100;
  font-style: normal;
}
#style2{
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#style3{
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#style4{
  font-family: urw-din-condensed, sans-serif;
  font-weight: 100;
  font-style: italic;
}
#style5{
  font-family: urw-din-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
}
#style6{
  font-family: urw-din-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
}
#style7{
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#style8{
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#style9{
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

#main-nav {
  color: white;
  font-family: urw-din, sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}

/* =======================
==========================
main navigation styling
==========================
=========================*/

* {
  padding:0;
  margin:0;
  box-sizing:border-box;
}
#main-nav {
  position:absolute;
  z-index: 9999;
  width: 200px;
  height: 300px;
  top: 180px;
  right: 150px;
  bottom: 200px;
}
#main-nav li {
  margin-top:100px;
  /* center align <a> to <li> */
  text-align: right; 
  /* remove bullet point from <li> */
  list-style-type: none;
}
a {
text-decoration: none;
}
#main-nav a {
  /* aligns the <a> to center of the parent element */
  margin:0 auto;
  /* display the <a> with specific height and width */
  display: block;
  width:150px;
  height:5px;
  /* vertically aligns text in button. line-height must be same as the button height */
  line-height:20px;
  /* remove underline */
  text-decoration: none; 
  color:white;
}
#main-nav a:hover {
  color: white;
  text-decoration: underline;
}
/* change style of <a> click */
#main-nav a:active {
  color: white;
}

/* change style of div. not needed for the menu.*/
.container {
  width:100%;
  height: 100vh;
}



/* =======================
==========================
Begin Grid styling
==========================
=========================*/


/* =======================
 Container Styles for
 Background-color 
======================= */


.title-container {
  background-color:#6B6CA3;
  padding: 50px 0 50px 0;
}

.background-container {
  background-color: white;
  padding:50px 0 50px 0;
}
.history-container {
  background-color:black;
  padding:50px 0 50px 0;
}

.character-container {
  background-color:white;
  padding:50px 0 50px 0;
}

.anatomy-container {
  background-color:#6B6CA3;
  padding:50px 0 50px 0;
}
.uses-container {
  background-color:black;
  padding:50px 0 50px 0;
}
.references-container {
  background-color:white;
  padding:50px 0 50px 0;
}
.bottom-container {
width: 100%;
background-color: #6B6CA3;
margin: 50px auto;
height: 200px;
text-align: center;
line-height: 200px;
z-index: 200;
}

/* =======================
 Styles for 
 .grid-container +
 .grid-items
======================= */

.grid-container {
/*  border: 5px solid black; */
  max-width:1100px;
  margin:0 auto;
  padding:10px;
  display: grid;
  grid-gap:5px 5px;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 200px;
}
.grid-item {
 /* border: 1px solid black; */
  grid-column: span 1;
  overflow:hidden;
}
.bheader {
  background-color: #6B6CA3;
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
  text-align: center;
  z-index: 200;
}
.bb {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: span 4;
  overflow: visible;
  z-index: 100;
  
}
.btext {
  color: #6B6CA3;
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: span 3;
  overflow: hidden;
  z-index: 200;
}
#letter1{
  line-height: 60%;
}
.theader {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: span 4;
  overflow: visible;
}
.tstyles1 {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 5;
  grid-row-end: span 1;
  overflow: hidden;
}
.tstyles2 {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 6;
  grid-row-end: span 1;
  overflow: visible;
  margin-top: 50px;
}
.tstyles3 {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 7;
  grid-row-end: span 2;
  overflow: visible;
  margin-top: 100px;
}
.hheader {
  background-color: white;
  border: 1px solid white;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
  text-align: center;
  z-index: 200;
}
.hh {
 /* border: 1px solid white; */
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: span 4;
  overflow: visible;
  z-index: 100;
}
#letter2 {
  line-height: 60%;
  text-align: left;
  margin-left: -60px;
}
.htext {
  background-color: white;
  border: 1px solid white;
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: span 5;
  overflow: hidden;
  z-index: 200;
}
.aheader {
  background-color: white;
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
  text-align: center;
  z-index: 200;
}
.aa {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: span 4;
  overflow: visible;
  z-index: 100;
}
#letter3 {
  text-align: right;
  line-height: 18%;
}
.ashowcase {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: visible;
  line-height: 30%;
  z-index: 200;
}
.adiagram {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 4;
  grid-row-end: span 2;
  overflow: hidden;
  z-index: 200;
}
.cheader {
  background-color: #6B6CA3;
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
  text-align: center;
}
.cgrid {
  grid-column-start: 1;
  grid-column-end: span 4;
  grid-row-start: 3;
  grid-row-end: span 3;
  overflow: hidden;
  background-image: url('glyphs.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.uheader {
  background-color: white;
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
}
.utext1 {
  background-color: white;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: span 2;
  overflow: hidden;
}
.utext2 {
  background-color: white;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 4;
  grid-row-end: span 4;
  overflow: hidden;
}
.uagraphic {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 5;
  overflow: hidden;
  background-image: url('falling_anatomy_graphic.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.gsignage {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 8;
  grid-row-end: span 1;
  overflow: hidden;
}
.uimg1 {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 9;
  grid-row-end: span 1;
  overflow: hidden;
  background-image: url('wildwut.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.uimg2 {
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 9;
  grid-row-end: span 2;
  overflow: hidden;
  background-image: url('2011germansign.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#img2 {
  text-align: center;
  margin-left: -70px;
  line-height: 20%;
}
.uimg3 {
  grid-column-start: 5;
  grid-column-end: span 1;
  grid-row-start: 9;
  grid-row-end: span 2;
  overflow: visible;
  background-image: url('Germansign2008.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#img3 {
  text-align: left;
  margin-left: -60px;
}
.musage {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 11;
  grid-row-end: span 1;
  overflow: hidden;
}
.uimg4 {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 12;
  grid-row-end: span 1;
  overflow: hidden;
  background-image: url('CTRL_wordmark.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.uimg5 {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 13;
  grid-row-end: span 1;
  overflow: hidden;
  margin-top: 50px;
  background-image: url('Forever_21_logo_black.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.uimg6 {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 12;
  grid-row-end: span 2;
  overflow: hidden;
  background-image: url('1280px-The_DirecTV_logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.rheader {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  overflow: hidden;
  background-color: black;
  z-index: 200;
}
.rr {
  grid-column-start: 1;
  grid-column-end: span 5;
  grid-row-start: 1;
  grid-row-end: span 3;
  overflow: visible;
  margin-left: -60px;
  z-index: 100;
}
#letter5 {
  text-align: left;
  line-height: 30%;
  font-weight: 400;
}
.rtext1 {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 1;
  overflow: hidden;
  z-index: 200;
}
.rtext2 {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 1;
  overflow: hidden;
  z-index: 200;
}
.rtext3 {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 1;
  overflow: visible;
  z-index: 200;
}

/* =======================
 Responsive Layouts
======================= */


/* =======================
==========================
Begin styling for tablet
==========================
=========================*/

@media only screen and (max-width: 768px) {
  .title-container > .background-container,
  .history-container > .anatomy-container,
  .character-container > .uses-container,
  .references-container > .bottom-container

    {
      grid-template-columns: repeat(4, 1fr);
    }
    .grid-container {
     margin: 0px;
     max-width: 768px;
     padding: 0px;
     display: grid;
     grid-gap:5px 5px;
     grid-template-columns: repeat(4, 1fr);
     grid-auto-rows: minmax(167px, auto);
     margin-left: 10px;
     margin-right: 10px;
   }
#main-nav {
  width: 100px;
  height: 250px;
  top: 40px;
  right: 40px;
  bottom: 200px;
}
#main-nav li {
  margin-top:40px;
  text-align: right; 
}
#main-nav a {
  /* aligns the <a> to center of the parent element */
  margin:0 auto;
  /* display the <a> with specific height and width */
  width:100px;
  height:5px;
  /* vertically aligns text in button. line-height must be same as the button height */
  line-height:15px;
}

/* =======================
     Fonts for @media 768px
    ======================= */
    h1 {
      font-size: 400px;
    }

    h2 {
      font-size: 60px;
    }
    h3 {
      font-size: 50px;
     
    }
    p {
      font-size: 15px;
    }

   /* =======================
     Coordinates for 
     Title Grid Elements @media 768px
    ======================= */

    .title-container .theader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: span 5;
      overflow: visible;
    }

    .title-container .tstyles1 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 4;
      grid-row-end: 5;
      overflow: visible;
    }
    .title-container .tstyles2 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 5;
      grid-row-end: 6;
      overflow: visible;
    }
    .title-container .tstyles3 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 6;
      grid-row-end: 8;
      overflow: visible;
    }
    #main-nav {
      font-size: 20px;
    }
      /* =======================
     Coordinates for 
     Background Grid Elements @768px 
    ======================= */

    .background-container .bheader {
      grid-column-start: 1;
      grid-column-end: span 2;
      grid-row-start: 1;
      grid-row-end: span 1;
      overflow: hidden;
      z-index: 200;
    }
    .background-container .bb {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: 6;
      overflow: hidden;
      z-index: 100;
    }
    .background-container .btext {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 3;
      grid-row-end: 6;
      overflow: hidden;
      z-index: 200;
    }
      /* =======================
     Coordinates for 
     History Grid Elements @768px 
    ======================= */

    .history-container .hheader {
      font-size: 50px;
      font-weight: 400;
      grid-column-start: 2;
      grid-column-end: span 3;
      grid-row-start: 1;
      grid-row-end: 1;
      overflow: hidden;
      z-index: 200;
    }
    .history-container .hh {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 3;
      grid-row-end: 6;
      overflow: visible;
      z-index: 100;
    }
    .history-container .htext {
      background-color: white;
      font-size: 15px;
      grid-column-start: 2;
      grid-column-end: span 3;
      grid-row-start: 2;
      grid-row-end: 7;
      overflow: visible;
      z-index: 200;
    }

    /* =======================
     Coordinates for 
     Anatomy Grid Elements @768px 
    ======================= */
    .anatomy-container .aheader {
      font-size: 50px;
      background-color: white;
      grid-column-start: 3;
      grid-column-end: span 3;
      grid-row-start: 1;
      grid-row-end: 1;
      overflow: visible;
      z-index: 200;
    }

    .anatomy-container .aa {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 3;
      grid-row-end: 5;
      overflow: visible;
      z-index: 100;
    }
    .anatomy-container .ashowcase {
      grid-column-start: 1;
      grid-column-end: span 2;
      grid-row-start: 3;
      grid-row-end: 2;
      overflow: visible;
      z-index: 200;
    }
    .anatomy-container .adiagram {
      grid-column-start: 1;
      grid-column-end: span 6;
      grid-row-start: 5;
      grid-row-end: 6;
      overflow: visible;
      z-index: 200;
    }

      /* =======================
     Coordinates for 
     Character Grid Elements @768px 
    ======================= */

    .character-container .cheader {
      font-size: 50px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 1;
      grid-row-end: span 1;
      overflow: visible;
      z-index: 200;
    }
    .character-container .cgrid {
      font-size: 50px;
      font-weight: 400;
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 4;
      grid-row-end: span 3;
      overflow: hidden;
      z-index: 200;
    }
      /* =======================
     Coordinates for 
     Uses Grid Elements @768px 
    ======================= */

    .uses-container .uheader {
      grid-column-start: 2;
      grid-column-end: span 3;
      grid-row-start: 1;
      grid-row-end: span 1;
      overflow: hidden;
      text-align: center;
      z-index: 200;
    }
    .uses-container .utext1 {
      font-size: 15px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 2;
      grid-row-end: 4;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .utext2 {
      font-size: 15px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 4;
      grid-row-end: 7;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uagraphic {
      grid-column-start: 3;
      grid-column-end: span 3;
      grid-row-start: 2;
      grid-row-end: 7;
      overflow: hidden;
      z-index: 100;
    }
    .uses-container .gsignage {
      font-size: 50px;
      font-weight: 400;
      grid-column-start: 1;
      grid-column-end: span 5;
      grid-row-start: 8;
      grid-row-end: 8;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg1 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 9;
      grid-row-end: 10;
      overflow: hidden;
      z-index: 200;
    }
    .uses-container .uimg2 {
      grid-column-start: 4;
      grid-column-end: span 3;
      grid-row-start: 10;
      grid-row-end: 12;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg3 {
      grid-column-start: 1;
      grid-column-end: span 2;
      grid-row-start: 11;
      grid-row-end: 13;
      overflow: visible;
      z-index: 200;
    }
    #img3 {
      text-align: left;
      margin-left: 0px;
    }
    .uses-container .musage {
      font-size: 50px;
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 14;
      grid-row-end: 14;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg4 {
      grid-column-start: 1;
      grid-column-end: span 2;
      grid-row-start: 15;
      grid-row-end: 16;
      overflow: hidden;
      z-index: 200;
    }
    .uses-container .uimg5 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 18;
      grid-row-end: 20;
      overflow: hidden;
      margin-top: 60px;
      z-index: 200;
    }
    .uses-container .uimg6 {
      grid-column-start: 3;
      grid-column-end: span 3;
      grid-row-start: 16;
      grid-row-end: 19;
      overflow: visible;
      z-index: 200;
    }

      /* =======================
     Coordinates for 
     References Grid Elements @768px 
    ======================= */

    .references-container .rheader {
      font-size: 50px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 1;
      grid-row-end: 2;
      overflow: visible;
      z-index: 200;
    }
    .references-container .rr {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 2;
      grid-row-end: 4;
      overflow: visible;
      z-index: 100;
    }
    .references-container .rtext1 {
      font-size: 15px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 3;
      grid-row-end: 4;
      overflow: hidden;
      z-index: 200;
    }
    .references-container .rtext2 {
      font-size: 15px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 3;
      grid-row-end: 4;
      margin-top: -30px;
      overflow: hidden;
      z-index: 200;
    }
    .references-container .rtext3 {
      font-size: 15px;
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 3;
      grid-row-end: 4;
      margin-top: -80px;
      overflow: hidden;
      z-index: 200;
    }
}

/* END @MEDIA QUERY (768PX) */



/* =======================
==========================
Begin styling for mobile
==========================
=========================*/
@media only screen and (max-width: 480px) {

  .title-container > .background-container,
  .history-container > .anatomy-container,
  .character-container > .uses-container,
  .references-container > .bottom-container
    {
      grid-template-columns: repeat(4, 1fr);
    }
    .grid-container {
     max-width: 480px;
     margin: 0px;
     padding: 0px;
     display: grid;
     grid-gap:5px 5px;
     grid-template-columns: repeat(4, 1fr);
     grid-auto-rows: 100px;
   }
#main-nav {
  width: 100px;
  height: 250px;
  top: 40px;
  right: 40px;
  bottom: 200px;
}
#main-nav li {
  margin-top:40px;
  text-align: right; 
}
#main-nav a {
  /* aligns the <a> to center of the parent element */
  margin:0 auto;
  /* display the <a> with specific height and width */
  width:100px;
  height:5px;
  /* vertically aligns text in button. line-height must be same as the button height */
  line-height:15px;
}
/* =======================
     Fonts for @media 480px
    ======================= */
    h1 {
      font-size: 400px;
    }

    h2 {
      font-size: 60px;
    }
    h3 {
      font-size: 50px;
     
    }
    p {
      font-size: 15px;
    }

   /* =======================
     Coordinates for 
     Title Grid Elements @media 480px
    ======================= */

    .title-container .theader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: 3;
      overflow: visible;
    }

    .title-container .tstyles1 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 4;
      grid-row-end: 5;
      overflow: visible;
    }
    .title-container .tstyles2 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 5;
      grid-row-end: 6;
      overflow: visible;
    }
    .title-container .tstyles3 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 6;
      grid-row-end: 9;
      overflow: visible;
    }
      /* =======================
     Coordinates for 
     Background Grid Elements @480px 
    ======================= */

    .background-container .bheader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: span 3;
      overflow: hidden;
      z-index: 200;
    }
    .background-container .bb {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 4;
      grid-row-end: span 4;
      overflow: hidden;
      z-index: 100;
    }
    .background-container .btext {
      grid-column-start: 1;
      grid-column-end: span4;
      grid-row-start: 5;
      grid-row-end: span 5;
      overflow: hidden;
      z-index: 200;
    }
      /* =======================
     Coordinates for 
     History Grid Elements @480px 
    ======================= */

    .history-container .hheader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: 3;
      overflow: hidden;
      z-index: 200;
    }
    .history-container .hh {
      margin-top: 25px;
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: span 3;
      overflow: visible;
      z-index: 100;
    }
    .history-container .htext {
      background-color: white;
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 5;
      grid-row-end: 15;
      overflow: visible;
      z-index: 200;
    }
    /* =======================
     Coordinates for 
     Anatomy Grid Elements @480px 
    ======================= */
    .anatomy-container .aheader {
      background-color: white;
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: 3;
      overflow: visible;
      z-index: 200;
    }

    .anatomy-container .aa {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 4;
      grid-row-end: span 3;
      overflow: visible;
      z-index: 100;
    }
    .anatomy-container .ashowcase {
      grid-column-start: 1;
      grid-column-end: span 2;
      grid-row-start: 3;
      grid-row-end: span 2;
      overflow: visible;
      z-index: 200;
    }
    .anatomy-container .adiagram {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 7;
      grid-row-end: span 3;
      overflow: visible;
      z-index: 200;
    }

      /* =======================
     Coordinates for 
     Character Grid Elements @480px 
    ======================= */

    .character-container .cheader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: span 2;
      overflow: visible;
      z-index: 200;
    }
    .character-container .cgrid {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 5;
      grid-row-end: span 5;
      overflow: hidden;
      z-index: 200;
    }
      /* =======================
     Coordinates for 
     Uses Grid Elements @480px 
    ======================= */

    .uses-container .uheader {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: span 2;
      overflow: hidden;
      text-align: center;
      z-index: 200;
    }
    .uses-container .utext1 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 3;
      grid-row-end: span 5;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .utext2 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 8;
      grid-row-end: span 7;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uagraphic {
      grid-column-start: 2;
      grid-column-end: span 3;
      grid-row-start: 7;
      grid-row-end: span 6;
      overflow: hidden;
      z-index: 100;
    }
    .uses-container .gsignage {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 15;
      grid-row-end: 16;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg1 {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 17;
      grid-row-end: span 2;
      overflow: hidden;
      z-index: 200;
    }
    .uses-container .uimg2 {
      grid-column-start: 2;
      grid-column-end: span 4;
      grid-row-start: 19;
      grid-row-end: span 4;
      margin-top: 20px;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg3 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 23;
      grid-row-end: span 2;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .musage {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 26;
      grid-row-end: 27;
      overflow: visible;
      z-index: 200;
    }
    .uses-container .uimg4 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 28;
      grid-row-end: span 2;
      overflow: hidden;
      z-index: 200;
    }
    .uses-container .uimg5 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 30;
      grid-row-end: span 2;
      overflow: hidden;
      z-index: 200;
    }
    .uses-container .uimg6 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 32;
      grid-row-end: span 4;
      overflow: visible;
      z-index: 200;
    }

      /* =======================
     Coordinates for 
     References Grid Elements @480px 
    ======================= */

    .references-container .rheader {
      font-size: 50px;
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 1;
      grid-row-end: span 2;
      overflow: visible;
      z-index: 200;
    }
    .references-container .rr {
      grid-column-start: 1;
      grid-column-end: span 4;
      grid-row-start: 3;
      grid-row-end: span 3;
      overflow: visible;
      z-index: 100;
    }
    .references-container .rtext1 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 4;
      grid-row-end: 6;
      overflow: hidden;
      z-index: 200;
    }
    .references-container .rtext2 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 4;
      grid-row-end: 6;
      margin-top: -10px;
      overflow: hidden;
      z-index: 200;
    }
    .references-container .rtext3 {
      grid-column-start: 1;
      grid-column-end: span 3;
      grid-row-start: 4;
      grid-row-end: 6;
      margin-top: -20px;
      overflow: visible;
      z-index: 200;
    }
}
/* END @MEDIA QUERY (480PX) */

