.bg-burnt-umber {
    background-color: #7D312B;
}
.bg-pansy-purple {
    background-color: #711C51
}
.bg-cal-poly-pomona-green {
    background-color: #1A4A29
}

.text-burnt-umber {
    color: #7D312B;
}
.text-pansy-purple {
    color: #711C51
}
.text-cal-poly-pomona-green {
    color: #1A4A29
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 100px;
    width: 100%;
    background: var(--vt-c-white);
}

header .logo {
    position: absolute;
    width: 123px;
    height: 78px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/images/juno-hotels.svg?227c77fc418931ab73c7c86309b147f3);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body.page-taksim header .logo, body.page-taksim-subpage header .logo {
    background-image: url(/images/junotaksim_logo.png?e19aa977ca455a63af6d425b32bdf511);
}
body.page-suites header .logo, body.page-suite-subpage header .logo {
    background-image: url(/images/junosuites_logo.png?9295cb8db8b1085fdd9cc9892f546777);
}
body.page-residences header .logo, body.page-residences-subpage header .logo {
    background-image: url(/images/junoresidences_logo.png);
    width: 150px;
}

.header-menu {
    z-index: 9999;
    top: -100%;
    background-color: var(--juno-c-secondary);
    color: #fff;
}
.header-menu .inner {
    border-radius: 0;
    overflow: auto;
}
body.page-taksim .header-menu, body.page-taksim-subpage .header-menu {
    background: var(--juno-c-taksim);
}
body.page-suites .header-menu, body.page-suite-subpage .header-menu {
    background: var(--juno-c-suites);
}
.header-menu .juno-logos {
    margin-top: 40px;
}
.header-menu .juno-logos img {
    width: 60px;
}
.header-menu .juno-logos .juno-item-residences img {
    width: 70px;
}
.header-menu .header-menu-nav > a {
    display: block;
    color: #C6C6C6;
    text-align: center;
    font-family:  var(--juno-font-din-condensed);
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}
.header-menu .header-menu-nav.nav-privacy > a {
    font-size: 24px;
    line-height: 36px;
}
header .dropdown-menu {
    position: relative;
    display: inline-block;
}
header .dropdown-toggle {
    text-transform: uppercase;
}
header .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    list-style-type: none;
    padding: 0;
    margin: 0;
    right: 0;
    min-width: 120px;
}
header .dropdown-content li {
    padding: 0;
    display: block;
}
header .dropdown-content li a {
    padding: 8px 16px;
    display: block;
    background-color: #fff;
    text-align: center;

}
header .dropdown-content li:hover a {
    background-color: var(--juno-c-secondary);
    color: #fff;
}

@media (min-width: 768px) {
    header .logo {
        /* top: 50%; */
    }
    .header-menu .juno-logos {
        margin-top: 80px;
    }
    .header-menu .juno-logos img {
        width: 70px;
    }
    .header-menu .juno-logos .juno-item-residences img {
        width: 80px;
    }
    header {
        height: 85px;
    }
}

footer {
    background: var(--juno-c-secondary);
    color: var(--vt-c-white);
    padding-bottom: 100px;
}
footer .footer-main-logo img {
    width: 90px;
}
.menu-logo {
    width: 90px;
}
footer .footer-logo {
    width: 60px;
}
footer .judo-item, .header-menu .judo-item {
    font-family: 'Effra', 'Helvetica Neue', sans-serif;
    min-width: 33%;
    color: var(--vt-c-white);
    text-align: center;
    font-weight: bold;
}
footer .judo-item.juno-item-residences img {
    width: 70px;
}
footer .judo-item > small, .header-menu .judo-item > small {
    font-weight: normal;
    display: block;
    margin-top: -10px;
    font-size: 10px;
    text-transform: uppercase;
}
footer .judo-item:hover {
    background-color: transparent;
}
footer .footer-menu > a {
    display: block;
    color: #fff;
}
footer .footer-menu.nav-privacy > a {
    font-size: 16px;
}
footer .footer-main-logo {
    margin-top: 80px;
}
body.page-taksim footer, body.page-taksim-subpage footer {
    background: var(--juno-c-taksim);
}
body.page-suites footer, body.page-suite-subpage footer {
    background: var(--juno-c-suites);
}
body.page-residences footer, body.page-residences-subpage footer {
    background: #016e3d;
}
@media (min-width: 768px) {
    footer .judo-item, .header-menu .judo-item {
        min-width: 33%;
    }
    .menu-logo {
        width: 130px;
    }
    footer .footer-logo {
        width: 60px;
    }
    footer .judo-item.juno-item-residences img {
        width: 70px;
    }
    footer .footer-main-logo img {
        width: 100px;
    }
    footer .footer-logos {
        margin-top: 80px;
    }
}
@media (min-width: 1024px) {
    footer .footer-main-logo {
        margin-top: 3rem;
    }
    footer .judo-item, .header-menu .judo-item {
        min-width: 220px;
    }
}

a, button {
  text-decoration: none;
  color: var(--juno-c-link);
  transition: 0.4s;
}

.juno-section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.image-wrap {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p {
  line-height: 1.4;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.p-journal::first-letter {
  font-size: 55px;
  float: left;
  margin-right: 4px;
  line-height: 0.9;
  font-weight: bold;
}

@media (min-width: 768px) {
  .juno-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.juno-heading {
    font-family: 'DIN Condensed', 'Helvetica Neue', sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
}
.juno-heading span {
    font-weight: normal;
    font-family: var(--juno-font-brandon-text);
    font-size: 24px;
}


.home-banner_swiper-container .swiper-wrapper .slide-1 {
    background-image: url('../images/home-banner-bg_mobile.jpg')
}
.home-banner_swiper-container .swiper-wrapper .slide-2 {
    background-image: url('../images/home-banner-bg-slider_mobile.jpg')
}
html[lang="tr"] .home-banner_swiper-container .swiper-wrapper .slide-1 {
    background-image: url('../images/home-banner-bg_mobile_tr.jpg');
}
html[lang="tr"] .home-banner_swiper-container .swiper-wrapper .slide-2 {
    background-image: url('../images/home-banner-bg-slider_mobile_tr.jpg');
}
@media screen and (min-width: 1024px){
    .home-banner_swiper-container .swiper-wrapper .slide-1 {
        background-image: url('../images/home-banner-bg.jpg')
    }
    .home-banner_swiper-container .swiper-wrapper .slide-2 {
        background-image: url('../images/home-banner-bg-slider.jpg')
    }
    html[lang="tr"] .home-banner_swiper-container .swiper-wrapper .slide-1 {
        background-image: url('../images/home-banner-bg_tr.jpg');
    }
    html[lang="tr"] .home-banner_swiper-container .swiper-wrapper .slide-2 {
        background-image: url('../images/home-banner-bg-slider_tr.jpg');
    }
}


/* tt edit */
.banner-inner {
    padding-top:3rem;
}
.juno-booking-form {
    margin-top:2rem;
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 1023px){
    .banner-inner {
        padding-top:2rem;
        }
    
        .booking-wrapper {
            padding-left: 50px;
            padding-right: 50px;
        }
}

.home-banner-2{
    color:#fff;
}

@media (min-width: 1024px){
    .w-6\/12 {
    width: 50%;
    }

}
