html {
  display: block;
}

body {
  font-size: 16px;
  margin: 0;
  background-color: #eee;
  font-family: arimo;
  background-image: url(https://jlr7245.github.io/ga_press_release_continued/hero.png);
  background-size: cover;
}

.ga:after {
  height: 16px;
  width: 16px;
  background-image: url(https://res.cloudinary.com/dr5iclm3d/image/upload/v1548206606/logo.png);
  background-size: cover;
  display: inline-block;
  margin: 2px;
  content: '';
}

.container {
  width: 70%;
  max-width: 1000px;
  margin: 120px auto;
  margin-top: 120px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  border: 1px solid #ddd;
  background-color: white;
  display: block;
}

.head {
  padding: 50px 7% 0;
}

.logotop {
  max-height: 150px;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

.location {
  margin: 70px 0 5px 0;
  text-indent: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-style: italic;
}

.red {
  color: #cf4948;
}

.frm {
  font-family: 'Fira Mono', Monospace;
}

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  font-weight: bold;
}

.header {
  margin-top: 5px;
}

.osw {
  font-family: 'Oswald', serif;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.subcont {
  display: flex;
  margin-bottom: 50px;
  padding: 0 7%;
}

.content {
  width: 60%;
  padding: 1%;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.content ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  font-family: 'fira mono';
  text-align: center;
}

.content ul li {
  color: white;
  background-color: #cf4948;
  border-radius: 10px;
  display: inline-block;
  padding: 3px 12px;
  margin: 5px;
  border-bottom: 2px solid #a20101;
}

.side {
  width: 30%;
  padding: 3%;
  border-left: 1px solid #ddd;
}

.side > h3 {
  font-size: 1.5em;
  color: #cf4948;
}

.osw {
  font-family: 'Oswald', serif;
}

.side p {
  font-size: 1.3em;
}

.side .linktosite {
  border-color: #cf4948;
}

.linktosite {
  font-size: 1.2em;
  border: 5px solid white;
  background: none;
  color: white;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  font-family: 'fira mono', monospace;
}

.side .linktosite a {
  color: #cf4948;
}

.linktosite a {
  color: white;
}

a:-webkit-any-link {
  cursor: pointer;
}

.ftr {
  display: flex;
}

.col:first-of-type {
  border-top: 1px solid #ddd;
}

.col {
  flex: 1;
  padding: 3%;
  vertical-align: middle;
}

.col ul li {
  line-height: 2em;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.col:nth-of-type(2) {
  background-color: #ddd;
}

.col img {
  width: 80%;
  display: block;
  margin: 0px auto;
  max-width: 300px;
}

.col:nth-of-type(3) {
  background-color: #cf4948;
  text-align: center;
  color: white;
  padding: 15px;
}

.col.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2em;
  list-style-type: none;
}

.frm {
  font-family: 'Fira Mono,' Monospace;
}

.fa-li {
  position: absolute;
  left: -2.14em;
  width: 2.14em;
  top: 0.142em;
  text-align: center;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: 1;
  font-family: FontAwesome;
}

.fa-twitter {
  content: '\f099';
}

.fa-fw {
  width: 1.2em;
  text-align: center;
}
