@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,800;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BioRhyme+Expanded:wght@200&display=swap");
label, select, option {
  font-size: 0.75rem !important; }

label {
  font-weight: 700;
  text-transform: uppercase; }

body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

h3.message {
  margin-bottom: 64px;
  font-weight: 100;
  font-style: italic;
  font-size: 60px; }

h2.page-title {
  text-transform: uppercase;
  color: #089C95;
  font-weight: 500;
  font-size: 21px; }
  h2.page-title.bottom {
    margin-top: 4rem; }
  h2.page-title span {
    color: rgba(1, 1, 1, 0.3);
    font-weight: 500; }
  h2.page-title a {
    font-weight: 500; }

.profile a {
  text-decoration: underline; }
.profile h2 {
  margin: 0;
  line-height: 1;
  padding-bottom: 8px; }
.profile i {
  width: 24px; }
.profile small {
  line-height: 1.1; }
@media (min-width: 576px) {
  .profile p, .profile small, .profile h2, .profile a {
    color: #fff; }
  .profile h2 {
    font-size: 48px; } }

@media (min-width: 576px) {
  #contact .contact {
    background: url("../img/brian-lurie.png") no-repeat;
    padding: 8rem 1rem; } }

a img:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cell a img:nth-child(2):hover {
  opacity: 1 !important; }

#hero {
  margin-bottom: 4rem; }

#hero.highlandPark {
  background: url("../img/highland/hp-plat-hero.png") top center no-repeat; }

#home {
  height: 100vh;
  background: url("../img/background.jpg") center center no-repeat;
  background-size: cover; }
  #home h2 {
    color: #fff;
    font-size: 108px;
    line-height: 1;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: -5px; }
  #home footer {
    display: none; }

#welcome {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #welcome h2 {
    color: #fff;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 3rem;
    padding: 0 3rem;
    letter-spacing: -1px; }
    @media (min-width: 576px) {
      #welcome h2 {
        font-size: 7rem;
        padding: 0 6rem;
        letter-spacing: -5px; } }
  #welcome footer {
    display: none; }

.logo {
  max-width: 150px; }
  @media (min-width: 576px) {
    .logo {
      max-width: 250px !important; } }

header {
  padding: 2rem 0 5rem 0; }
  header ul.menu {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem; }
  header #mobile ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    margin-top: 1rem;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.25); }

.menu-icon {
  align-self: flex-start;
  width: 40px !important;
  height: 32px !important; }

.menu-icon:after {
  height: 2px !important;
  box-shadow: 0 14px 0 #0a0a0a, 0 28px 0 #0a0a0a !important; }

.breadcrumbs {
  padding: .5rem 1rem;
  margin-top: 6rem;
  background: rgba(1, 1, 1, 0.05);
  display: none; }

.breadcrumbs li h1 {
  font-weight: inherit;
  margin: inherit;
  line-height: inherit;
  font-size: inherit; }

footer {
  margin-top: 8rem; }
  footer li {
    font-size: 11px; }
  footer a {
    font-weight: 800; }
  footer a.no-link {
    cursor: pointer !important; }

.project-title-banner {
  margin-top: 12px; }
  .project-title-banner h3, .project-title-banner h4, .project-title-banner h5 {
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #222; }
  .project-title-banner h4, .project-title-banner h5 {
    font-weight: 500; }
  .project-title-banner h5 {
    padding: 0 8px;
    float: right; }

.card {
  border: none !important; }

#past-projects {
  margin-top: 100px; }

.image-map-pro-container {
  border: 2px solid rgba(1, 1, 1, 0.5);
  margin-top: 12px; }

.imp-wrap {
  max-width: none !important; }

.imp-ui-element {
  background: rgba(1, 1, 1, 0.75) !important;
  color: #FFF !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 14px; }

.border {
  border: 1px solid #ccc; }

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.masonry-css {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1rem;
  column-gap: 1rem; }

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 4;
    column-count: 4; } }
#features {
  margin-top: 6rem; }
  #features ul {
    padding-bottom: 2rem; }
  #features li {
    list-style: square;
    line-height: 1.4;
    padding-bottom: .5rem; }
  #features h6 {
    text-transform: uppercase;
    color: #089C95;
    padding-bottom: .75rem; }

#gallery .button-container {
  position: relative;
  display: inline-block;
  text-align: center; }
#gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(11, 74, 143, 0.75);
  border: 2px solid white;
  font-size: 18px;
  font-weight: 800; }
  #gallery .overlay a {
    color: white; }
#gallery .button-group .button {
  margin: .125rem;
  background: #dad0cd;
  color: #090706;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
#gallery .button-group .button.is-active {
  background: #7e655d;
  color: white; }

a.zoom {
  cursor: zoom-in; }

.reveal {
  border: none;
  background: none; }

.close-button {
  top: 2rem;
  right: 2rem;
  font-size: 4rem; }

#directions h4 {
  padding-bottom: 1.5rem;
  text-transform: uppercase; }

.isotope-grid-projects .cell {
  min-height: 500px; }
  @media (min-width: 576px) {
    .isotope-grid-projects .cell {
      min-height: 800px; } }

.isotope-grid-gallery .cell {
  min-height: 250px; }
  @media (min-width: 576px) {
    .isotope-grid-gallery .cell {
      min-height: 275px; } }

.isotope-grid-project {
  min-height: 250px; }
  @media (min-width: 576px) {
    .isotope-grid-project {
      min-height: 900px; } }

.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #0a0a0a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto; }

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0; }

.offcanvas-full-screen.is-transition-overlap {
  z-index: 10; }

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " "; }

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center; }

.offcanvas-full-screen-menu {
  margin: 0;
  margin-top: 3rem;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0; }

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2rem; }

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0; }

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.offcanvas-full-screen-menu a {
  color: #fefefe;
  z-index: 1000000 !important; }

.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2; }

.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 4rem;
  font-weight: 200; }

.offcanvas-full-screen-close:hover {
  color: #b2b2b2; }
