﻿@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css?family=Nunito:600|Roboto&display=swap');
*/
/* Enter Your Custom CSS Here */
/**
 * @license
 * MyFonts Webfont Build ID 3217962, 2016-05-12T16:56:39-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BrandonTextWeb-Regular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/regular/
 * 
 * Webfont: BrandonTextWeb-Medium by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3217962
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/311a2a");
@font-face {
  font-family: "BrandonTextWeb-Regular";
  src: url("/webfonts/311A2A_0_0.eot");
  src: url("/webfonts/311A2A_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/311A2A_0_0.woff2") format("woff2"), url("/webfonts/311A2A_0_0.woff") format("woff"), url("/webfonts/311A2A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonTextWeb-Medium";
  src: url("/webfonts/311A2A_1_0.eot");
  src: url("/webfonts/311A2A_1_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/311A2A_1_0.woff2") format("woff2"), url("/webfonts/311A2A_1_0.woff") format("woff"), url("/webfonts/311A2A_1_0.ttf") format("truetype");
}
html, body {
  margin: 0;
  padding: 0;
  background-color: #191919;
  color: #E6E6E6;
  font-family: "BrandonTextWeb-Regular", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#cookie-consent-banner {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 40px;
  font-size: 0.8rem;
}
#cookie-consent-banner #toggle-consent {
  position: absolute;
  right: 5px;
  top: 5px;
}
#cookie-consent-banner .btn {
  font-size: 0.7rem;
  padding: 3px 4px;
  margin-right: 2px;
}

#cookie-notice {
  width: 244px;
  background-color: #191919;
  padding: 10px;
  border-radius: 10px;
}
#cookie-notice p {
  margin-bottom: 10px;
}
#cookie-notice .cookie-consent-options {
  margin-bottom: 7px;
  margin-left: 10px;
}
#cookie-notice .cookie-consent-options label {
  width: 40%;
  margin-bottom: 3px;
  margin-left: 3px;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  border-bottom: 1px transparent dashed;
}

a:hover {
  color: antiquewhite;
  border-bottom: 1px antiquewhite dashed;
}

.banner {
  background-image: url("../img/bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  border-bottom: 1px solid #7a7a7a;
}

.business-card {
  padding: 30px 0 0 0;
  text-align: center;
}

.logo {
  height: 80px;
}

.message {
  text-align: center;
  height: 120px;
  padding: 0 2%;
  display: block;
}
.message p, .message h2 {
  padding: 0 17px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
}
.message h2 {
  margin-bottom: 0.1rem;
}
.message ul {
  margin: 0;
  padding: 0;
}
.message ul li {
  display: inline-block;
  background-color: #ffffff;
  list-style: none;
  white-space: nowrap;
  color: #191919;
  padding: 3px 5px;
  margin: 3px;
  font-size: 0.8rem;
}
.message .quote::before {
  white-space: nowrap;
  content: url("../img/quote-left.svg");
  width: 14px;
  margin-left: -17px;
  display: inline-block;
}
.message .quote::after {
  white-space: nowrap;
  content: url("../img/quote-right.svg");
  width: 14px;
  margin-right: -17px;
  display: inline-block;
}

.auto-play, .cascade ul li {
  opacity: 0;
  margin: 6px;
}

.fade-in-out {
  opacity: 1;
  animation-name: fader;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
}

@keyframes fader {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.cascadeanim {
  opacity: 1;
  animation-name: cascador;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 1s;
}

@keyframes cascador {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-content {
  background-color: #191919;
  color: #ffffff;
  border: 1px solid #707070;
}

.modal-header {
  border-bottom-color: #707070;
}

.modal-footer {
  border-top-color: #707070;
}

.footer {
  border-top: 1px solid #707070;
}
.footer .row {
  padding: 10px 0 0 0;
  font-size: 0.8rem;
  color: #707070;
  text-align: center;
  margin: 0;
}

.bttn,
.btn-close {
  border-radius: 0;
  background-color: #191919;
  color: #ffffff;
  border: 1px solid #707070;
}

.bttn {
  padding: 6px 15px;
  font-size: smaller;
}

.btn-close {
  background-image: url(/img/close.svg);
}

.deets {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 0.8rem;
  color: #ffffff;
}

.blurb {
  margin: 14px 0 0 0;
}

main {
  flex: 1;
}

/* Extra small devices (phones, 576px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
  .logo {
    height: 100px;
  }
  .message {
    height: 114px;
    padding: 0 14%;
  }
  .message p, .message h2 {
    padding: 0 23px;
    font-size: 1.4rem;
    line-height: 140%;
  }
  .message h2 {
    margin-bottom: 0.18rem;
  }
  .message ul li {
    padding: 0.3rem 0.5rem;
    margin: 4px;
    font-size: 0.9rem;
  }
  .message .quote {
    padding-top: 8px;
  }
  .message .quote::before {
    width: 20px;
    margin-left: -23px;
  }
  .message .quote::after {
    width: 20px;
    margin-right: -23px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .deets {
    margin-bottom: 14px;
    font-size: 0.8rem;
  }
  .business-card {
    padding: 30px 0 20px 0;
    text-align: center;
  }
  .logo {
    width: 100%;
    height: auto;
  }
  .blurb {
    margin: 24px 0 6px 0;
  }
  .message {
    height: 100%;
    padding: 0;
  }
  .message p, .message h2 {
    padding: 0 28px;
    font-size: 1.9rem;
    line-height: 120%;
  }
  .message h2 {
    margin-bottom: 0.18rem;
  }
  .message ul li {
    padding: 0.3rem 0.5rem;
    margin: 6px;
    font-size: 1rem;
  }
  .message .quote::before {
    width: 24px;
    margin-left: -28px;
  }
  .message .quote::after {
    width: 24px;
    margin-right: -28px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blurb {
    padding: 16px 0 12px 0;
    font-size: 1.2rem;
  }
  .deets {
    margin-bottom: 16px;
    font-size: 0.9rem;
  }
  .message p, .message h2 {
    padding: 0 32px;
    font-size: 2.2rem;
    line-height: 140%;
  }
  .message h2 {
    margin-bottom: 0.2rem;
  }
  .message ul li {
    padding: 0.3rem 0.5rem;
    margin: 8px 8px;
    font-size: 1.1rem;
  }
  .message .quote::before {
    width: 26px;
    margin-left: -32px;
  }
  .message .quote::after {
    width: 26px;
    margin-right: -32px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .blurb {
    padding: 18px 0 14px 0;
    font-size: 1.6rem;
  }
  .deets {
    margin-bottom: 18px;
    font-size: 1rem;
  }
  .message p, .message h2 {
    padding: 0 50px;
    font-size: 2.6rem;
    line-height: 118%;
  }
  .message h2 {
    margin-bottom: 0.3rem;
  }
  .message ul li {
    padding: 0.4rem 0.6rem;
    margin: 6px;
    font-size: 1.3rem;
  }
  .message .quote::before {
    width: 40px;
    margin-left: -50px;
  }
  .message .quote::after {
    width: 40px;
    margin-right: -50px;
  }
}
