/* Index and Design-Work Styles Only */

/* DM Sans font*/
body {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	background-color: #FFFDF4; /* Pale Beige */
	color: #1F2130; /* darkest purple */
}
/**********/

/* FONT STYLES */

p, ul {
	font-size: 20px;
	font-weight: 300; /* light */
	line-height: 30px;
	margin-bottom: 30px;
}

ul li {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

strong {
	font-weight: 600; /* semibold */
}

H1 {
	font-size: 56px;
	font-weight: 600; /* semibold */
	}

H2 {
	font-size: 42px;
	font-weight: 700; /* bold */
	}

H3 {
	font-size: 32px;
	font-weight: 700; /* bold */
	}

H4 {
	font-size: 24px;
	font-weight: 700; /* bold */
	}

H5 {
	font-size: 14px;
	font-weight: 900; /* black */
	}
/**********/


/* Top Nav */
.bg-custom {
	background-color: #1F2130; /* purple */
}
.bg-custom a {
  color: #FFFDF4; /* Pale Beige */
}
.bg-custom a:link {
  color: #FFFDF4; /* Pale Beige */
}
.bg-custom a:visited {
  color: #FFFDF4; /* Pale Beige */
}
.bg-custom a:hover {
  color: #FFFDF4; /* Pale Beige */
  text-decoration: underline;
}
.bg-custom a:active {
  color: #FFFDF4; /* Pale Beige */
} 

.navbar-brand, .navbar-nav li {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.navbar-nav .nav-link {
  font-weight: 300;
}
.navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.navbar-toggler {
  box-shadow: none;
}
/* Make hamburger icon white */
.navbar-toggler-icon {
  filter: invert(100%);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/**********/



/* Index Hero */
.index-hero-custom {
  background-color: #E17E69;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='18' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f48c75' fill-opacity='0.70'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 72px 36px;
  height: 100%;
}

.index-hero-custom .row {
  width: 100%;
  min-height: inherit;
}

.index-hero-custom h1 {
  font-size: 70px;
  letter-spacing: 1px;
}

.index-hero-custom h2 {
  font-size: 38px;
  font-weight: 300; /* light */
  line-height: 50px;
  letter-spacing: 1px;
}

.index-hero-custom p {
  margin-bottom: 0;
}
.index-hero-icon {
  width: 115px;
}

.design-work-hero-custom {
  background-color: #E17E69;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='18' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f48c75' fill-opacity='0.70'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 72px 36px;
  min-height: 200px;
  height: 100%;
}

.design-work-hero-custom h1 {
  font-size: 56px;
  letter-spacing: 1px;
}

.design-work-hero-custom h2 {
  font-size: 32px;
  font-weight: 300; /* light */
  line-height: 50px;
  letter-spacing: 1px;
}
/************/


/* Case Study Main Content */
.case-study-hero-custom .row {
  width: 100%;
  min-height: inherit;
}

.case-section {
  padding: 5rem 0;
}

.case-content {
  max-width: 730px;
}

.case-content-centered {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.case-content-centered ol {
  font-size: 20px;
}

.case-content-centered ol li {
  margin-bottom: 30px;
}

/* Images that should be wider */
.case-image {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-caption {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #35394F; /* purple */
}
/**********/




/* Case Study bottom nav */
.case-study-footer {
  text-align: center;
}
.case-nav-btn {
  border-radius: 10px;
  border: 2px solid #1F2130; /* darkest purple */
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #1F2130; /* darkest purple */
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.case-nav-btn:hover {
  background-color: #F2C3AF; /* lightest red */
  color: #222222;
  text-decoration: underline;
  border: 2px solid #1F2130; /* darkest purple */
}

.case-nav-btn svg {
  width: 24px;
  height: 24px;
  fill: #1F2130; /* darkest purple */
  flex-shrink: 0;
}

.case-nav-prev svg {
  transform: rotate(180deg);
}

.case-back-link {
  font-size: 16px;
  font-weight: 700;
  color: #1F2130; /* darkest purple */
  text-decoration: none;
}

.case-back-link:hover {
  text-decoration: underline;
  color: #1F2130; /* darkest purple */
}
/*********/


/* ALL Case Study Cards */
.card-body {
  padding: 40px;
}

.card-body h3 {
  font-size: 36px;
}

.case-card-left {
  border-radius: 10px 0 0 10px;
  text-align: center;
  padding: 40px
}

.case-card-icon {
  width: 150px;
}
/**********/

/* Case Study Card - Gold */
.case-card-gold {
  border-radius: 10;
  background-color: #FDF4E8; /* Light Gold */
  border: none;
}

.case-card-left-gold {
  background-color: #F2C48A; /* gold */

}

.case-card-gold .case-nav-btn:hover {
  background-color: #F2C48A; /* gold */
}
/**********/

/* Case Study Card - Green */
.case-card-green {
  border-radius: 10;
  background-color: #EAF0E9; /* Light Green */
  border: none;
}

.case-card-left-green {
  background-color: #C8DBCC; /* green */
}

.case-card-green .case-nav-btn:hover {
  background-color: #C8DBCC; /* green */
}

/* Case Study Card - Red */
.case-card-red {
  border-radius: 10;
  background-color: #FAE8E1; /* Light Red */
  border: none;
}

.case-card-left-red {
  background-color: #F2C5B6; /* red */
}

.case-card-red .case-nav-btn:hover {
  background-color: #F2C5B6; /* red */
}
/**********/




/* Footer */
.footer {
  background-color: #91B8A5; /* 90% of middle green */
  color: #1F2130; /* darkest purple */
}

.footer h5 {
  font-size: 20px;
}

.footer ul li {
  margin: 0;
}

.footer-link {
  color: #1F2130; /* darkest purple */
  font-size: 16px;
  font-weight: 400; /* regular */
}

.footer-link:hover {
  text-decoration: underline;
  color: #1F2130; /* darkest purple */
}

.footer-links .nav-link {
  color: #1F2130; /* darkest purple */
  border-bottom: 1px solid #1F2130; /* darkest purple */
}

/* Remove border from last link in each list */
.footer-links .nav-item:last-child .nav-link {
  border-bottom: none;
}
/*********/



/* Responsive Styling */
@media (max-width: 768px) {

/* font size changes */
H1 {
	font-size: 38px;
}
H2 {
  font-size: 32px;
}
.index-hero-custom h1 {
  font-size: 38px;
}
.index-hero-custom .hero-tagline {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}
.index-hero-custom p {
  font-size: 18px;
}
.card-body .card-title {
  font-size: 20px;
}
.card-body p {
  font-size: 16px;
  line-height: 24px;
}
.design-work-hero-custom h1 {
  font-size: 38px;
}
.design-work-hero-custom .hero-tagline {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}
.footer h5 {
  font-size: 16px;
}
.footer a {
  font-size: 14px;
}
.footer p {
  font-size: 14px;
}

/* hero spacing */
.index-hero-custom {
  min-height: auto;
}
.index-hero-icon {
  width: 70px;
}
.design-work-hero-custom {
  min-height: auto;
}

/* Case Study Cards */
.card-body {
  padding: 20px;
}
.case-card-left {
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 20px
}
.case-card-icon {
  width: 100px;
}
}
/**********/
