@font-face {font-family: "Showcard Gothic";
  src: url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.eot"); /* IE9*/
  src: url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.woff2") format("woff2"), /* chrome firefox */
  url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.woff") format("woff"), /* chrome firefox */
  url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
  url("https://db.onlinewebfonts.com/t/d66fa62dabed66f2226a1b2d17da0579.svg#Showcard Gothic") format("svg"); /* iOS 4.1- */
}

.showcard {
  font-family: "Showcard Gothic", serif;
}
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}
.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  outline:1px solid #eeeeee;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  border-radius: 2rem;
  padding-top:1.5em!important;
  padding-bottom:1.5em!important;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.nav-link {
  font-size:1.1em;
  font-weight:bold;
  color:#111;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-55 {
  width: 55% !important;
}

/*!
 * Start Bootstrap - New Age v5.0.0 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 2em 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 1.1em;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
    text-shadow:1px 1px #111;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  max-height:550px!important;
  min-height:550px!important;

  padding-bottom: 100px;
  color: white;
  background-image:url("../img/background-slide.jpg");
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position:center center;

  /*background: url("../img/bg-pattern.png"), #7b4397;*/
  /*background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));*/
  /*background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  /*text-align: center;*/
  background:rgba(0,0,0,0.5);
  padding:1em 1.5em;
  border-radius:1.2em;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    /*text-align: left;*/
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/footer-002.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

/* Public app extensions */

.mt-6 {
  margin-top: 5.3em;
}

.img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

.table a {
  color: #2a2a2a;
}

.game-list-actions {
  white-space: nowrap;
}

.game-list-actions form {
  display: inline-block;
  margin: 0 .125rem .125rem 0;
}

.game-list-actions .badge {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .78rem;
  line-height: 1;
  margin: 0 .125rem .125rem 0;
  padding: .3em .45em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.game-list-actions button.badge {
  appearance: none;
  font-family: inherit;
}

.game-carousel-image-indicator {
  cursor: pointer;
}

.location-selection:hover,
.location-room-selection:hover {
  background-color: #efefef;
  cursor: pointer;
}

.location-selection.selected,
.location-room-selection.selected {
  background-color: #ff4755;
  color: #fff;
}

.fancy-button {
  font-size: 2.5em;
  font-family: Raleway, sans-serif;
  line-height: 30px;
  padding: .618em 1em;
  border-radius: 10px 10px 12px 12px;
  box-shadow:
    0 8px 0 0 #2980b9,
    0 0 20px rgba(255, 255, 255, .2) inset,
    2px 30px 0 rgba(255, 255, 255, .1) inset,
    5px 15px 30px -10px #000;
  border: 1px solid #2980b9;
  cursor: pointer;
  background: #3498db;
  color: #ecf0f1;
  text-shadow: 1px 1px 1px #34495e;
  transform: rotateX(5deg);
  margin: 10px;
  width: 100%;
}

.fancy-button i {
  padding-right: 17px;
  transform: scale(1.1) translate(0, -1px);
}

.fancy-button:hover {
  margin-top: 15px;
  margin-bottom: 5px;
  box-shadow:
    0 5px 0 0 #2980b9,
    0 0 50px rgba(134, 243, 255, 1) inset,
    5px 28px 0 rgba(255, 255, 255, .15) inset,
    0 0 30px rgba(134, 243, 255, .2),
    5px 15px 30px -10px #000;
  color: #fff;
  filter: saturate(1.5);
}

.fancy-button:hover i {
  transform: rotate(-12deg) translate(1px, -3px) scale(1.2);
}

.fancy-button:active {
  margin-top: 18px;
  margin-bottom: 2px;
  box-shadow:
    0 2px 0 0 #2980b9,
    0 0 100px 10px rgba(134, 243, 255, 1) inset,
    5px 25px 0 rgba(255, 255, 255, .1) inset,
    0 0 30px rgba(134, 243, 255, .5),
    5px 15px 30px -10px #000;
  filter: saturate(1.7);
}

.fancy-button:active i {
  transform: rotate(-22deg) translate(2px, -5px) scale(1.3);
}

.fancy-button.red {
  filter: hue-rotate(155deg);
}

.fancy-button.red:hover {
  filter: hue-rotate(155deg) saturate(1.5);
}

.fancy-button.red:active {
  filter: hue-rotate(155deg) saturate(1.7);
}

.fancy-button.yellow {
  filter: hue-rotate(175deg);
}

.fancy-button.yellow:hover {
  filter: hue-rotate(175deg) saturate(1.5);
}

.fancy-button.yellow:active {
  filter: hue-rotate(175deg) saturate(1.7);
}

.fancy-button.green {
  filter: hue-rotate(255deg) saturate(.8);
}

.fancy-button.green:hover {
  filter: hue-rotate(255deg) saturate(1);
}

.fancy-button.green:active {
  filter: hue-rotate(255deg) saturate(1.2);
}

a.fancy-button {
  text-decoration: none;
}

table.calendar {
  width: 100%;
  border: 1px solid #000;
}

td.day {
  width: 14%;
  height: 140px;
  border: 1px solid #000;
  vertical-align: top;
}

td.day span.day-date {
  font-size: 14pt;
  font-weight: 700;
}

th.header {
  background-color: #ff4755;
  color: #fff;
  font-size: 14pt;
  padding: 5px;
}

.not-month {
  background-color: #dedede;
}

td.today {
  background-color: #efefef;
}

td.past {
  background-color: #747474;
}

td.day span.today-date {
  font-size: 16pt;
}

.day:hover:not(.past) {
  background: #eee;
  cursor: pointer;
}

.agenda-hover {
  background-color: #bef3be !important;
  cursor: pointer;
}

.agenda-hover.reserved {
  background-color: #e89393 !important;
}

.selected-day {
  background-color: #bef3be !important;
}

@media only screen and (max-width: 900px) {
  .section-heading {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #mainMenu {
    margin-top: 5em;
  }
}

@media only screen and (max-width: 669px) {
  .available-tag,
  .time-tag {
    text-align: center;
    display: block;
  }

  ul.fancyButtons {
    display: block;
    margin: 0 auto;
    list-style-type: none;
    list-style-position: outside;
  }

  ul.fancyButtons li:first-child {
    border-right: 1px solid #efefef;
  }

  ul.fancyButtons > li {
    background: #ff4755;
    color: #fff;
    padding: 1em;
    font-size: 1.75em;
    line-height: .75em;
    text-align: center;
    cursor: pointer;
    float: left;
  }

  ul.fancyButtons > li:hover {
    background: #b22a34;
  }
}

@media only screen and (min-width: 670px) {
  .available-tag {
    float: right;
  }

  .time-tag {
    float: left;
  }

  ul.fancyButtons {
    width: 250px;
    display: inline-block;
    margin: 0 auto 175px;
    list-style-type: none;
    list-style-position: inside;
    position: relative;
    left: 75px;
  }

  ul.fancyButtons > li {
    width: 380px;
    height: 150px;
    background: #ff4755;
    border: none;
    color: #fff;
    font-size: 50px;
    text-align: center;
    transform-origin: left center;
    position: absolute;
    cursor: pointer;
    transition: .4s cubic-bezier(.72, -.59, .16, 1.53);
  }

  ul.fancyButtons > li:hover {
    outline: 3px solid #111;
  }

  ul.fancyButtons > li.two-hour-package {
    transform: scale(.7) perspective(102px) rotateY(-3deg) !important;
    filter: blur(2px) brightness(1.5) !important;
    z-index: 3 !important;
    left: -120px !important;
  }

  ul.fancyButtons > li.three-hour-package {
    transform: scale(1) perspective(102px) rotateY(-3deg) !important;
    filter: blur(0) brightness(1) !important;
    z-index: 4 !important;
  }

  ul.fancyButtons > li:first-child {
    transform: perspective(102px) rotateY(3deg);
    left: -250px;
    z-index: 2;
  }

  ul.fancyButtons > li:last-child {
    transform: scale(.7) perspective(102px) rotateY(3deg);
    filter: blur(2px) brightness(1.5);
    left: -30px;
    z-index: 1;
  }
}
