* {
  margin: 0;
  padding: 0;
  outline: none; }

html, body {
  height: 100%; }

body {
  background: #0000c8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
  font-family: "Anton", sans-serif;
  line-height: 180%; }
  @media all and (max-height: 700px) {
    body {
      display: block;
      padding: 80px 30px;
      height: auto; } }
  @media all and (max-height: 900px) and (max-width: 1024px) {
    body {
      display: block;
      padding: 80px 30px;
      height: auto; } }

h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px; }
  h1 img {
    width: 1000px;
    max-width: 80%; }

h2 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: #0000c8 0px 1px 1px; }

address {
  font-style: normal;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400; }
  address span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }

ul {
  margin-top: 60px; }
  ul li {
    margin: 0 0px 40px 0px;
    list-style-type: none; }
  @media all and (min-width: 600px) {
    ul {
      margin-top: 120px; }
      ul li {
        margin: 0 50px 40px 50px; } }
  @media all and (min-width: 1024px) {
    ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      justify-content: center;
      align-content: center; }
      ul li {
        margin: 0 30px 0 30px; } }

a {
  color: #fff; }

