
/*Source Sans Pro URL*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');



/* THE GRID CONTAINER */


.grid-container {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 750px 1fr 1fr;
  grid-template-row: 1px;
  margin: 80px;
  }

.grid-container div {
  font-family: 'Source Sans Pro', san-serif;
}


/* DIV CLASSES */



 .Source {
  grid-area: header;
  grid-row: 1/1;
  width: 1000px;
  grid-column: 1/1;
  font-size: 116px;
  font-weight: 200; 
  line-height: .00000000000001%;
} 

.Print {
  grid-row: 1/1;
  grid-column: 1/1;
  width: 900px; 
  height: 1px;
  font-size: 62px;
  font-weight: 600; 
  margin-top: -35px;
 
}

.Body {
  grid-row: 1/3;
  grid-column: 1/3;
  max-width: 250px;
  max-height: 100px;
  font-size: 15px;
  font-weight: 500;
  align-self: start;
  justify-self: start;
  margin-top: 300px;  

}

.Sidetext { 
  grid-row: 1/3;
  grid-column: 1/3;
  width: 130px;
  height: 300px;
  font-size: 11px;
  font-weight: 300;
  justify-self: start;
  align-self: start;
  margin-top: 300px;  
  margin-left: 520px;
}

.Amp {
  width: 600px;
  height: 1200px;
  color: #d2232a;
  font-size: 1300px;
  font-weight: 700;
  overflow: hidden;
  grid-column: 1/3;
  grid-row: 1/3;
  opacity: 0.4;
  z-index:-2;   
  text-align: right;  
  justify-self: start;
  margin-left: 132px;
  align-self: start;
  
}




/* SPAN CLASSES */

.blk
{
 font-weight: 900; 
}

.and
{
  color: #d2232a;

.int
{
  font-weight: 400i;

}


/* END OF MINOR CHARACTER EDITS */








/*Ugh.

Asterick thing = apply style to everything on the fucking page (Ex: Border = 1px red = everything red.)*/





/* SCRAP PILE


.Source {
  grid-row: 1/1;
  font-size: 150px;

  width: 800px;
  grid-column: 1/ span 2;
  height: 200px;
  font-weight: 900;

}

.Print {
  grid-row: 2/2;
  grid-column: 1/1;
  width: 800px; 
  height: 200px;

}

.Body {
  grid-row: 3/span 1;
  width: 300px;

}

.Sidetext { 
  grid-row: 2/span 2;
  grid-column: 2/ 3;
  width: 200px;
  font-weight: 700;
 
}

.Amp {
  width: 1000px;
  color: #d2232a;
  font-size: 2200px;
  font-weight: 700;
  overflow: hidden;
  grid-column: 1/3;
  grid-row: 1/3;
  opacity: 0.4;
  z-index:-2;




 */

