:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Solway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/solway-v18-latin-800.eot');
  src: url('../fonts/solway-v18-latin-800.eot?#iefix') format('embedded-opentype'),
    url('../fonts/solway-v18-latin-800.woff2') format('woff2'),
    url('../fonts/solway-v18-latin-800.woff') format('woff'),
    url('../fonts/solway-v18-latin-800.ttf') format('truetype'),
    url('../fonts/solway-v18-latin-800.svg#Solway') format('svg');
}

@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');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 17px;
  line-height: 22px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #231f20;
  font-weight: 400;
  text-align: center;
}

#wrapper {
  position: relative;
  max-width: 500px;
  margin: 16px auto;
  padding: 16px 40px;
  overflow: hidden;
  border-radius: 3px;
  background: #fff url('../images/background.jpg') no-repeat center center;
  min-height: 278px;
}

h1 {
  margin: 4px 0;
  font-size: 24px;
  line-height: 1.125;
  font-weight: 700;
  color: #DC1F44;
  font-family: "Solway", serif;
}

h1 strong {
  font-size: 40px;
  line-height: 1;
}

h2 {
  margin: 8px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-family: "Solway", serif;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  margin: 0;
  padding: 0;
}

article {
  margin: 0;
  padding: 0;
}

footer {
  font-size: 19px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}



ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 12px;
}

ul li:before {
  content: "\2022";
  color: #231f20;
  float: left;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1em;
  text-indent: -12px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:500px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }
}

@media all and (max-width:460px) {
  #wrapper {
    padding: 16px;
    font-size: 15px;
    line-height: 1.25;
  }

  h1 {
    font-size: 18px;
  }

  h1 strong {
    font-size: 32px;
  }

  footer {
    font-size: 17px;
  }
}