/* Fonts */
@font-face {
  font-family: circularstd;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/circular/CircularStd-Book.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-bookitalic;
  font-style: italic;
  font-weight: 400;
  src: url(fonts/circular/CircularStd-BookItalic.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-medium;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/circular/CircularStd-Medium.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-mediumitalic;
  font-style: italic;
  font-weight: 500;
  src: url(fonts/circular/CircularStd-MediumItalic.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-bold;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/circular/CircularStd-Bold.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-bolditalic;
  font-style: italic;
  font-weight: 700;
  src: url(fonts/circular/CircularStd-BoldItalic.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-black;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/circular/CircularStd-Black.woff) format("woff");
font-display: swap; 
}
@font-face {
  font-family: circularstd-blackitalic;
  font-style: italic;
  font-weight: 900;
  src: url(fonts/circular/CircularStd-BlackItalic.woff) format("woff");
font-display: swap; 
}
.font-primary {
  font-family: 'circularstd', Arial, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
.font-secondary {
  font-family: 'Oswald', sans-serif;
}

/* General */

html, body {
  height: 100%;
  background-color: #3b3b3b;
}
body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/shopping_stream.jpg');
}
body:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0,0,0,.4);
}
#video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video-player video {
  position: absolute;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}
#video-player:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .7;
}
a, a:focus, a:hover {
  color: #fff;
}
.cover-container {
  z-index: 1;
  max-width: 70em;
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.h1, h1 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1.4;
}
.color-main {
  color: #FF9377;
}
.lead {
  font-size: .75rem;
}
main p:not(.lead) {
  font-size: 18px;
}
.mastfoot {
  color: rgba(255, 255, 255, .5);
  font-size: 0.7rem;
}
.btn {
  border-radius: 0;
}
.btn svg, a.btn-social svg {
  fill: #fff;
  vertical-align: text-bottom;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  text-shadow: none; 
  background-color: #fff;
  border: .05rem solid #fff;
}
.btn-outline-light:hover svg {
  fill: #212529;
}
.small {
  font-size: 14px !important;
}
a.btn-social:hover {
  text-decoration: none;
}
a.btn-social:hover span {
  text-decoration: underline !important;
}
.btn-social-separator {
  opacity: .25;
}
.modal_legals {
  text-align: left;
  background-color: #fff;
  color: #000;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.modal_legals a {
  color: #FF9377;
}
.btn_close {
  color: #fff;
  background-color: #FF9377;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
}
.modal_legals a.btn_close {
  color: #fff;
  text-decoration: none !important;
}
a.btn_close_results {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #000;
  text-decoration: none !important;
}

/* Floating Form */
form {
  margin: 2em 0;
}
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
  font-size: 8px;
}
input {
  color: #fff;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  background-color: transparent !important;
}
input:focus {
  outline: 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
input:focus::-webkit-input-placeholder {
  opacity: 1;
}
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
input::placeholder {
  color: rgba(255,255,255,.5);
  font-size: 14px;
}
label {
  margin-bottom: 15px;
  width: 30px;
  overflow: visible;
}
.flex_item_left {
  flex: 1;
}
.flex_item_right {
  width: 40px;
}
button#btn_submit {
  width: 40px;
  height: 30px;
  border: 0;
  font-size: 12px;
  color: #fff;
  border: #fff 1px solid;
  background-color: transparent;
  transition: all .2s;
}
button#btn_submit.focus, button#btn_submit:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5);
}
button#btn_submit:hover, button#btn_submit:focus {
  color: #333;
  text-shadow: none; 
  background-color: #fff;
  border: .05rem solid #fff;
}
#results {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 15px;
  text-align: center;
}
/* Responsive */

@media (min-width: 575px) {
  .h1, h1 {
    font-size: 1.25rem;
    letter-spacing: 4px;
  }
  .lead {
    font-size: 1rem;
  }
  main p:not(.lead) {
    font-size: 1.5rem;
  }
  input {
    font-size: 1.5em;
  }
  label {
    margin-bottom: .5rem;
  }
  .small {
    font-size: 18px !important;
}
