/*!
Author: Ian Monk
Author URI: https://ianmonkcreative.com
Version: 090525
*/
/* Content
--------------------------------------------- */
/* RGB 27 25 24 */
/*$font-main: proxima-nova-wide, sans-serif;*/
/* Animation Keyframes */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-left {
  0% {
    left: -27vw;
  }
  100% {
    left: -1.5vw;
  }
}
@keyframes button-press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
html, body {
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #e2ddd6;
}

h1 {
  font-style: normal;
  font-family: "Cal Sans", sans-serif;
  color: inherit;
  font-size: 2rem;
  line-height: 2.125rem;
  margin: 0;
  font-weight: 800;
  width: 100%;
  padding-top: 30px;
  text-align: left;
  gap: 10px;
  /*span {
  	color: vars.$salmon;
  }*/
}
@media screen and (min-width: 782px) {
  h1 {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
h1.center {
  text-align: center;
  animation: 0.8s ease-in-out backwards fadein;
}

h2 {
  font-size: 1.675rem;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
  font-family: "Cal Sans", sans-serif;
  width: 100%;
  text-align: center;
  margin: 16px 0 16px;
  /*
  span {
  	color: vars.$salmon;
  }*/
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
h2.more {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid #464442;
}

h3 {
  font-family: "Cal Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin: 0;
}
@media screen and (min-width: 782px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}

a {
  color: #e2ddd6;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

span.kern1 {
  margin-left: -0.1%;
}

span.kern2 {
  margin-left: -0.2%;
}

span.kern3 {
  margin-left: -0.3%;
}

span.kern4 {
  margin-left: -0.4%;
}

span.kern5 {
  margin-left: -0.5%;
}

button,
a.button {
  appearance: none;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border: none;
  background: transparent;
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  color: #e2ddd6;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  margin-right: -20px;
  padding: 8px 16px;
  border-radius: 4px;
}
button:hover::after,
a.button:hover::after {
  background-position: right center;
}
button::after,
a.button::after {
  display: block;
  content: "";
  width: 50px;
  height: 12px;
  background: url("img/arrow-cream.svg") no-repeat;
  background-size: auto 100%;
  background-position: right 20px center;
  transition: 0.3s ease-out;
}
button.active,
a.button.active {
  background: #343331;
}

.invalid-feedback,
.empty-feedback {
  display: none;
  color: #e2ddd6;
  flex: 0 0 100%;
  box-sizing: border-box;
  padding-left: 89px;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
  display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid,
.was-validated :invalid {
  /*border-color: vars.$yellow;*/
}

form {
  padding: 0;
  width: 100%;
  max-width: 600px;
  padding-right: 75px;
  animation: 0.8s ease-in-out backwards fadein;
}
form p#result {
  margin-top: 1rem;
  color: #e2ddd6;
  height: 1rem;
  line-height: 1rem;
}

.form-item {
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font-family: "Poppins", sans-serif;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  background: #343331;
  font-size: 1.25rem;
  line-height: 1.5rem;
  transition: 0.3s;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  color: #e2ddd6;
  border: 2px solid #1b1918;
  border-radius: 8px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #e2ddd6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #82807e;
  font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  flex: 0 0 calc(100% - 89px);
}

label {
  flex: 0 0 75px;
  text-align: right;
  text-transform: lowercase;
  color: #e2ddd6;
}

.form-actions {
  height: 35x;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

button[type=submit] {
  font-size: 1rem;
}

select {
  background: #fff;
  border: 1px solid #DEC3B1;
  border-radius: 4px;
  transition: 0.5s;
}
select:focus {
  border: 1px solid #f9a600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}

textarea {
  width: 100%;
  height: 6rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* Change the background color */
  -webkit-box-shadow: none !important;
  /* Change the text color */
  -webkit-text-fill-color: #f9a600;
  /* Add other styles as needed, e.g., border */
  /* Ensure smooth transition if changing background */
  transition: background-color 5000s ease-in-out 0s;
}

/* Navigation */
#navigation {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 16px 5%;
  width: 100%;
  background: #1b1918;
}
#navigation a {
  flex-grow: 0;
  font-size: 1rem;
  height: 26px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -moz-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -o-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  /*&.active {
  	color: vars.$yellow;
  }*/
}
@media screen and (min-width: 1200px) {
  #navigation a {
    font-size: 1.125rem;
  }
}
#navigation a:hover {
  transform: rotate(9deg);
}
#navigation span.line {
  height: 1px;
  flex-grow: 1;
  background: #464442;
  display: inline-block;
}
#navigation span.line.short {
  flex-grow: 0;
  width: 24px;
}
@media screen and (min-width: 1200px) {
  #navigation span.line.short {
    width: 30px;
  }
}
#navigation .branding {
  flex-grow: 1;
  text-align: left;
  position: relative;
  z-index: 1;
}
#navigation a.logo {
  height: 36px;
  width: 68px;
  line-height: 36px;
  background: transparent url("img/irm.svg") no-repeat center bottom;
  background-size: auto 30px;
  font-size: 0px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -moz-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -o-transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  transition: all 0.5s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
@media screen and (min-width: 992px) {
  #navigation a.logo {
    height: 42px;
    width: 79px;
    line-height: 42px;
    background-size: auto 36px;
  }
}
@media screen and (min-width: 1200px) {
  #navigation a.logo {
    height: 49px;
    width: 90px;
    line-height: 49px;
    background-size: auto 42px;
  }
}
#navigation a.logo:hover {
  transform: none;
}
#navigation.small {
  padding: 10px 5%;
  background: #1b1918;
}
#navigation.small a.logo {
  height: 30px;
  background-size: auto 26px;
}
#navigation.small .menu button, #navigation.small .menu a.button {
  font-size: 0.875rem;
}

/* Cards */
.card {
  z-index: 0;
  position: relative;
  flex: 1 0 100%;
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  background: #1b1918;
  color: #e2ddd6;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .card {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 782px) {
  .card {
    border-radius: 10px;
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .card {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .card {
    flex: 0 0 calc(33.33% - 16px);
  }
}
.card:hover {
  cursor: pointer;
}
.card:hover .card-image img {
  transform: scale(1.08);
}
.card.pressed {
  animation: 0.25s ease-in-out button-press;
  animation-delay: 0;
}
.card .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 4px;
  background-color: #d2795e;
  color: #1b1918;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 4px 10px;
  z-index: 3;
}
@media screen and (min-width: 782px) {
  .card .tag {
    border-radius: 6px;
  }
}
@media screen and (min-width: 992px) {
  .card .tag {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.card .card-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.card .card-image::before {
  padding-top: 75%;
  content: "";
  display: block;
}
.card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  transition: 0.75s all ease-out;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.75);
}
.card .card-title {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #e2ddd6;
  color: #1b1918;
  gap: 4px;
}
@media screen and (min-width: 782px) {
  .card .card-title {
    padding: 10px 14px 10px;
  }
}
.card .card-title h3 {
  margin-bottom: 2px;
  font-weight: 800;
  flex-basis: 100%;
}
.card .card-title .category, .card .card-title .industry {
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  flex: 0 0 0;
  gap: 4px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card .card-title .industry::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #464442;
  opacity: 0.33;
}

/* Content */
body {
  margin: 0px;
  padding: 0;
  background: #1b1918;
}

div, ul, li, span {
  box-sizing: border-box;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  gap: 12px;
  animation: 0.8s ease-in-out backwards fadein;
}
@media screen and (min-width: 576px) {
  .grid {
    gap: 16px;
  }
}
@media screen and (min-width: 782px) {
  .grid {
    gap: 24px;
  }
}
.grid .view-all {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.overlay {
  background: rgba(39, 38, 37, 0.66);
  backdrop-filter: blur(8px);
  position: absolute;
  height: 100%;
  width: 70%;
  left: 30%;
  top: 0;
  z-index: 80;
}

.main {
  display: flex;
  flex-direction: row;
  margin: 0 5%;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 88px 0 72px;
  min-height: calc(100vh - 86px);
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .main {
    gap: 32px;
    padding-top: 94px;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    gap: 40px;
    padding-top: 100px;
  }
}
.main .header {
  display: flex;
  flex-direction: column;
  /*animation: 0.8s ease-in-out backwards enter-btm;*/
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main .header {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  .main .header {
    width: 70%;
    margin: 0 15%;
  }
}
.main .project-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main .project-meta .meta {
  color: #a8a5a3;
  font-size: 0.75rem;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 992px) {
  .main .project-meta .meta {
    font-size: 0.875rem;
  }
}
.main .project-meta .meta::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #464442;
}
@media screen and (min-width: 782px) {
  .main .project-meta .meta::after {
    width: 24px;
  }
}
.main .project-meta .meta:last-child::after {
  display: none;
}
.main picture, .main img, .main video, .main iframe {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  line-height: 0;
}
.main .caption {
  color: #a8a5a3;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%;
}
.main .about {
  margin: 0 0 24px;
  border-top: 1px solid #464442;
  padding-top: 24px;
}
@media screen and (min-width: 782px) {
  .main .about {
    padding-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .main .about {
    padding-top: 36px;
  }
}
.main .about p {
  font-weight: 200;
}
@media screen and (min-width: 576px) {
  .main .about p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .main .about p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.main .about p .meta {
  font-size: 0.75rem;
  color: #82807e;
}
@media screen and (min-width: 992px) {
  .main .about p .meta {
    font-size: 0.875rem;
  }
}
.main .item {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: 0.5s ease-out;
  box-sizing: border-box;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .main .item {
    padding: 0 20% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .main .item {
    padding: 0 30% 0 0;
  }
}
.main .item.half {
  flex: 0 0 100%;
  flex-direction: column;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .main .item.half {
    flex: 0 0 calc(50% - 18px);
    padding: 0;
  }
  .main .item.half img, .main .item.half video {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .main .item.half {
    flex: 0 0 calc(50% - 21px);
  }
}
.main .item.half img, .main .item.half video, .main .item.half picture {
  max-width: 100%;
  height: auto;
}
.main .item.half .caption {
  width: 100%;
  flex: 0 0 0;
}
@media screen and (min-width: 992px) {
  .main .item.full {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .main .item.first {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1200px) {
  .main .item.first {
    padding: 0 12.5%;
  }
}
@media screen and (min-width: 992px) {
  .main .item.right {
    padding: 0 0 0 20%;
  }
}
@media screen and (min-width: 1200px) {
  .main .item.right {
    padding: 0 0 0 30%;
  }
}
.main .item.right .caption {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .main .item.center {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  .main .item.center {
    padding: 0 15%;
  }
}
@media screen and (min-width: 992px) {
  .main .item.push {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .main .item.push {
    padding-top: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .main .item.push {
    padding-top: 150px;
  }
}
.main .item .video-embed {
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.main .bio {
  gap: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  .main .bio {
    flex-basis: 84%;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .main .bio {
    flex-basis: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .main .bio {
    flex-basis: 75%;
  }
}
.main .bio .left {
  flex-basis: 30%;
  animation: 0.8s ease-in-out backwards fadein;
}
.main .bio .left h2 {
  text-align: left;
}
.main .bio .left img {
  max-width: 60%;
  border-radius: 8px;
}
@media screen and (min-width: 782px) {
  .main .bio .left img {
    max-width: 100%;
  }
}
.main .bio .left div.contact-info {
  padding: 10px 0;
  border-top: 1px solid #464442;
  font-size: 1rem;
}
.main .bio .left div.contact-info a {
  color: #e2ddd6;
}
.main .bio .left div.contact-info a.button {
  padding: 0;
}
.main .bio .left div.contact-info .icon {
  height: 16px;
  width: auto;
  display: inline-block;
  border-radius: 0px;
  margin-bottom: -2px;
}
.main .bio .right {
  flex-basis: 70%;
  padding-top: 50px;
  box-sizing: border-box;
  animation: 0.8s ease-in-out backwards fadein;
}
@media screen and (min-width: 782px) {
  .main .bio .right {
    padding-top: 0px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .main .bio .right {
    padding-left: 100px;
  }
}
.main .bio .right p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 200;
}

.footer {
  padding: 0 0 30px;
  margin: 1rem 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer .line {
  height: 1px;
  flex-grow: 1;
  background: #464442;
}
.footer .copyright {
  color: #464442;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  font-size: 0.75rem;
  flex: 0 0 190px;
}

/* 3rd Party Plugins */
#baguetteBox-overlay {
  backdrop-filter: blur(10px);
}
#baguetteBox-overlay .full-image img {
  max-width: 80% !important;
  max-height: 94% !important;
  border-radius: 12px;
}
#baguetteBox-overlay .baguetteBox-button:hover {
  cursor: pointer;
}
#baguetteBox-overlay .baguetteBox-button svg {
  display: none;
}
#baguetteBox-overlay .baguetteBox-button#next-button {
  background: #e2ddd6 url("../img/arrow-next.svg") no-repeat center center;
  background-size: 2.5rem auto;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
#baguetteBox-overlay .baguetteBox-button#next-button:hover {
  background-color: #f9a600;
}
#baguetteBox-overlay .baguetteBox-button#previous-button {
  background: #e2ddd6 url("../img/arrow-prev.svg") no-repeat center center;
  background-size: 2.5rem auto;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
#baguetteBox-overlay .baguetteBox-button#previous-button:hover {
  background-color: #f9a600;
}
#baguetteBox-overlay .baguetteBox-button#close-button {
  background: transparent url("../img/close.svg") no-repeat center center;
  background-size: 20px auto;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
