/* Main Site Styles ----------------------------------- */
body {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #00a0a2;
  line-height: 1.8;
}

p {
  color: #155957;
  font-size: large;
  line-height: 1.8;
}

a {
  color: white;
  text-decoration: none;

  line-height: 1.6;
}

hr {
  border: 1px solid white;
  position: relative;
  width: 60%;
  margin: 5% auto 0;
  opacity: 1;
}

.content-fluid {
  width: 83%;
  margin: auto;
  padding: 1% 7%;
}

/* @media (max-width: 900px) {
  .content-fluid {
    width: 100%;
  }
} */

.colored-section {
  background-color: #ecf7f7;
}

.dark-color {
  background: #155957;
  color: #fff;
}

.light-color {
  background: #ecf7f7;
  color: #155957;
}

/* End Main Site Styles ------------------------------------ */
/* Navbar Section ---------------------------------*/
.navbar {
  text-align: right;
}
.nav-logo-text {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
}
.nav-logo {
  height: 3vh;
  padding-left: 0;
}
.navbar-toggler {
  width: 20%;
  border: none;
}
.navbar-nav .nav-item:hover .nav-link {
  color: #00a0a2;
}

/* End Navbar Section ----------------------------------------------------------*/
/* Header Section ----------------------------------------------------*/
.academy-header-img {
  background: radial-gradient(rgba(80, 80, 80, 0.5), rgba(0, 0, 0, 0.8) 75%),
    url("/content/portfolio-content/academy/academy-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}

.header-logo {
  width: 60%;
  margin: auto;
}

.header-scroll-icon {
  color: white;
  padding-top: 50px;
  justify-content: center;
  font-size: 3vw;
}
.portfolio-header-title {
  margin-top: 0%;
  color: #fff;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.25rem;
}

.portfolio-header-subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  padding: 2% 12%;
}

.portfolio-header-logo {
  max-width: 80%;
  max-height: 500px;
}

@media (max-width: 600px) {
  .portfolio-header-title {
    font-size: 1.5rem;
    line-height: normal;
    margin: auto;
  }
  .portfolio-header-subtitle {
    font-size: 1.15rem;
    line-height: 1.5rem;
    padding: 10% 0;
  }
  .portfolio-header-logo {
    width: 100%;
  }
}

/* End Header Section ---------------------------------*/
/* Case Study Intro Section----------------------------------------------------- */
.caseStudy-intro {
  text-align: left;
  line-height: 1.75rem;
  padding: 5% 1.5%;
}

.caseStudy-intro-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-right: 5px;
}
.caseStudy-intro-link {
  color: #155957;
}

/* END Case Study Intro Section----------------------------------------------------- */
/* Case Study Summary Section ----------------------------------------------- */
.caseStudy-summary-section-heading {
  color: #fff;
  padding: 5% 0 5%;
}

.caseStudy-summary-txt,
.caseStudy-summary-heading {
  color: #fff;
  line-height: 1.7rem;
  padding: 1% 1%;
}

.caseStudy-summary {
  text-align: left;
  padding: 0 2%;
}

.caseStudy-summary-img {
  max-width: 90%;
  height: auto;
  margin: 7% auto;
  border-radius: 5px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

/* END Case Study Summary Section ----------------------------------------------- */
/* Case Study Gallery Section ------------------------------------------------------- */
.caseStudy-gallery-img {
  max-width: 100%;
  max-height: auto;
  padding: 10px;
  border-radius: px;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}

.caseStudy-gallery-img:hover {
  transition: all 1.5s ease;
  transform: scale(1.02);
}

.caseStudy-gallery {
  padding: 5%;
}

.caseStudy-gallery-group {
  padding: 0 1%;
  overflow: hidden;
}

.caseStudy-video {
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
/* Media-box-section (New Portfolio Section)---------------------------- */

/* hide no more entries button */
.media-boxes-no-more-entries {
  display: none;
}

.filters-container {
  margin-bottom: 20px;
}

.custom-portfolio-filter {
  padding-bottom: 0;
  margin: 0;

  text-align: right;
}

.custom-portfolio-filter li {
  list-style: none;
  display: inline-block;
  margin-left: 18px;
  font-size: 015px;
}

.custom-portfolio-filter li a {
  color: #999;
  text-decoration: none;
}

.custom-portfolio-filter li a:hover {
  color: #155957;
}

.custom-portfolio-filter li a.selected {
  color: #00a0a2 !important;
}

/* Media description ----------------------------------------------- */
.media-box-title {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
  font-size: 20px;
}

.media-box-date {
  color: #00a0a2;
  font-size: 20px;
  font-weight: 300;
}
/* Remove box shadow and border-radius from the media boxes */
.media-box-container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* thumbnail overlay background */
.thumbnail-overlay {
  background-color: rgba(1, 41, 39, 0.5);

  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.media-box-image img {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;

  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.media-box-image:hover img {
  -webkit-transform: scale(1.01) translate(-20px);
  -moz-transform: scale(1.01) translate(-20px);
  -o-transform: scale(1.01) translate(-20px);
  -ms-transform: scale(1.01) translate(-20px);
  transform: scale(1.01) translate(-2px);
}

.media-box-content {
  font-family: "Raleway", sans-serif;
  text-align: left;
}

.media-box-title-below {
  color: #155957;

  font-size: 16px;
  font-weight: 700;
  margin-bottom: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}

.media-box-text {
  font-size: medium;
  color: #ecf7f7;
}

.media-box-more {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c74a0a;
}

.back-button {
  text-align: center;
  margin: 10% 0;
}

.nav-logo2 {
  height: 30px;
  width: auto;
  padding-left: 0%;
}
/* END Media description ------------------------------- */

/* END Case Study Gallery Section ------------------------------------------------------- */
/* Footer Section --------------------------------------------------------- */
.footer-section {
  background-color: #155957;
  margin: 0;
}

.footer-social-icons {
  color: #78b5b3;
  margin: 2% 1% 10px;
  font-size: 1.25rem;
}

.footer-copy-txt {
  color: #78b5b3;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 25px;
}

/* End Footer Section ---------------------------------------------------- */

/* =============================Portfolio Pages style============================== */

/* --------------allardConsulting portfolio styles--------------  */

.allardConsulting-header-img {
  background: radial-gradient(rgba(42, 50, 61, 0.9), rgb(35, 42, 51) 50%),
    url("/content/portfolio-content/allardConsulting/allardConsulting-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.allardConsulting-bkg {
  background: #2a323d;
}
.allardConsulting-header-img h3 {
  color: #ffffff;
}

.allardConsulting-bkg a,
.allardConsulting-bkg p {
  color: #ffffff;
}
.allardConsulting-bkg h3,
.allardConsulting-bkg h1 {
  color: #d45158;
}

/* --------------towerChrysler Folders portfolio styles--------------  */

.towerChrysler-bkg {
  background: rgb(15, 15, 15);
}
.towerChrysler-bkg a,
.towerChrysler-bkg p {
  color: #fff;
}
.towerChrysler-bkg h3,
.towerChrysler-bkg h1 {
  color: #cf3339;
}
.towerChrysler-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0.9) 75%),
    url("/content/portfolio-content/towerChrysler/towerChrysler-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}

/* --------------Duck Photos portfolio styles--------------  */
.duckPhotos-header-img {
  background: radial-gradient(rgb(238, 246, 255), rgba(172, 252, 255, 0.5) 75%),
    url("/content/portfolio-content/duckPhotos/duckPhotos-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7% 0;
}

.duckPhotos-header-img h1 {
  color: #08313d;
  padding-top: 10%;
  padding-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .duckPhotos-header-img h1 {
    font-size: 2rem;
    padding-top: 15%;
    line-height: 3rem;
    letter-spacing: normal;
  }
}

.duckPhotos-header-img h3 {
  color: #08313d;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.duckPhotos-bkg {
  background: rgba(213, 244, 245, 0.329);
}
.duckPhotos-bkg a,
.duckPhotos-bkg p {
  color: #08313d;
}
.duckPhotos-bkg h3,
.duckPhotos-bkg h1 {
  color: #08313d;
}

/* --------------Engagement portfolio styles--------------  */
.engagementPhotoshoot-header-img {
  background: radial-gradient(rgba(31, 31, 31, 0.9), rgba(7, 1, 22, 0.842) 75%),
    url("/content/portfolio-content/engagementPhotoshoot/engagementPhotoshoot-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 10% 0; */
}

.engagementPhotoshoot-header-img h1 {
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .engagementPhotoshoot-header-img h1 {
    font-size: 2rem;
    padding-top: 15%;
    line-height: 3rem;
    letter-spacing: normal;
  }
}

.engagementPhotoshoot-header-img h3 {
  color: #ffffff;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.engagementPhotoshoot-bkg {
  background: rgb(7, 1, 22);
}
.engagementPhotoshoot-bkg a,
.engagementPhotoshoot-bkg p {
  color: #ffffff;
}
.engagementPhotoshoot-bkg h3,
.engagementPhotoshoot-bkg h1 {
  color: #4963b9;
}

/* --------------Italy Photos portfolio styles--------------  */
.hawaiiPhotos-header-img {
  background: radial-gradient(rgb(238, 246, 255), rgba(172, 252, 255, 0.5) 75%),
    url("/content/portfolio-content/hawaiiPhotos/hawaiiPhotos-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7% 0;
}

.hawaiiPhotos-header-img h1 {
  color: #08313d;
  padding-top: 10%;
  padding-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .hawaiiPhotos-header-img h1 {
    font-size: 2rem;
    padding-top: 15%;
    line-height: 3rem;
    letter-spacing: normal;
  }
}

.hawaiiPhotos-header-img h3 {
  color: #08313d;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.hawaiiPhotos-bkg {
  background: rgb(181, 201, 202);
}
.hawaiiPhotos-bkg a,
.hawaiiPhotos-bkg p {
  color: #08313d;
}
.hawaiiPhotos-bkg h3,
.hawaiiPhotos-bkg h1 {
  color: #177491;
}

/* --------------Italy Photos portfolio styles--------------  */
.italyPhotos-header-img {
  background: radial-gradient(rgb(238, 246, 255), rgba(57, 43, 133, 0.5) 75%),
    url("/content/portfolio-content/italyPhotos/italyPhotos-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7% 0;
}

.italyPhotos-header-img h1 {
  color: #343363;
  padding-top: 10%;
  padding-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .italyPhotos-header-img h1 {
    font-size: 2rem;
    padding-top: 15%;
    line-height: 3rem;
    letter-spacing: normal;
  }
}

.italyPhotos-header-img h3 {
  color: #343363;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.italyPhotos-bkg {
  background: rgb(14, 15, 34);
}
.italyPhotos-bkg a,
.italyPhotos-bkg p {
  color: #ebebeb;
}
.italyPhotos-bkg h3,
.italyPhotos-bkg h1 {
  color: #6d7fbb;
}

/* --------------towerChrysler Postcards portfolio styles--------------  */

.towerChrysler-bkg {
  background: rgb(15, 15, 15);
}
.towerChrysler-bkg a,
.towerChrysler-bkg p {
  color: #fff;
}
.towerChrysler-bkg h3,
.towerChrysler-bkg h1 {
  color: #cf3339;
}
.towerChrysler-postcards-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0.9) 75%),
    url("/content/portfolio-content/towerChrysler_postcards/towerChrysler-postcards-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}

/* --------------optimax portfolio styles--------------  */

.optimax-header-img {
  background: radial-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(207, 207, 201, 0.7) 10%
    ),
    url("/content/portfolio-content/optimax/optimax-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.optimax-bkg {
  background: rgb(230, 230, 230);
}
.optimax-header-img h3 {
  color: #004c72;
}

.optimax-bkg a,
.optimax-bkg p {
  color: #004c72;
}
.optimax-bkg h3,
.optimax-bkg h1 {
  color: #4c8ac9;
}

/* --------------Shutdown portfolio styles--------------  */
.shutdown-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0.9) 75%),
    url("/content/portfolio-content/shutdown/shutdown-gallery-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}
.shutdown-bkg {
  background: rgb(15, 13, 13);
}
.shutdown-bkg a,
.shutdown-bkg p {
  color: #fff;
}

.shutdown-bkg a:hover {
  color: #06a7cf;
}

.shutdown-bkg h3,
.shutdown-bkg h1 {
  color: #af0404;
}

/* --------------Breathe Better portfolio styles--------------  */
.breatheBetter-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.7), rgba(3, 38, 58, 0.9) 75%),
    url("/content/portfolio-content/breatheBetter/breatheBetter-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}
.breatheBetter-bkg {
  background: rgb(3, 38, 58);
}
.breatheBetter-bkg a,
.breatheBetter-bkg p {
  color: #fff;
}
.breatheBetter-bkg h3,
.breatheBetter-bkg h1 {
  color: #fff;
}

/* --------------Lovely Lemonade portfolio styles--------------  */
.lovelyLemonade-header-img {
  background: radial-gradient(
      rgba(29, 22, 41, 0.781) 100%,
      rgba(29, 22, 41, 0.95) 85%
    ),
    url("/content/portfolio-content/lovelyLemonade/lovelyLemonade-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7% 0;
}

.lovelyLemonade-header-img h1 {
  color: #ce62aa;
  padding-top: 10%;
  padding-bottom: 0;
  letter-spacing: -3px;
  font-size: 4rem;
}

.lovelyLemonade-header-img h3 {
  color: #fff;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.lovelyLemonade-bkg {
  background: rgb(29, 22, 41);
}

.lovelyLemonade-bkg a,
.lovelyLemonade-bkg p {
  color: #fff;
}
.lovelyLemonade-bkg h3,
.lovelyLemonade-bkg h1 {
  color: #ce62aa;
}

/* --------------Our Lovely Lab portfolio styles--------------  */
.ourLovelyLab-header-img {
  background: radial-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(207, 207, 201, 0.7) 75%
    ),
    url("/content/portfolio-content/ourLovelyLab/ourLovelyLab-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.ourLovelyLab-bkg {
  background: rgb(241, 241, 236);
}
.ourLovelyLab-header-img h3 {
  color: #92025b;
}

.ourLovelyLab-bkg a,
.ourLovelyLab-bkg p {
  color: #92025b;
}
.ourLovelyLab-bkg h3,
.ourLovelyLab-bkg h1 {
  color: #ce62aa;
}

/* --------------Say You Love Me portfolio styles--------------  */
.sayYouLoveMe-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.5), rgba(3, 3, 3, 0.7) 75%),
    url("/content/portfolio-content/sayYouLoveMe/sayYouLoveMe-caseStudy-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}
.sayYouLoveMe-bkg {
  background: rgb(0, 1, 19);
}
.sayYouLoveMe-bkg a,
.sayYouLoveMe-bkg p {
  color: #ffffff;
}
.sayYouLoveMe-bkg h3,
.sayYouLoveMe-bkg h1 {
  color: #8ef3d5;
}

/* --------------MFlake portfolio styles--------------  */
.mFlake-header-img {
  background: radial-gradient(rgba(44, 44, 44, 0.7), rgba(0, 0, 0, 0.9) 75%),
    url("/content/portfolio-content/mFlake/mFlake-gallery-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10% 0;
}
.mFlake-bkg {
  background: rgb(255, 255, 255);
}
.mFlake-bkg a,
.mFlake-bkg p {
  color: #3b3b3b;
}

.mFlake-bkg a:hover {
  color: #06a7cf;
}

.mFlake-bkg h3,
.mFlake-bkg h1 {
  color: #cf3076;
}

/* --------------Star Photos portfolio styles--------------  */
.starPhotos-header-img {
  background: radial-gradient(rgba(31, 31, 31, 0.9), rgba(7, 1, 22, 0.842) 75%),
    url("/content/portfolio-content/starPhotos/starPhotos-caseStudy-header-img.webp");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 10% 0; */
}

.starPhotos-header-img h1 {
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 0;
  letter-spacing: -3px;
  font-size: 4rem;
}

.starPhotos-header-img h3 {
  color: #ffffff;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.starPhotos-bkg {
  background: rgb(7, 1, 22);
}
.starPhotos-bkg a,
.starPhotos-bkg p {
  color: #ffffff;
}
.starPhotos-bkg h3,
.starPhotos-bkg h1 {
  color: #4963b9;
}

/* --------------zeena Photos portfolio styles--------------  */
.zeenaPhotos-header-img {
  background: radial-gradient(rgb(238, 246, 255), rgba(155, 139, 106, 0.63) 75%),
    url("/content/portfolio-content/zeenaPhotos/zeenaPhotos-header-img.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7% 0;
}

.zeenaPhotos-header-img h1 {
  color: #2c1b05;
  padding-top: 10%;
  padding-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .zeenaPhotos-header-img h1 {
    font-size: 2rem;
    padding-top: 15%;
    line-height: 3rem;
    letter-spacing: normal;
  }
}

.zeenaPhotos-header-img h3 {
  color: #2c1b05;
  padding: 2% 12% 10%;
  font-weight: 400;
}

.zeenaPhotos-bkg {
  background: rgb(31, 4, 4);
}
.zeenaPhotos-bkg a,
.zeenaPhotos-bkg p {
  color: #fff8ef;
}
.zeenaPhotos-bkg h3,
.zeenaPhotos-bkg h1 {
  color: #fffefd;
}
