html, body{
max-width: 100%;
height: auto;
/* font-family:"brandon-grotesque"; */
font-family: mr-eaves-modern, sans-serif;
font-weight: 500;
font-size: 1.1rem;

background: linear-gradient(0deg,#ECE9E6 , #FFFFFF 60%);
}

a{
  color: #74C4AE;
  text-decoration: none;
}

.nav-link {
  color: red;
}
.nav-item a {
  font-weight: 700;
  color: #333333;}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}


#title-name {
  font-family: "ff-meta-serif-web-pro";
  font-weight: 600;
  font-size: 1.25rem;
  color: #333333;
  letter-spacing: 1.25px;
  position: absolute;
  top: 5vh;
  left: 5vw;
}

.navbar-nav {
  position: absolute;
  top: 5vh;
  float: right;
  right: 5vw;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
color: #333333;
}

.nav-link {
  letter-spacing: 1px;
}



.info-tab {
  font-size: 1rem;
  font-weight: 500;
    color: #777777;
}

.col-md-6 {
}

.container {
  padding-top: 22.5vh;
  height: auto;
  /* padding-bottom: 10vh; */
}

.image-thumbnail {
  padding-top: 10vh;
  height: auto;
  display: block;
  position: relative;
}

.case-number-wrapper h2{
  font-family: "ff-meta-serif-web-pro";
  font-size: 5rem;
}

.header-subtitle {
  padding-top: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #292929;
}

.description-bold-large {
  font-size: 2rem;
  font-weight: 700;
  color: #74C4AE;
}

.shadow {
  -webkit-box-shadow: -1px 0px 49px -4px rgba(99,99,99,1);
  -moz-box-shadow: -1px 0px 49px -4px rgba(99,99,99,1);
  box-shadow: -1px 0px 49px -4px rgba(99,99,99,1);
margin: 0px;
padding: 0px;
}


/* .title {
  padding-left: 0;
}

.date-location {
  padding-left: 0;
} */


.header-description {
  font-size: 1.25rem;
  font-family: "ff-meta-serif-web-pro";
  font-weight: 600;
  letter-spacing: .5px;
}

.case-link-wrapper {
  position: relative;
  padding-top: 2.5vh;
}

.selected-images-main {
  height: auto;
  position: relative;
  margin-top: 10vh;
}

.selected-images-container {
  height: auto;
  position: relative;
  margin-top: 4vh;
  padding-top: 10vh;
}

.selected-images-container video {
  object-fit: contain;
}

.embed-responsive {
  height: 80vh;
}

.footer {
  position: relative;
  height: 50vh;
  width: 100%;
}

.footer-right {
  position: relative;
  bottom: 10vh;
}

.footer-right a{
    text-decoration: underline;
    color: #74C4AE;
}

.next-project {
  font-size: 1.25rem;
  font-weight: 600;
}

.next-project a {
  text-decoration: underline;
}

.previous-project {
  font-size: 1.25rem;
}

.self-shoutout {
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-left {
  position: relative;
  bottom: 10vh;
}

.footer-left a{
    text-decoration: underline;
    color: #74C4AE;
}

.row.no-gutter [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.selected-images img {
  object-fit: cover;
}

.selected-text-large {
  font-size: 1.5rem;
  font-weight: 600;
}

iframe {
  overflow: auto;
}

/*SELECTED WORKS */


* { box-sizing: border-box; }

.isotope-container {
  position: relative;
  margin: 35vh 5vw;
  width: 90%;
  /* margin: 50px auto; */
}



.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px;
  /*border: 1px solid #797979;*/
  cursor: pointer;
  /*-webkit-transition: all .5 ease;
  transition: all .5 ease;*/
}

.portfolio-menu ul{
  padding-left: 5px;
}

.portfolio-menu ul li:hover {

  /*color: #99EAD3;*/
}

.description-bold-header {
  font-weight: 700;
  font-size: 2.5rem;
  padding-bottom: 50px;
  font-family: "ff-meta-serif-web-pro";
}


.button-box.isotope-active{
  position:relative;
  vertical-align: middle;
  color: #0b7;
  display: inline-block;
  /*height: 60px;
  line-height: 60px;*/
  width: 125px;
  height: 50px;
  text-align: center;
  transition: 0.5s;
  /*padding: 0 20px;*/
  cursor: pointer;
  border: 2px solid #0b7;
  -webkit-transition:0.5s;
}

.button-box{
  position:relative;
  vertical-align: middle;
  color: #9D9D9D;
  display: inline-block;
  /*height: 60px;
  line-height: 60px;*/
  width: 125px;
  height: 50px;
  text-align: center;
  transition: 0.5s;
  padding: 0 20px;
  cursor: pointer;
  border: 2px solid #9D9D9D;
  -webkit-transition:0.5s;
}

.button-box:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #0b7;
}

.button-box::before, .button-box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;

}

.curmudgeon::before {
  border-bottom: 1.5px solid #0b7;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.button-box:hover::after, .button-box:hover::before {
  -webkit-transform: scale(1);
}

.portfolio-item {
  position: relative;
  z-index: 100;
}

.portfolio-item .item {
  width: auto;
  position: relative;
  height: 70vh;
  display: inline-block;
  padding: 10px 10px;
}

.portfolio-item .item img {
  object-fit: cover;
  height: 60vh;
  width: 50vw;
}

#additional-works-brush {
  width: 30%;
  position: relative;
  top: 20vh;
  left: 5vw;
}

.header-description-bold {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "ff-meta-serif-web-pro";
}

.header-emphasis {
  font-size: 2rem;
  font-weight: 700;
  font-family: "ff-meta-serif-web-pro";
}

.description-bold {
  font-size: 1.5rem;
  font-weight: 700;
  color: #74C4AE;

}

#navbar-svg{
  font-family: "ff-meta-serif-web-pro";
  width: 40px;
  color: #333333;
  letter-spacing: 1.25px;
  position: absolute;
  top: 5vh;
  left: 5vw;
}

#navbar-svg :hover path {
  fill: #1AD7A9;
}

.subheader-description {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #484848;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  width: auto;
  padding: 15px;
  position: relative;
}

.embed-responsive {
  padding-left: 15px;
  padding-top: 15px;
}

.header-content {
  font-size: 1.1rem;
}

.top-header {
  padding-bottom: 15vh;
}

@media (max-width: 599px) {
  .header-description-bold{
    font-size: 40px;
  }
}
