/* ======================================================================== */
/* ! SECTION TITLES
/* ======================================================================== */

.logo .brand {
  width: 200px;
  height: 30px;
  display: block;
  background: url('../images/logo.svg') no-repeat 0 0;
  background-size: 200px auto;
  margin-top: 17px;
  margin-left: 30px;
}


.title-container {
  margin-top: 5%;
  padding-right: 10px;
  margin-left: 55%;
  width: calc(45% - 10px);
  float: right;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 60px;
  text-align: right;
}
/* Adjust calc + with height of fixed nav */
.title-container.title-hero {
  margin-top: calc(5% + 60px);
  padding-right: 10px;
}

.parallax-title h1 { 
  display: inline;
  color: #fff; 
  margin: 0; 
  line-height: 68px;
}


/* GREEN TITLE BOX */
.parallax-title h1 > span {
  text-shadow: -2px 2px #3c948b;  
  background-color: rgba(60,148,139,0.9);
  box-shadow: 10px 0 0 rgba(60,148,139,0.9), -10px 0 0 rgba(60,148,139,0.9);
  padding: 6px 0;
}

/* RED TITLE BOX
.parallax-title h1 > span {
  text-shadow: -2px 2px #ae3e3e;  
  background-color: rgba(174,62,62,0.9);
  box-shadow: 10px 0 0 rgba(174,62,62,0.9), -10px 0 0 rgba(174,62,62,0.9);
  padding: 6px 0;
}
 */


/* BLUE BANNER */

.title-container.blue_banner .parallax-title {
  text-shadow: -2px 2px #1d758b;
}

.title-container.blue_banner .parallax-title h1 > span { 
  text-shadow: -2px 2px #1d758b;
  background-color: rgba(29,117,139,0.9);
  box-shadow: 10px 0 0 rgba(29,117,139,0.9), -10px 0 0 rgba(29,117,139,0.9);
  padding: 6px 0;
}

.title-container.blue_banner .parallax-title.subtitle p {
  margin: 0;/* prevents right border dropping below text box */ 
  line-height: 28px;
}

.title-container.blue_banner .parallax-title.subtitle p > span { 
  text-shadow: -2px 2px #1d758b;
  background-color: rgba(29,117,139,0.9);
  box-shadow: 10px 0 0 rgba(29,117,139,0.9), -10px 0 0 rgba(29,117,139,0.9);
  padding: 6px 0;
}




/* ================ PURPLE BANNER ================ */

.title-container.purple_banner .parallax-title {
  text-shadow: -2px 2px #6D5A7D;
}

.title-container.purple_banner .parallax-title h1 > span { 
  text-shadow: -2px 2px #6D5A7D;
  background-color: rgba(109,90,125,0.9);
  box-shadow: 10px 0 0 rgba(109,90,125,0.9), -10px 0 0 rgba(109,90,125,0.9);
  padding: 6px 0;
}

.title-container.purple_banner .parallax-title.subtitle p {
  margin: 0;/* prevents right border dropping below text box */ 
  line-height: 28px;
}

.title-container.purple_banner .parallax-title.subtitle p > span { 
  text-shadow: -2px 2px #6D5A7D;
  background-color: rgba(109,90,125,0.9);
  box-shadow: 10px 0 0 rgba(109,90,125,0.9), -10px 0 0 rgba(109,90,125,0.9);
  padding: 6px 0;
}


/* DARKER PURPLE (#1E2832 20% overlay) */
.title-container.purple_banner .parallax-title {
  text-shadow: -2px 2px #5B506C;
}

.title-container.purple_banner .parallax-title h1 > span { 
  text-shadow: -2px 2px #5B506C;
  background-color: rgba(91,80,108,0.9);
  box-shadow: 10px 0 0 rgba(91,80,108,0.9), -10px 0 0 rgba(91,80,108,0.9);
  padding: 6px 0;
}

.title-container.purple_banner .parallax-title.subtitle p {
  margin: 0;/* prevents right border dropping below text box */ 
  line-height: 28px;
}

.title-container.purple_banner .parallax-title.subtitle p > span { 
  text-shadow: -2px 2px #5B506C;
  background-color: rgba(91,80,108,0.9);
  box-shadow: 10px 0 0 rgba(91,80,108,0.9), -10px 0 0 rgba(91,80,108,0.9);
  padding: 6px 0;
}






/* ================ RED BANNER ================ */

.title-container.red_banner .parallax-title {
  text-shadow: -2px 2px #C85A55;
}

.title-container.red_banner .parallax-title h1 > span { 
  text-shadow: -2px 2px #C85A55;
  background-color: rgba(200,90,85,0.9);
  box-shadow: 10px 0 0 rgba(200,90,85,0.9), -10px 0 0 rgba(200,90,85,0.9);
  padding: 6px 0;
}

.title-container.red_banner .parallax-title.subtitle p {
  margin: 0;/* prevents right border dropping below text box */ 
  line-height: 28px;
}

.title-container.red_banner .parallax-title.subtitle p > span { 
  text-shadow: -2px 2px #C85A55;
  background-color: rgba(200,90,85,0.9);
  box-shadow: 10px 0 0 rgba(200,90,85,0.9), -10px 0 0 rgba(200,90,85,0.9);
  padding: 6px 0;
}


/* DARKER RED (#1E2832 10% overlay) */

.title-container.red_banner .parallax-title {
  text-shadow: -2px 2px #AA5A55;
}

.title-container.red_banner .parallax-title h1 > span { 
  text-shadow: -2px 2px #AB5A55;
  background-color: rgba(170,90,85,0.9);
  box-shadow: 10px 0 0 rgba(170,90,85,0.9), -10px 0 0 rgba(170,90,85,0.9);
  padding: 6px 0;
}

.title-container.red_banner .parallax-title.subtitle p {
  margin: 0;/* prevents right border dropping below text box */ 
  line-height: 28px;
}

.title-container.red_banner .parallax-title.subtitle p > span { 
  text-shadow: -2px 2px #AB5A55;
  background-color: rgba(170,90,85,0.9);
  box-shadow: 10px 0 0 rgba(170,90,85,0.9), -10px 0 0 rgba(170,90,85,0.9);
  padding: 6px 0;
}




.green_text {
  color: #49c8b3
}









/* ======================================================================== */
/* ! ISOTOPE PORTFOLIO
/* ======================================================================== */
  
  .isotope-container {
    width: 100%;
  }

  #portfolio-list, #portfolio-filter {
    list-style: none;
    margin: 0;
    width: 100%;
    min-height: 400px;
    display: inline-block;
  }

  #portfolio-list .block {
    margin: 0;
    width: 25%;
    min-height: 100px;
    display: inline-block;
    background-color: #ccc;
  }

  .portfolio-thumb {
    width: 200px;
  }

  .post__overlay .post_description {
    padding: 60px 10% 0 10%;
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    opacity: 0;
  }
  .post__overlay .post_description p {
    padding: 0 0 10px 0;
  }
  .post__overlay:hover .post_description {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_outline {
    font-family: 'Uni-Sans-Regular';
    font-size: 18px;
    padding: 14px 20px;
    border: 2px solid #49c8b3;
  }
  .btn_outline:hover {
    border: 2px solid #49c8b3;
    background: #49c8b3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .pswp .btn_outline {
    display: none;
  }
  .pswp .post_description {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }



