@import url("https://use.typekit.net/mdg6zjz.css")

body{
  background: #f4f4f4;
}

.grid-container{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 5fr;
}


.history{
  background: #1e3260;
  color: #ffffff;
}


.title{
  background: #1e3260;
  color: #ffffff;
}


.fontsub{
  background: #1e3260;
  color: #ffffff;
}


.regfont{
  background: #1e3260;
  color: #ffffff;
}

.one{
  grid-column: span 4;
  font-size: 144pt;
  
  
}

.two{
  color: #000000;
}

.three{
  background: #1e3260;
  color: #ffffff;
}

.four{
  background: #1e3260;
  color: #ffffff;
}

.five{
  background: #1e3260;
  color: #ffffff;
}

.obl{
  font-style: italic;
}

.med{
  font-style: normal;
  font-weight: 500;
}

.meditl{
  font-style: italic;
  font-weight: 600;
}

.bold{
  font-style: normal;
  font-weight: 700;
}

.boldobl{
  font-style: italic;
  font-weight: 700;
}

.heavy{
  font-style: normal;
  font-weight: 800;
}

.heavyitl{
  font-style: italic;
  font-weight: 800;
}

.black{
  font-style: normal;
  font-weight: 1000;
}

.blackitl{
  font-style: italic;
  font-weight: 1000;
}

.condreg{
  font-family: eurostile-condensed;
  font-weight: 400;
  font-style: normal;
}

.conditl{
font-family: eurostile-condensed;
font-weight: 400;
font-style: italic; 
}


.condheavy{
  font-family: eurostile-condensed;
  font-weight: 800;
  font-style: normal;
}


.condheavyitl{
  font-family: eurostile-condensed;
  font-weight: 800;
  font-style: italic;
}


.extdreg{
  font-family: eurostile-extended;
  font-weight: 400;
  font-style: normal;
}


.extditl{
  font-family: eurostile-extended;
  font-weight: 400;
  font-style: italic;
}


.extdmed{
  font-family: eurostile-extended;
  font-weight: 500;
  font-style: normal;
}


.extdblk{
  font-family: eurostile-extended;
  font-weight: 900;
  font-style: normal;
}


.extdblkitl{
  font-family: eurostile-extended;
  font-weight: 900;
  font-style: italic;
}

  
  
.grid-container div {
  
  font-family: Eurostile, eurostile-condensed, eurostile-extended, sans-serif;
  font-weight: ;
  font-size: 1.5rem;
  padding: 1em;
 
  border-radius: 50px;