@charset "UTF-8";
/*
Theme Name: Una
Author: One Page Love
Author URI: https://onepagelove.com
Theme URI: https://onepagelove.com/una
Description: One Page WordPress starter theme with no posts, archives, comments or styles.
Version: 1.0.3
License: GPLv2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: una
Tags: one-column   
*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700i");
html {
  color: #000; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

input[type=text] {
  border: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #F8F8F8; }

.temp {
  width: 640px;
  max-width: 80%;
  margin: 120px auto 40px auto;
  font-family: "Playfair Display", Georgia, Serif;
  font-size: 36px;
  line-height: 42px; }
  @media (max-width: 800px) {
    .temp {
      margin: 40px auto 20px auto;
      font-size: 24px;
      line-height: 28px; } }
  .temp .intro {
    display: block;
    margin-bottom: 40px;
    color: #666; }
    .temp .intro a {
      font-weight: 700;
      font-style: italic;
      color: #333;
      text-decoration: none;
      border-bottom: 1px dotted #333; }
  .temp .instructions {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #999; }
    @media (max-width: 800px) {
      .temp .instructions {
        font-size: 18px;
        line-height: 22px; } }
    .temp .instructions ul {
      margin: 0;
      padding: 30px 0 0 0;
      margin: 0 0 20px 5px; }
      .temp .instructions ul li {
        list-style-type: none;
        padding: 0 0 10px 0; }
        .temp .instructions ul li:before {
          content: "→";
          padding-right: 20px; }

* {
  box-sizing: border-box; }

html {
  background-image: linear-gradient(transparent, black); }

html, body {
  background-color: transparent;
  color: white;
  font-family: proxima-nova, sans-serif; }

body {
  height: 100%;
  position: relative; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #3b3b3b;
  z-index: 10; }
  .header .logo {
    height: 30px;
    opacity: 0.5; }
    .header .logo:hover {
      opacity: 1; }
  .header .nav {
    display: none; }
    .header .nav li {
      padding: 5px 10px; }
  .header .flag {
    height: 50px;
    margin-top: -20px; }

.content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  background-image: url("/wp-content/themes/una-master/assets/hex_medium.png");
  background-repeat: no-repeat;
  background-position: 50% 50vh;
  background-size: 100vh;
  animation: 750ms 0s 1 slideInFromBottom;
  animation-delay: 1s;
  min-height: 640px;
  -webkit-animation-delay: 2s;
  animation-fill-mode: backwards;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  position: relative; }

.poly-logo {
  max-width: 200px; }

.wp-block-button__link {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #D81019;
  color: #D81019;
  font-weight: 700; }

.poly-figure {
  position: relative;
  top: 50%;
  width: 1000px; }

.buttonwrap {
  width: 90vw;
  flex-wrap: nowrap; }
  @media (min-width: 767px) {
    .buttonwrap {
      width: 50vw; } }
  @media (min-width: 992px) {
    .buttonwrap {
      width: 30vw; } }

h4 {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  padding: 40px;
  max-width: 640px;
  font-weight: 500; }

.meta {
  min-width: 300px;
  position: absolute;
  bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  justify-items: center; }
  .meta img {
    height: 50px; }

@keyframes slideInFromBottom {
  0% {
    background-position: 50% 100vh; }
  100% {
    background-position: 50% 50vh; } }

a#cta {
  display: none;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid white;
  margin: 0;
  padding: 5px 9px 6px 13px;
  letter-spacing: 5px; }

video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  bottom: 0px;
  object-position: center center;
  z-index: -2;
  background-position: center center; }

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0px;
  left: 0px;
  /* background-color: red; */
  width: 100%;
  height: 100%;
  z-index: -1; }
