* { 
	transition: all 0.3s ease 0s; 
}

/* Typography
---------------------------------------*/
.btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

a.nav-link {
  color: #ffffff !important;
  font-size: 0.95em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}

a.nav-link:hover {
  color: #F2A03D !important;
}

.navbar-nav li.active a {
  color: #F2A03D !important;
}

.navbar-text {
  color: #F2A03D !important;
  font-size: 0.95em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.nav-link {
  padding-right: 0.05rem !important;
}

.text-secondary {
  color: #ffffff !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.shadow {
  text-shadow: 1px 1px 1px black;
}

h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1D1D1B;
}

h1.in-box, h2.in-box, h3.in-box, h4.in-box, h5.in-box {
  font-size: 2rem;
}

h1 {
  font-weight: 500 !important;
  font-size: 2.2rem;
}

h2, h3 {
  padding-bottom: 20px;
  font-weight: bold;
}

h2 a, h3 a {
  color: #1D1D1B;
  font-size: 1.2rem;
}

h2 a:hover, h3 a:hover {
  color: #1D1D1B;
  text-decoration: underline;
}

h3 {
  font-size: 1.2em;
  font-weight: 700;
}

h3.desk-cost {
  font-size: 3rem;
  padding-top: 40px;
  padding-bottom: 0;
  line-height: 0.7;
}

h5.card-title {
  font-size: 1.2em;
  font-weight: 700;
}

p {
  font-weight: 400;
  color: #1D1D1B;
  font-size: 1em;
}

p.card-text {
  font-weight: 400;
}

p.tiny {
  font-size: 0.8em;
  margin-top: -5px;
}

p.pricing-list {
  line-height: 3;
  margin-top: 20px;
  margin-bottom: 20px;
}

p a {
  color: #F2A03D;
  text-decoration: underline;
  font-weight: 700;
}

p a:hover {
  color: #E39536;
  text-decoration: none;
  cursor: pointer;
}

a.text-link {
  color: #F2A03D !important;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

a.nav-text {
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 0.8rem;
}

a.nav-text:hover {
  color: #F2A03D !important;
}

a.form-link {
  color: #1D1D1B !important;
  font-weight: 700;
  text-decoration: underline;
}

a.form-link:hover {
  color: #1D1D1B !important;
  text-decoration: none;
}

ul li {
  font-weight: 400;
  line-height: 2.1rem;
}

label {
  font-weight: 400;
  font-size: 0.9rem;
}

.text-muted {
  color: #1D1D1B !important;
  font-weight: 700;
}

::placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  color: #1D1D1B !important;
}

.pricebox {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -6px;
}

#endprice {
  font-size: 1.6rem !important;
  font-weight: 700;
  margin-top: -6px;
}

p#yourDatesList, p#yourPrice {
  font-size: 1.1em;
  font-weight: 700;
}

.footer h4 {
  color: #F2A03D;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer p, .footer p a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}

.footer p.copyright {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
}

/* Typography Media Queries
---------------------------------------*/
@media (min-width: 576px) {
  h2 a {
    font-size: 2rem;
  }
  .footer h4, .footer p, .footer p a {
    font-size: 0.8rem;
  }
  .footer p.copyright {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem !important;
  }
  a.nav-link {
    padding-left: 25px !important;
  }
  a.nav-text {
    font-size: 0.9rem;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  a.nav-link {
    padding-left: 50px !important;
  }
}

/* Bootstrap Overides
---------------------------------------*/
.border {
  border: 1px solid #1D1D1B !important;
}

.bg-primary {
  background-color: #1D1D1B !important;
}

.bg-secondary {
  background-color: #F0D277 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.text-secondary {
  color: #0880D8;
}

.text-light {
  color: #ffffff;
}

.btn-primary {
  color: #1D1D1B;
  background-color: #F2A03D;
  border: none;
}

.btn-primary:hover {
  background-color: #E39536;
}

.btn-secondary {
  color: #ffffff;
  background-color: #1D1D1B;
  border: none;
}

.btn-secondary:hover {
  background-color: #000000;
}

.card {
  border: none;
}

.card .card-img {
  border-radius: 0;
}

/* Global styles
---------------------------------------*/
html, body {
  overflow-x: hidden;
}

.h-break {
  border-top: 3px solid #1D1D1B;
  margin-top: 30px;
}

.page-pad {
  margin-top: 100px;
}

/* Navigation (navbar fonts in typography.scss)
---------------------------------------*/
.fixed-top {
  z-index: 5000;
}

.top-nav {
  border-bottom: 1px solid #F7DF99;
  height: 40px;
}

.top-pad {
  margin-top: 40px;
}

.navbar {
  z-index: 10000;
  background: #1D1D1B;
}

.navbar button {
  margin-right: 20px;
}

.logo {
  margin-bottom: -60px !important;
  margin-left: 20px;
  max-width: 100px;
  z-index: 2000;
}

div.navbar-collapse {
  z-index: 1000;
  padding-top: 60px;
  padding-bottom: 20px;
}

/* Home page
---------------------------------------*/
.jumbo-container {
  padding-top: 140px !important;
}

.jumbotron-home {
  background: url("../imgs/exterior-02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}

.jumbotron-inner {
  margin-top: 80px;
}

.plus-points {
  background: url("../imgs/glasses.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
}

.book-a-desk {
  background: url("../imgs/desk-detail-03.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}

/* Facilties
---------------------------------------*/
.slim-header {
  background: url("../imgs/facilities-banner-02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 280px;
}

.footer-cta {
  background: url("../imgs/shelf-02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 590px;
}

/* Pricing 
---------------------------------------*/
.pricing-wrapper {
  background: url("../imgs/acer-01.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
}

.semi-trans-box {
  background: rgba(0, 0, 0, 0.5);
  min-height: 300px;
}

.semi-trans-inner {
  background: #F7DF99;
  margin: 100px 100px 50px 100px;
  min-height: 300px;
}

.price-circle {
  width: 130px;
  height: 130px;
  background: #ffffff;
}

.pricing-perks {
  min-height: 100px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

/* About
---------------------------------------*/
.about-wrapper {
  background: url("../imgs/hat-02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 540px;
}

/* Book a Desk
---------------------------------------*/
.book-wrapper {
  background: url("../imgs/plant-01.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 540px;
}

.book-main {
  background: #F7DF99;
  margin: 100px 100px 50px 100px;
  min-height: 300px;
}

#newDatesList {
  padding-bottom: 20px;
}

.ui-datepicker-inline {
  max-width: 100% !important;
}

.key {
  width: 40px;
  height: 30px;
  border: 1px solid #1D1D1B;
  background: yellow;
  display: inline-block;
  margin-top: 15px;
}

/* Hide all weekend options in the jQueryUI DatePicker dialog */
th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
  display: none;
}

.ui-datepicker {
  font-family: "Roboto", sans-serif;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker-header {
  background: #fff;
  color: #1D1D1B;
  font-weight: bold;
  border: none;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #fff;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #1D1D1B;
}

.ui-datepicker tbody td {
  background: #fff;
}

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker-unselectable .ui-state-default td a {
  color: #1D1D1B;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ADFAD6;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #C8C8C8;
  opacity: 1;
}

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

/* Contact
---------------------------------------*/
.contact-wrapper {
  background: url("../imgs/contact-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 540px;
}

.contact-main {
  background: #F7DF99;
  margin: 100px 100px 50px 100px;
  min-height: 300px;
}

/* Media Queries
---------------------------------------*/
@media (min-width: 576px) {
  .page-pad {
    margin-top: 140px;
  }
  div.navbar-collapse {
    padding-top: 20px;
  }
  .logo {
    max-width: 120px;
  }
  .semi-trans-box {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .navbar {
    min-height: 100px;
  }
  .overlap-right {
    z-index: 2000;
    transform: translateX(-30px);
  }
  .text-header {
    min-height: 190px;
  }
  .overlap-left {
    z-index: 2000;
    transform: translateX(30px);
  }
}
