:root {
  --blue:#0073cf;
  --dblue:#132343;
  --red:red;
  --dred:darken(var(--red),15%);
  --font:"Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  --serif:"Roboto Slab", "Rockwell", "Georgia", "Times New Roman", "Times","serif";
}

html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px var(--font);
  background: #0a1325;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: green;
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: green;
}
* ::selection {
  color: #fff;
  background-color: green;
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 1200px;
  width: 100% !important;
}

.header {
  background: url(balloons.jpg) right 35% top/cover no-repeat;
  padding: clamp(35px, 3.90625vw, 50px) 15px;
  position: relative;
}
.header div {
  max-width: clamp(728px, 81.25vw, 1040px);
  margin: auto;
}
.header div img {
  width: clamp(484.4px, 54.0625vw, 692px);
  transform: rotate(3deg);
}

.content {
  background: white;
  padding: clamp(35px, 3.90625vw, 50px) 15px;
  text-align: center;
}
.content h1 {
  font: 700 clamp(31.5px, 3.515625vw, 45px) var(--serif);
  text-transform: uppercase;
  color: var(--dblue);
}
.content p {
  font: 400 clamp(18.9px, 2.109375vw, 27px) var(--font);
  max-width: 900px;
  margin: 0 auto 2em auto;
  text-wrap: pretty;
  color: #292929;
  text-align: left;
}
.content ul {
  text-align: left;
  max-width: 570px;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 700 clamp(31.5px, 3.515625vw, 45px)/1em var(--serif);
  color: var(--dblue);
}
.content ul li {
  padding-left: clamp(70px, 7.8125vw, 100px);
  margin-bottom: 0.5em;
}
.content ul li:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: clamp(70px, 7.8125vw, 100px);
  height: clamp(47.6px, 5.3125vw, 68px);
  background: url(xmark.svg) center left/contain no-repeat;
  margin-left: clamp(-100px, -7.8125vw, -70px);
}
.content ul li span {
  vertical-align: middle;
  display: inline-block;
}

.outtro {
  background: url(city.jpg) center center/cover no-repeat;
  padding: clamp(28px, 3.125vw, 40px) 15px;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.outtro h2 {
  font: 400 clamp(18.9px, 2.109375vw, 27px) var(--font);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 1.5em 0;
}
.outtro h2 strong {
  font: 700 clamp(31.5px, 3.515625vw, 45px) var(--serif);
  display: block;
  text-transform: none;
  letter-spacing: 0;
}
.outtro .cant {
  max-width: 615px;
  margin: 0 auto 2em auto;
  font: 400 clamp(18.9px, 2.109375vw, 27px) var(--font);
  text-wrap:balance;
}
.outtro .cant strong {
  color: #fffbc3;
  font: 700 clamp(31.5px, 3.515625vw, 45px)/1.2em var(--serif);
  display: block;
  text-wrap: balance;
}
.outtro .copy {
  border: 1px solid white;
  border-radius: 15px;
  padding: clamp(17.5px, 1.953125vw, 25px) clamp(21px, 2.34375vw, 30px) clamp(49px, 5.46875vw, 70px) clamp(21px, 2.34375vw, 30px);
  position: relative;
  max-width: 520px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  background: transparent;
  transition: background 0.3s, border 0.15s;
}
.outtro .copy p {
  margin: 0;
  padding: 0;
  font: 400 clamp(16px, 1.71875vw, 22px) var(--font);
  text-align: left;
  text-wrap: balance;
  color: white;
  transition: color 0.3s;
}
.outtro .copy p span {
  cursor: text;
}
.outtro .copy .status {
  border-top-left-radius: 10px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: clamp(10px, 0.78125vw, 16px) clamp(15px, 1.171875vw, 16px);
  font: 400 clamp(16px, 1.71875vw, 22px) var(--font);
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s, color 0.3s;
}
.outtro .copy:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
}
.outtro .copy:hover .status {
  background: none;
}
.outtro .copy:focus:hover {
  cursor: copy;
  border-color: transparent;
}
.outtro .go {
  font: 400 clamp(16px, 1.71875vw, 22px) var(--font);
  margin: 0 0 1em 0;
}
.outtro .message {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: clamp(16px, 1.5625vw, 20px) clamp(35px, 3.90625vw, 50px);
  margin: 0 0 1.2em 0;
  text-transform: uppercase;
  font: 700 clamp(21px, 2.34375vw, 30px)/1em var(--serif);
  border: 1px solid white;
  background: #c17029;
  border-radius: 10px;
  transition: background 0.3s, box-shadow 0.3s;
}
.outtro .message:hover, .outtro .message:focus:hover {
  background: green;
  color: white;
  text-decoration: none;
}
.outtro .message:focus:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75) inset;
}
.outtro .call {
  font: 700 clamp(21px, 2.34375vw, 30px)/1em var(--serif);
  text-transform: uppercase;
  margin: 0;
}
.outtro .call a {
  color: #c17029;
  text-decoration: none;
  transition: color 0.3s;
}
.outtro .call a:hover {
  color: green;
  text-decoration: none;
}

footer {
  background: #0a1325;
  padding: 15px;
}
footer p {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 14px var(--font);
  color: white;
  opacity: 0.5;
}

@media (max-width: 599px) {
  .outtro .call a {
    margin-top: 10px;
    display: block;
  }
  .header:before {
    background: rgba(53, 174, 185, 0.6);
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .header div img{
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
  }
}

.facts {
    display: block;
    text-align: left;
    max-width: 800px;
    margin: 3rem auto 1rem;
}

.facts h4 {
    font-size: 1.3rem;
    font-family: var(--serif);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.facts a {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #0073cf;
}

.facts a:hover {
    color: #c17029;
}