html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: url(/img/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}

body:after {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

p {
  font-family: "Boogaloo", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
}

p.small {
  font-size: 20px;
  line-height: 22px;
}

.flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto;
  min-height: 100vh;
  max-width: 100%;
  padding: 50px;
  position: relative;
  width: 1200px;
  z-index: 1;
}

.container {
  max-width: 120vh;
  width: 100%;
}

.logo {
  text-align: left;
}

.logo img {
  max-width: 20%;
  width: 180px;
}

h1 {
  position: absolute;
  top: -9999em;
}

.block {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .international {
    display: none;
  }
}

.international {
  background-color: black;
  opacity: 1;
  z-index: 9999;
  position: absolute;
  left: 0%;
  right: 0%;
  font-size: 11px;
  padding: 6px 16px;
  color: white;
  font-family: sans-serif;
}

.international a {
  color: white;
  text-decoration: none;
}

.international a:hover {
  color: orange;
}
