@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,700;0,9..144,900;1,9..144,400&family=DM+Sans:wght@300;400;500&family=Caveat:wght@400;700&display=swap');

/* Importing three Google Fonts:
   - Fraunces for headings (it has this nice serif personality I really like)
   - DM Sans for body text (clean and easy to read)
   - Caveat for the handwritten bits (gives it that sketchbook feel I was going for) */

/* ============================================
   MEYER RESET
   Removes all the default browser styles so 
   I can start fresh and style everything myself
   ============================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* Makes sure HTML5 elements display as blocks in older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================
   BASE STYLES
   These apply to the whole site — fonts,
   colours, and a few small fixes
   ============================================ */

body {
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  background-color: #FAF7F2; /* warm cream — like a nice notebook page */

  /* This creates the graph paper grid effect using CSS gradients.
     I wanted the background to feel like a real sketchbook */
  background-image:
    linear-gradient(rgba(42, 157, 130, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 157, 130, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

/* All headings use Fraunces — it feels warm and characterful */
h1, h2, h3 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', Times, 'Book Antiqua', serif;
  line-height: 1.15;
  color: #1A1A1A;
}

/* Setting heading sizes once here so they stay consistent across all pages */
h1 { font-size: 4rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.1rem; }

/* Headings get bigger on wider screens */
@media (min-width: 600px) {
  h1 { font-size: 4.5rem; }
  h2 { font-size: 2.5rem; }
}

/* Remove underlines from links by default — I style them individually */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove bullet points from lists */
ul {
  list-style: none;
}

/* Stops images from overflowing their containers */
img {
  display: block;
  max-width: 100%;
}

/* Used for my name in the hero — coral, italic, light weight */
.name {
  color: #E8614D;
  font-style: italic;
  font-weight: 300;
}

/* ============================================
   NAVIGATION
   Built following my lecturer's explainer at
   explainers.dev/navigation — all five link
   states are included
   ============================================ */

/* Nav sits at the top, logo on the left, links on the right */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #EDE7DB;
  background-color: #FAF7F2;
  flex-wrap: nowrap; /* stops links wrapping onto a second line on mobile */
}

/* My name in Caveat — feels personal and handwritten */
.nav-logo {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 80px;
  font-weight: 700;
  color: #1A1A1A;
  text-decoration: none;
  flex-shrink: 0; /* stops the logo shrinking when screen is small */
}

/* The dot after my name is coral */
.nav-logo span {
  color: #E8614D;
}

/* Nav links sit side by side using flexbox */
nav ul {
  display: flex;
  flex-wrap: nowrap;
}

nav ul a {
  text-decoration: none;
  display: inline-block; /* makes the whole padded area clickable */
  padding: 12px 10px;
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-size: 13px;
  border-bottom: 3px solid #FAF7F2; /* invisible border — stops layout jumping on hover */
  white-space: nowrap;
}

/* All five link states as required */
nav ul a:link { color: #1A1A1A; }
nav ul a:visited { color: #1A1A1A; }

nav ul a:hover {
  color: #E8614D;
  background-color: #FAEAE7;
  border-bottom-color: #E8614D; /* coral underline appears on hover */
}

nav ul a:active { color: #E8614D; }

nav ul a:focus-visible {
  outline: none;
  background-color: #FAEAE7;
  border-bottom-color: #E8614D;
}

/* On wider screens — bigger padding and links push to the right */
@media (min-width: 600px) {
  .nav { padding: 0 24px; }
  .nav-logo { font-size: 35px; }
  nav ul { justify-content: flex-end; }
  nav ul a { padding: 15px 20px 12px; font-size: 15px; }
}

/* ============================================
   HERO SECTION
   Mobile first — photo stacks above the text.
   On wider screens they sit side by side.
   ============================================ */

.hero {
  padding: 60px 24px;
  text-align: center;
  display: flex;
  flex-direction: column; /* stacks on mobile */
  align-items: center;
  cursor: url('images/pencil.cur'), auto; /* custom pencil cursor for the sketchbook vibe */
}

/* The subtitle under my name — lighter weight so it doesn't compete with the h1 */
.hero h2 {
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-weight: 300;
  color: #4A4845;
  max-width: 480px;
  margin: 0 0 12px 0;
  line-height: 1.6;
}

/* Handwritten tagline — uses Caveat for that sketchy feel */
.hero > div > p {
  font-size: 2.2rem;
  color: #31302f;
  margin-bottom: 32px;
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
}

/* CTA buttons */
.hero > div > a {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  margin: 6px;
  cursor: pointer;
}

/* First button — solid coral background */
.hero > div > a:link,
.hero > div > a:visited {
  background-color: #E8614D;
  color: #ffffff;
}

.hero > div > a:hover { background-color: #c94f3d; }
.hero > div > a:active { background-color: #c94f3d; }

.hero > div > a:focus-visible {
  outline: 2px solid #E8614D;
  outline-offset: 3px;
}

/* Second button — outlined style so it feels different from the first */
.hero > div > a:last-of-type:link,
.hero > div > a:last-of-type:visited {
  background-color: transparent;
  color: #1A1A1A;
  border: 2px solid #1A1A1A;
}

.hero > div > a:last-of-type:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}

/* My photo — slightly tilted like it's been stuck on a page */
.hero-photo {
  width: 300px;
  margin: 0 auto 32px;
  transform: rotate(-3deg);
  position: relative; /* needed so the tape can position itself relative to the photo */
}

.hero-photo img {
  width: 100%;
  display: block;
}

/* Washi tape above the photo — created with ::before so no extra HTML needed */
.hero-photo::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background-image: url('images/tape.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* "that's me!" caption under the photo in Caveat */
.hero-photo p {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.1rem;
  color: #4A4845;
  text-align: center;
  margin-top: 8px;
}

/* On tablet and up — photo and text sit side by side */
@media (min-width: 600px) {
  .hero {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
    text-align: left;
    padding: 80px 40px;
  }

  .hero-photo { margin: 0; flex-shrink: 0; }
  .hero h2 { margin: 0 0 12px 0; }
}

@media (min-width: 900px) {
  .hero { padding: 80px 80px; }
}

/* ============================================
   ABOUT SECTION
   Four cards, each with a washi tape strip
   and one of my illustrations beside it.
   Illustrations alternate left and right.
   ============================================ */

.about {
  padding: 60px 24px;
  background-color: #FAF7F2;
  border-top: 1px solid #979595;
}

.about > h2 {
  margin-bottom: 32px;
  text-align: center;
}

/* Mobile — card and illustration stack vertically */
.about-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
}

/* White info card */
.about-row > article {
  background-color: #ffffff;
  border: 1px solid #EDE7DB;
  padding: 24px;
  position: relative; /* needed for the tape ::before to work */
  width: 100%;
}

/* Washi tape on each card — different positions so it looks hand-placed */
.about-row > article::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 24px;
  width: 60px;
  height: 20px;
  background-image: url('images/tape.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Each card gets a slightly different tape position */
.about-row:nth-child(2) > article::before { left: 20px; transform: rotate(-2deg); }
.about-row:nth-child(3) > article::before { left: auto; right: 40px; transform: rotate(3deg); }
.about-row:nth-child(4) > article::before { left: 45%; transform: rotate(-1deg); }
.about-row:nth-child(5) > article::before { left: 30px; transform: rotate(2deg); }


.about-row > article > h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #E8614D;
}

.about-row > article > p {
  font-size: 1.1rem;
  color: #4A4845;
  line-height: 1.7;
}

/* Illustration container */
.about-illus {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-illus img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

/* Tablet and up — card and illustration sit side by side */
@media (min-width: 768px) {
  .about { 
    padding: 60px 60px; 
  }

  .about-row {
    flex-direction: row;
    align-items: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-row > article { 
    flex: 2; width: auto; 
  }
  
  .about-illus { 
    flex: 1; width: auto; 
  }
}

/* ============================================
   PROJECTS SECTION
   Mobile — one column. 
   Tablet — two columns.
   Desktop — three columns.
   ============================================ */

.projects {
  padding: 60px 24px 160px;
  border-top: 1px solid #979595;
}

.projects > h2 {
  margin-bottom: 50px;
  text-align: center;
}

/* Each project card has a dark border for definition */
.projects-grid > article {
  background-color: #ffffff;
  border: 1.5px solid #4A4845;
  margin-bottom: 24px;
}



/* Project thumbnail */
.projects-grid > article > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Border above the info area separates image from text clearly */
.projects-grid > article > div {
  padding: 20px;
  border-top: 1.5px solid #4A4845;
}

.projects-grid > article > div > h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.projects-grid > article > div > p {
  font-size: 1.1rem;
  color: #4A4845;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* View case study link — bigger, bold and centred */
.projects-grid > article > div > a:link,
.projects-grid > article > div > a:visited {
  font-size: 1.2rem;
  font-weight: 700;
  color: #E8614D;
  text-decoration: underline;
  display: block;
  text-align: center;
}

.projects-grid > article > div > a:hover { color: #c94f3d; }
.projects-grid > article > div > a:active { color: #c94f3d; }

.projects-grid > article > div > a:focus-visible {
  outline: 2px solid #E8614D;
  outline-offset: 3px;
}

/* Removes the top border line when projects section follows the page header */
.page-header + .projects {
  border-top: none;
}

/* Tablet — two columns */
@media (min-width: 600px) {
  .projects { 
    padding: 80px 40px; 
  }

  .projects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .projects-grid > article { 
    margin-bottom: 0; 
  }
}

/* Desktop — three columns */
@media (min-width: 900px) {
  .projects { 
    padding: 80px 80px 160px; 
  }
  .projects-grid { 
    grid-template-columns: 1fr 1fr 1fr; 
  }
}

/* ============================================
   PAGE HEADER
   Used on the projects listing page — gives 
   the page a title and intro paragraph
   ============================================ */

.page-header {
  padding: 60px 32px;
  text-align: center;
}

.page-header > p {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 2.2rem;
  color: #31302f;
  max-width: 480px;
  margin: 20px auto 0;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .page-header { 
    padding: 80px 40px 40px; 
  }
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact {
  padding: 60px 24px 32px;
  text-align: center;
}

.contact > h1 { 
  margin-bottom: 16px;
}

.contact > p {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 2.2rem;
  font-weight: 300;
  color: #31302f;
  margin-bottom: 12px;
}

/* Email link in Fraunces italic — matches the style of my name in the hero */
.contact > a:link,
.contact > a:visited {
  font-family: 'Fraunces', Georgia, 'Times New Roman', Times, 'Book Antiqua', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  color: #E8614D;
  display: inline-block;
  margin-top: 8px;
}

.contact > a:hover { 
  text-decoration: underline; 
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-form-section {
  padding: 32px 24px 60px;
  max-width: 600px;
  margin: 0 auto; /* centres the form on wider screens */
}

/* Form fields stack vertically using flexbox */
.contact-form-section form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

/* Each label + input pair */
.contact-form-section form > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-form-section form > div > label {
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1A1A1A;
}

/* Input and textarea share the same base style */
.contact-form-section form > div > input,
.contact-form-section form > div > textarea {
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  background-color: #ffffff;
  border: 1.5px solid #4A4845;
  padding: 12px 16px;
  width: 100%;
  outline: none;
}

/* Border turns coral when the field is focused */
.contact-form-section form > div > input:focus,
.contact-form-section form > div > textarea:focus {
  border-color: #E8614D;
}

/* Error message under email field — hidden by default */
  .error-message {
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: #cc0000;
  margin-top: 4px;
}

/* Shows when any field is invalid after typing */
.contact-form-section form > div > input:invalid:not(:placeholder-shown) ~ .error-message,
.contact-form-section form > div > textarea:invalid:not(:placeholder-shown) ~ .error-message {
  display: block;
}

/* Red border when field is invalid after user has typed */
.contact-form-section form > div > input:invalid:not(:placeholder-shown),
.contact-form-section form > div > textarea:invalid:not(:placeholder-shown) {
  border-color: #cc0000;
  border-width: 2px;
}

/* Green border when field is valid */
.contact-form-section form > div > input:valid:not(:placeholder-shown),
.contact-form-section form > div > textarea:valid:not(:placeholder-shown) {
  border-color: #2A9D82;
  border-width: 2px;
}

.contact-form-section form > div > textarea {
  min-height: 140px;
  resize: vertical; /* lets the user resize vertically only */
}

/* Submit button */
.contact-form-section form > button {
  font-family: 'DM Sans', Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
  background-color: #E8614D;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.contact-form-section form > button:hover { 
  background-color: #c94f3d; 
}

/* LinkedIn and email buttons */
.contact-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.contact-links > a:link,
.contact-links > a:visited {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1A1A1A;
  border: 1.5px solid #1A1A1A;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 10px;
}

/* LinkedIn button is blue to match the brand */
.contact-links > a:first-child:link,
.contact-links > a:first-child:visited {
  background-color: #0077B5;
  color: #ffffff;
  border-color: #0077B5;
}

.contact-links > a:first-child:hover {
  background-color: #005f8e;
  border-color: #005f8e;
}

.contact-links > a:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}

@media (min-width: 600px) {
  .contact { 
    padding: 80px 40px 40px; 
  }
  .contact-form-section { 
    padding: 40px 40px 80px; 
  }
}

/* ============================================
   FOOTER
   Dark background, light text, centred
   ============================================ */

footer {
  padding: 40px 24px;
  background-color: #1A1A1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

footer > p {
  font-size: 1.1rem;
  color: #a7a6a5;
  text-align: center;
}

/* Footer navigation */
footer nav ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}

footer nav ul a:link,
footer nav ul a:visited {
  font-size: 0.95rem;
  color: #E8614D;
  text-decoration: none;
}

footer nav ul a:hover,
footer nav ul a:active {
  color: #a7a6a5;
}

footer nav ul a:focus-visible {
  outline: 2px solid #E8614D;
  outline-offset: 3px;
}

footer nav ul a.active {
  text-decoration: underline;
}

@media (min-width: 600px) { 
  footer { 
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 40px; 
  }
  footer nav ul {
    justify-content: flex-end;
  }
}

@media (min-width: 900px) { 
  footer { 
    padding: 40px 80px; 
  } 
}
/* ============================================
   CASE STUDY PAGES
   Shared styles for all three project pages
   ============================================ */

/* Hero banner at the top of each case study */
.case-hero {
  background-color: #1A1A1A;
  padding: 120px 24px 48px;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}

.case-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

/* Small tag above the title */
.case-tag {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.8rem;
  color: #E8614D;
  margin-bottom: 12px;
  display: block;
}

/* Hero heading */
.case-hero h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 16px;
}

/* Intro paragraph in the hero */
.case-intro {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 32px;
}

/* Meta info row */
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.case-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-meta-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7);
}

.case-meta-value {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.95);
  font-weight: 500;
}

/* Main body of the case study */
.case-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.case-overview-img {
  display: block;
  margin: 24px auto 0;
  border: 2px solid #E8614D;
  border-radius: 12px;
  max-width: 100%;
}

/* Each section block */
.case-section {
  padding: 48px 0;
  border-bottom: 1px dashed #EDE7DB;
}

.case-section:last-of-type {
  border-bottom: none;
}

.case-section h2 {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.case-section p {
  font-size: 1.1rem;
  color: #4A4845;
  line-height: 1.8;
  margin-bottom: 14px;
}

.case-section p:last-child {
  margin-bottom: 0;
}

/* Bullet lists inside case studies */
.case-list {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
}

.case-list li {
  color: #4A4845;
  line-height: 1.7;
  font-size: 1.1rem;
}

/* Inline code snippets */
.case-section code {
  font-family: monospace;
  background-color: #F3EFE6;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #E8614D;
}

/* Image placeholder boxes */
.case-image-placeholder {
  background-color: #F3EFE6;
  border: 2px dashed #EDE7DB;
  border-radius: 8px;
  padding: 40px 24px;
  text-align: center;
  margin: 20px auto;
  color: #9A9690;
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.1rem;
  width: 100%;
}

/* Video container */
.case-video {
  margin: 24px 0;
}

.case-video-label {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.3rem;
  color: #E8614D;
  margin-bottom: 8px;
}

.case-video video {
  width: 500px;
  display: block;
  border: 1px solid #EDE7DB;
  margin: 0 auto;
}

/* Caption under video or image */
.case-caption {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.5rem;
  color: #9A9690;
  text-align: center;
  margin-top: 8px;
}

/* Single illustration under video */
.case-illustration-single {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.case-illustration-single img {
  max-width: 800px;
  width: 100%;
  object-fit: contain;
}

.case-illustration-single figcaption {
  font-family: 'Caveat', 'Comic Sans MS', 'Segoe Print', 'Bradley Hand', cursive;
  font-size: 1.3rem;
  color: #9A9690;
  text-align: center;
}

/* Bottom navigation between projects */
.case-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 0 0;
}

.btn-case-back {
  display: inline-block;
  padding: 12px 22px;
  border: 1.5px solid #1A1A1A;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  transition: background-color 0.2s, color 0.2s;
}

.btn-case-back:hover {
  background-color: #1A1A1A;
  color: #FAF7F2;
}

/* Tablet and up */
@media (min-width: 600px) {
  .case-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .case-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
