@charset "utf-8";

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot');
  src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000000;
  font: 1em/1.3 'Roboto Condensed', sans-serif;
}

#wrapper {
  position: relative;
  max-width: 640px;
  margin: 1rem auto;
  border: solid 3px #C9252B;
  background: #fff;
  overflow: hidden;
  padding: 0;
}

p {
  padding-bottom: 0.5rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1 {
  margin: 0 0 0.5rem 1.5rem;
  font-size: 1.12em;
  line-height: 1.1em;
  font-weight: normal;
}

h2 {
  font-size: 1.275em;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.3125em;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
h3, .center {
  text-align: center;
}
h1:before {
  content: "■";
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  float: left;
  margin-top: -4px;
  margin-left: -1.5rem;
  color: #D2232A;
}

h2, h3, article strong {
  font-family: Arial, sans-serif;
}

article {
  padding: 0.75rem 0.75rem 0;
  font-size: 1.35em;
}

footer {
  padding: 0;
  background: #C9252B;
}
footer p {
  color: #fff;
  font-size: 0.875em;
  line-height: 1.3;
}

footer p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  gap: 0 1rem;
}

footer figure {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #fff;
}

@media only screen and (max-width:639px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  p {
    text-align: left;
  }

  article {
    font-size: 1em;
  }

}
