﻿@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#wrapper {
  position: relative;
  max-width: 590px;
  margin: 12px auto;
  border: 1px solid #000;
  padding: 0;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  color: #200E00;
  font-family: "Fira Sans", Arial, sans-serif;
  background-color: #E7EDEE;
}

header {
  padding: 16px;
  background: #374A68 url('background.jpg') no-repeat top right;
  color: #fff;
}

article {
  padding: 16px 16px 2px;
}

footer {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  padding: 22px 16px 16px 228px;
}

footer .logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text {
  font-size: 18px;
  margin-bottom: 12px;
}

p {
  margin: 0 0 0;
  padding: 0;
}

h1 {
  margin: 16px 0 1px 0;
  padding: 0;
  font-size: 34px;
  line-height: 1.25;
}

h1 small {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  margin: 16px 0 36px;
  font-size: 67px;
  line-height: 1;
}

h4 small {
  display: block;
  font-size: 72%;
}

a {
  color: #200E00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
}

ul li {
  padding-left: 12px;
  margin: 3px 0;
}

li:before {
  content: "\2022";
  color: #200E00;
  float: left;
  margin-top: 1px;
  font-size: 14px;
  text-indent: -12px;
}

span {
  white-space: nowrap;
}

@media all and (max-width:590px) {
  #wrapper {
    border: none;
    margin: 0;
  }

  h4 {
    font-size: 11.5vw;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }

  h1 {
    font-size: 6vw;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }

  .text br {
    display: none;
  }

  footer br,
  h1 br {
    display: inline;
  }

  footer {
    padding: 16px 16px 120px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.25;
  }
}