/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
@font-face {
  font-family: 'gt_americaextended_bold';
  src: url('../fonts/GT-America-Extended-Bold.woff2') format('woff2'),
       url('../fonts/GT-America-Extended-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gt_americaextended_light';
  src: url('../fonts/GT-America-Extended-Light.woff2') format('woff2'),
       url('../fonts/GT-America-Extended-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gt_americaextended_regular';
  src: url('../fonts/GT-America-Extended-Regular.woff2') format('woff2'),
       url('../fonts/GT-America-Extended-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'gt_america_monoregular';
  src: url('../fonts/gt-america-mono-regular.woff2') format('woff2'),
       url('../fonts/gt-america-mono-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'helvetica_lt_stdbold';
  src: url('helveticaltstd-bold.woff2') format('woff2'),
       url('helveticaltstd-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.area-inktrap {
  font-family: "area-inktrap", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;   
  overflow-x: hidden;
}
html.locked {
  overflow: hidden;
}
body {
  /* Margin bottom by footer height */
  font-family: 'gt_america_monoregular', serif;
  font-style: normal;
  font-weight: 200;
  color: black;
  background-color: transparent;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
body.locked {
  overflow: hidden;
}
img {
  width: 100%;
}
h1 {
  color: #FFF;
  text-align: center;
  font-family: "orpheuspro", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px; /* 120% */
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 {
  color: white;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 138% */
  margin-bottom: 60px;
}
h3 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-family: "orpheuspro", serif;
  font-weight: 700;
  line-height: 68.74px; /* 155.208% */
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
h4 {
  color: #FBF8EC;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 68.74px; /* 171.85% */
  text-transform: uppercase;
  font-family: "orpheuspro", serif;
  letter-spacing: 3px;
}
h5 {
  color: #000;
  font-family: 'gt_america_monoregular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  text-transform: uppercase;
  margin-top: 0;
}
h6 {
  color: #000;
  font-family: 'gt_america_monoregular', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 0px;
}
p {
  font-family: 'gt_america_monoregular', sans-serif;
  color: #000;
  font-family: GT America;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}
hr {
  border-top: 2px solid black;
  max-width: 207px;
  margin-bottom: 45px;
}
.mobile-hide {
  display: block;
}
.mobile-show {
  display: none;
}
.flex {
  display: flex;
}
.flex .col-md-6 {
  width: 50%;
}
.mobile-flex {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
.row.heading {
  text-align: center;
}
body .container {
  padding: 5% 10%;
}
body .container .col-md-10 {
  padding: 0;
}
.container .row {
  margin-bottom: 0;
  /*display: flex;*/
  align-items: stretch;
}
div.row {
  margin-bottom: 3%;
}
button {
  padding: 12px;
    border: 1px solid #F63400;
    background: #F63400;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    color: white;
    width: 222px;
    font-family: "orpheuspro", serif;
    letter-spacing: 1px;
    height: 46px;
}
button:hover {
  background: transparent;
  border: 1px solid white;
}
button#neighbor {
  margin-bottom: 50px;
  font-size: 40px;
  width: auto;
  padding: 32px 50px;
  height: auto;
}
.container.topper {
  background: #FBF8EC;
  padding: 3% 10%;
  text-align: center;
}
.container.topper img {
  max-width: 360px;
  width: 100%;
}
.container.topper img.divet {
  width: 8px;
  margin-top: 2px;
}
.container.topper .menu {
  display: flex;
  height: 80px;
  text-align: center;
}
.container.topper .menu .item {
  padding-left: 0;
  padding-right: 0;
}
.container.topper .menu .item.last {
  width: 25%;
}
.container.topper .menu p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
  width: 100%;
  color: #015037;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 69px; /* 460% */
}
.container.header {
  background: #FBF8EC;
  background-image: url("../img/ta-rainbow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5% 10%;
  text-align: center;
  padding-top: 7%;
}
.header h1 {
  margin-bottom: 43px;
}
.house {
  background-color: #1b2b55;
}
.house-blue.container {
  text-align: center;
   padding-top: 3%;
}
.house-blue .imaginarium img {
  max-width: 95%;
  margin: 0 auto;
}
.house-blue .dates {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.house-blue .starry {
  max-width: 70px;
}
.house-blue p {
  font-style: italic;
  color: #fdecce;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
.house-blue button {
  background-color: #F73400;
  border: 1px solid white;
  font-family: 'gt_america_monoregular', sans-serif;
  font-weight: 200;
  margin-top: 30px;
  height: 44px;
  line-height: normal;
  padding: 0;
  width: 240px;
}
.house-blue button:hover {
  background-color: transparent;
}
.topLocation {
  margin-bottom: 20px;
}
.container.gray {
  padding: 0;
  position: relative;
}
.container.gray .stars {
  max-width: 166px;
  margin-bottom: 40px;
}
.container.gray .wave {
  position: absolute;
  z-index: 99999999;
  bottom: -1px;
}
.star-title {
  text-align: center;
}
div.quote {
  background: #F63400;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-align: left;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 3%;
}
div.quote h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color:#A20000;
  margin-bottom: 10%;
}
div.quote h4 {
  text-align: center;
  display: inline-block;
}
div.quote p {
  color: #FBF8EC;
  font-size: 37px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px; /* 140% */
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
}
.quote p.signature {
  color: #FBF8EC;
  font-family: 'gt_america_monoregular', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 210% */
}
div.quote img.star {
  max-width: 30px;
  margin-top: -30px;
  display: inline-block;
}
div.quote img.squiggle-white {
  margin-bottom: 30px;
}
div.bath {
  background-image: url("../img/ta-bath.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.container.header.cann {
  background: #FBF8EC;
  padding: 5% 10%;
  padding-bottom: 7%;
  padding-top: 3%;
}

.container.header.cann h3 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.container.header.cann .module {
  background-image: url('../img/ta-house-bl.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 19 / 12; /* or 1 / 1 for square, 4 / 3, etc. */
  width: 100%;
  justify-content: center !important;
  align-items: center !important;
}

.container.header.cann .module h4 {
  font-family: "orpheuspro", serif;
  color: #1b2b55;
  text-transform: capitalize;
}

.container.header.cann .module .about {
  margin-right: 7%;
  margin-left: 7%;
}

.container.header.cann .module .about p {
  font-family: 'gt_america_monoregular', sans-serif;
  color: #1b2b55;
  font-size: 16px;
  line-height: normal;
}

.container.header.cann .module h5 {
  color: #1b2b55;
  font-weight: 900;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 20px;
}

.container.header.cann .module .freed {
  text-align: center;
  margin-top: 50px;
}
.container.header.cann .module .freed img {
  max-width: 200px;
  margin: 0 auto;
}

.container.header .flex {
    column-gap: 25px;
    align-items: center;
    justify-content: center;
}

.container.header.cann .flex {
  align-items: unset;
  justify-content: unset;
}

.container.header.cann .location {
  background-image: url("../img/ta-corner-no.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.container.header.cann .topLocation.fifth .location {
background-image: url("../img/ta-5th-no.jpg");
}

.container.header.cann .bottomLocation .location {
  background-image: url("../img/ta-flatbush-no.jpg");
}

.container.header.cann .soHo .location {
  background-image: url("../img/ta-soHo-B.jpg");
}

.container.header.cann .loky-line {
  margin-bottom: 10px;
}

.container.header.cann .loky-line.before-squig {
  margin-bottom: 0;
}

.container.header.cann img.loky {
  max-width: 13px;
  margin-top: 5px;
  position: absolute;
  right: 10px;
}

.container.header.cann .loky {
  max-width: 50px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.container.header.cann .address {
  padding: 50px;
  text-align: left;
  background: #01FFD4;
}

.container.header.cann .address p {
  font-family: 'gt_america_monoregular', sans-serif;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}

.street .cta {
  text-align: center;
}

.street .cta .blink {
  max-width: 30px;
  margin: 0 10px;
}

.container.header.cann .disp {
  padding-left: 0;
}

.squiggle-teal {
  margin-bottom: 20px;
}

.container.header.cann button {
  max-width: 190px;
  font-size: 16px;
}

.container.header.cann button:hover {
  color: black;
  border: 1px solid black;

}

.logos h2 {
  color: black;
  font-family: 'orpheus_proregular', serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 68.74px;
}

.container.logos {
  background: #FBF8EC;
  background-image: url("../img/ta-clouds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 8%;
}

.container.logos .flex {
  column-gap: 10px;
}

.container.logos .logo {
  width: 11.11%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.logos .logo img {
  max-width: 90px;
}

.container.logos .logos {
  text-align: center;
}

.container.logos .logos img {
  max-width: 50%;
  margin: 0 auto;
}

.prep {
  margin-bottom: 30px;
}
.prep h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 58.79px;
}
.space-title {
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.space-title.bottom {
  margin: 0;
}
.flank {
  width: 30%;
}
.midText {
  width: 40%;
}

.midText h3 {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  text-align: center;
  background: white;
  color: black;
  padding: 3% 10%;
  font-weight: 700;
}
footer.col-lg-12 {
  background-color: black;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 4%;
}
footer a {
  color: #262626;
  font-weight: 700;
  text-decoration: underline;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer img {
  max-width: 300px;
}
footer .logo {
  text-align: right;
  margin-top: 10px;
}
footer .butt {
  text-align: left;
  height: 70px;
  width: 50%;
}
footer button {
  max-width: 190px;
  font-size: 16px;
  height: 40px;
}
footer .yellow {
  background: #FF0;
  padding: 2% 10%;
  margin-top: 20px;
}
footer .yellow p {
  text-align: center;
  color: #000;
  font-family: 'helvetica_lt_stdbold', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 0;
}
/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
  
}
.owl-theme .owl-nav {
  margin-top: 10px;
  right: -6%;
  position: absolute;
  bottom: 80%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
  display: none;
}
.owl-dots button {
  width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid white;
}


/*full screen*/
@media (min-width: 1200px) {
  .container {
      width: 100%;
  }
}

@media (max-width: 1200px) {
 
}


/*tablet*/
@media (min-width: 992px) {
  .container {
      width: 100%;
  }

}

@media (max-width: 992px) {
  body {
      margin-bottom: 0;
  }
  .mobile-hide {
      display: none;
  }
  .mobile-show {
      display: block;
  }
  h2 {
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 42.5px; /* 132.813% */
      margin-bottom: 50px;
  }
  h3 {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 38px; /* 206.944% */
  }
  h4 {
      color: #FBF8EC;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 23.628px; /* 111.719% */
      text-align: center;
      margin-bottom: 20px;
  }
  h5 {
      text-align: center;
      line-height: 20px;
  }
  .mobile-flex {
      display: flex;
  }
  .container.topper {
      text-align: center;
      padding: 5% 10%;
  }
  .container.topper img {
      max-width: 260px;
  }
  .container.header .flex {
    display: block;
  }
   .container.header .flex button {
    margin-bottom: 10px;
   }
  .container.header {
      text-align: center;
      padding: 10% 5%;
      background-image: url("../img/ta-band.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
  }
  .container.header h1 {
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px; /* 140% */
  }
  .container.header.cann .topLocation.fifth .location {
    background-image: none;
    }

  .mobile-show img {
      width: 100%;
  }
  .container.topper .menu {
      display: none;
  }
  .house-blue.container {
    padding: 5%;
  }
  .house-blue p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .module .about {
    background-color: #fbeccd;
  }
  .module h4 {
  font-family: "orpheuspro", serif;
  color: #1b2b55;
  text-transform: capitalize;
   font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 68.74px; /* 171.85% */
}

.module .about p {
  font-family: 'gt_america_monoregular', sans-serif;
  color: #1b2b55;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
  text-align: center;
}

.module h5 {
  color: #1b2b55;
  font-weight: 900;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 20px;
}
.module .freed {
  text-align: center;
  margin-top: 50px;
}
.module .freed img {
  max-width: 200px;
  margin: 0 auto;
}
.container.header.cann h3 {
  margin-top: 0;
}
  .container.gray {
      background-image: none;
      text-align: center;
  }
  .container.header.cann .disp, .container.header.cann .deliv {
      text-align: center;
  }
  div.quote {
      padding-left: 10%;
      padding-right: 10%;
      width: 100%;
  }
  div.quote p {
      text-align: center;
      font-size: 22px;
      line-height: 21px;
  }
  .container.header.cann .flex {
      column-gap: 0px;
      display: block;
  }
  .container.header.cann .module.mobile-hide {
    display: none;
  }
  .container.header.cann .location {
      width: 100%;
      background-image: none !important;
      padding-left: 0;
      padding-right: 0;
  }
  .container.header.cann .address {
      padding: 4% 5%;
      width: 100%;
  }
  .container.header.cann .address p {
      font-size: 11.307px;
      font-style: normal;
      font-weight: 500;
      line-height: 13.004px; /* 115% */
      margin-bottom: 10px;
  }
  .container.header.cann button {
      
  }
  div.quote p.copyq {
      margin-bottom: 20px;
      font-size: 23px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px; /* 139.13% */
  }
  .container.header.cann {
      padding: 8% 5% 15% 5%;
  }
  .quote p.signature {
      margin-bottom: 10px;
      font-size: 16px;
  }
  div.quote img.star {
    display: none;
  }
  .container.logos {
    background-image: url("../img/ta-clouds-mobile.jpg");
    background-size: 100% 100%;
  }
  .logos.mobile-show h2 {
    color: black;
    font-family: 'orpheus_proregular', serif;
    font-size: 28px;
    line-height: 26px;
  }
  .logos.mobile-show .flex {
    margin-bottom: 30px;
  }
  .logos.mobile-show .flex .col-md-6 {
    display: flex;
  }
  .logos.mobile-show .flex .logo-pair {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .logos.mobile-show img {
    width: 60%;
  }
  .container.logos .logo .logos img {
    max-width: 100%;
    width: 100%;
  }
  .logos.mobile-show .prep img {
    width: 100%;
  }
  .prep-mobile {
    margin-top: 10%;
    margin-bottom: 12%;
  }
  .prep h3 {
    margin-bottom: 10px;
  }
  .prep.second h3 {
    margin-bottom: 0;
  }
  .prep.second h3 {
    margin-bottom: 25px;
  }
  .container.logos .logos img {
    max-width: 100%;
    width: 100%;
  }
  footer {
      background-image: none;
  }
  footer.col-lg-12 {
      padding-top: 5%;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
  }
  footer .logo {
      display: none;
  }
  footer .butt {
      width: 100%;
      display: block;
      height: auto;
      padding-left: 0;
      padding-right: 0;
      max-width: 250px;
      margin: 0 auto;
      text-align: center;
  }
  footer img {
      max-width: 116px;
  }
  footer button {
      font-size: 16px;
      padding: 12px;
      width: 100%;
  }
  footer .mobile-logo {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 70%;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: -10px;
      padding-bottom: 10px; 
  }
  button#neighbor {
    font-size: 30px;
    padding: 32px 0;
    width: 100%;
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .container {
      width: 100%;
  }
}

/*phone*/
@media screen and (max-width: 350px) {
  
}
