
@font-face {
    font-family: 'Alvar Essential';
    src: url('../fonts/AlvarEssential-Regular.woff2') format('woff2'),
        url('../fonts/AlvarEssential-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alvar Essential';
    src: url('../fonts/AlvarEssential-Medium.woff2') format('woff2'),
        url('../fonts/AlvarEssential-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Alvar Essential', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}

/* -------------------- General -------------------- */

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

a, a:active, a:visited {
  color: #FF5600;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a:hover {
  color: #706737;
  text-decoration: none;
}

a.btn {
  color: #FFF;
}

h2 {
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: 1px;
}

h3 {
  font-size: 24px;
}

p {
  margin-bottom: 30px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.smallcaps {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}

.font-weight-bold {
  font-weight: 700;
}

.text-medium {
  font-size: 16px;
}

.white-bg {
  background-color: #FFF;
}

a.special-link {
  font-size: 14px;
}

a.special-link:hover {
  text-decoration: underline;
}

.bg-grey {
  background-color: #F9F9FA;
}

hr {
  border-top: 1px dashed #979797 !important;
  width: 100%;
}


/* -------------------- Button Styles -------------------- */

.btn-primary {
  padding: 16px 28px 14px;
  background-color: #FF5600;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #706737;
  color: #FFF;
}


/* -------------------- Header & Logo -------------------- */

h1.brand a, h2.brand-airy-fairy a, h2.brand-other a {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  text-indent: 9999px;
  overflow: hidden;
}

h1.brand a {
  margin: 24px auto 24px;
  width: 119px;
  height: 93px;
  background: url('../img/urban-creation-logo.svg') no-repeat center center;
  background-size: contain;
}

h2.brand-airy-fairy, h2.brand-other { display: inline-block; }

h2.brand-airy-fairy a {
  width: 120px;
  height: 26px;
  background: url('../img/airy-fairy-new-york-logo.svg') no-repeat center center;
  background-size: contain;
  opacity: 0.4;
}

h2.brand-other a {
  width: 153px;
  height: 26px;
  background: url('../img/other-brand-logo.svg') no-repeat center center;
  background-size: contain;
  opacity: 0.4;
}

h2.brand-airy-fairy a:hover, h2.brand-other a:hover {
  opacity: 1;
}

/* -------------------- Nav -------------------- */

.mobile-menu-button, .mobile-menu-close {
  display: block;
  position: absolute;
  width: 27px;
  height: 10px;
  top: 55px;
  right: 20px;
  background: url('../img/menu-button.svg') no-repeat center center;
  z-index: 99;
  white-space: nowrap;
  text-indent: 9999px;
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}

.mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button:active, .mobile-menu-button:not(:disabled):not(.disabled):active, .mobile-menu-button:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.mobile-menu-close {
  padding: 20px;
  background: url('../img/icon-cross-white.svg') no-repeat center center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 60px;
  right: 37px;
  z-index: 9999;
}

nav.default-nav {
  display: none;
  width: 100%;
}

nav .nav-menu {
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
  padding-inline-start: 0;
}

nav .nav-menu li, nav .nav-menu .list-inline-item:not(:last-child) {
  display: inline;
  margin: 0 17px;
}

nav .nav-menu li a {
  display: inline-block;
  padding: 9px 6px;
  font-size: 19px;
  color: #21211E;
  border-bottom: 2px solid #fff;
}

nav .nav-menu li a:hover, nav .nav-menu li a.active {
  color: #FF5600;
  text-decoration: none;
  border-bottom: 2px solid #FF5600;
}

.lang-link { display: none; } /* Temp hide */

/* Mobile menu */

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-dialog {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  max-width: none;
  margin: 0;
  overflow-y: scroll;
}

.modal .navbar-toggle {
  float: right;
}

.mobile-nav-header {
  padding: 15px 0;
}

.mobile-nav .nav-menu li a {
  color: #FFF;
  border-bottom: none;
}

h1.brand.logo-white a {
  width: 140px;
  height: 29px;
  background: url('../img/urban-creation-logo-white.svg') no-repeat center center;
  background-size: contain;
}

.modal-nav-body, .mobile-nav {
  height: 100%;
}

.modal-nav-content {
  margin-top: 30%;
  height: 70%;
  font-family: 'Alvar Essential', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.modal-nav-body ul li {
  display: block;
  font-size: 34px;
  padding: 8px;
  height: 25%;
}

.mobile-nav-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.mobile-nav-footer a {
  color: #FFF;
}

.mobile-social-links li {
  padding-right: .5rem;
  border-right: 1px solid #FFF;
}

.mobile-social-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* -------------------- Masthead -------------------- */

.masthead {
  background: #E9E9E8 url('../img/masthead-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 580px;
}

.masthead h1 {
  margin-top: 290px;
  font-size: 54px;
  line-height: 48px;
}

.masthead p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

/* -------------------- Page body -------------------- */

section {
  margin: 115px 0 130px 0;
}

section p {
  line-height: 38px;
  letter-spacing: 0.5px;
}

/* -------------------- Forms -------------------- */

label, input, textarea {
  display: block;
  width: 100%;
}

label {
  margin-bottom: 0;
  font-size: 14px;
}

input, textarea, .form-control {
  padding: 12px 8px;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: #F7F7F7;
  color: #21211E;
}

.form-control:focus {
  background-color: #F9F9F9;
  color: #21211E;
  box-shadow: none;
}

/* -------------------- Social icons -------------------- */

.social-icons {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-indent: 9999px;
  overflow: hidden;
  opacity: 0.4;
}

.social-icons a.email {
  background: url('../img/icon-email.svg') no-repeat center center;
}

.social-icons a.instagram {
  background: url('../img/icon-instagram.svg') no-repeat center center;
}

.social-icons a:hover {
  opacity: 1;
}

/* -------------------- Footer -------------------- */

footer {
  padding: 40px 50px;
  font-family: 'Alvar Essential', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-top: 1px solid #E4E4E4;
}

footer p {
  margin-bottom: 0;
}


/* -------------------- Media Queries (Responsive) -------------------- */

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

.full-width-only { display: none; }
.mobile-only { display: inline-block; }
.mobile-full-width { width: 100%; } /* This means width is 100% of container */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .mobile-menu-button {
    display: none;
  }

  nav.default-nav {
    display: block;
  }

  .modal-nav-content {
    margin-top: 200px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {



}
