/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for 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;
}

* {
  box-sizing: border-box;
}

/* END OF RESET */

/* Design styles 

Fonts:
-Gasoek:  "Gasoek One", sans-serif;
-Poppins: "Poppins", Arial, Helvetica, sans-serif

Colours;
--cool white: #f3f3f3
--matcha: #5b662e
--green-tea: #7f8f1e
--earl: #766a96
--hibiscus: #a80615
--chai: #8f5b2f
--black-tea: #471c1c
--chamomile: #a18104
--black: #000
--lime green: #c6e614


*/

:root {
  --cool-white: #f3f3f3;
  --matcha: #5b662e;
  --green-tea: #7f8f1e;
  --earl: #766a96;
  --hibiscus: #a80615;
  --chai: #8f5b2f;
  --black-tea: #471c1c;
  --chamomile: #a18104;
  --black: #000;
  --lime-green: #c6e614;

  /* Step -2: 12.5px → 12.8px */
  --step--2: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
  /* Step -1: 15px → 16px */
  --step--1: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
  /* Step 0: 18px → 20px */
  --step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  /* Step 1: 21.6px → 25px */
  --step-1: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
  /* Step 2: 25.92px → 31.25px */
  --step-2: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
  /* Step 3: 31.104px → 39.0625px */
  --step-3: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
  /* Step 4: 37.3248px → 48.8281px */
  --step-4: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
  /* Step 5: 44.7898px → 61.0352px */
  --step-5: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem);
}

/* 404 Error Page */

.error-main {
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}

.error-main img:first-child {
  position: absolute;
  right: 3rem;
  height: auto;
  width: 15rem;
}

.error-main h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 100px;
  text-align: center;
}

.error-main h2 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-2);
  text-align: center;
}

.error-main div:first-of-type {
  padding-top: 13rem;
}

.text-error {
  line-height: 1.4;
  padding-top: 3rem;
}

.text-error p:first-child {
  font-weight: 700;
  background-color: var(--lime-green);
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

.text-error p:last-child {
  padding-bottom: 2rem;
}

.text-error p {
  padding-bottom: 2rem;
}

.error-main a {
  text-decoration: none;
  border-bottom: solid 2px;
  color: var(--black);
  font-weight: 700;
  margin-left: 4rem;
}

.error-main a:hover {
  border-bottom: solid 2px var(--lime-green);
  color: var(--lime-green);
}


/**/

/* General */

body {
  background-color: var(--cool-white);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}


/**/

/* Navigation */

nav img {
  height: auto;
  width: 7rem;
  padding-left: 1rem;
  padding-top: .5rem;
  z-index: 7;
  position: relative;
}

.primary-nav {
  background-color: var(--cool-white);
  width: 100%;
  position: relative;
  height: 80px;
}

.primary-nav p {
  font-weight: 500;
  font-size: var(--step-0);
  margin-left: 12rem;
  margin-top: -3.5rem;
}

.hamburger-menu {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  width: max-content;
  cursor: pointer;
  gap: 4px;
  left: 17rem;
  top: 2.1rem;
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
  content: "";
  width: 28px;
  height: 2.5px;
  background-color: var(--black);
  border-radius: 50px;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out;
  transform-origin: left center;
}

.hamburger-menu input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}

.hamburger-menu input:checked {
  opacity: 0;
  width: 0;
}

.hamburger-menu:has(input:checked)::before {
  rotate: 45deg;
  width: 28px;
  translate: 0 -3.5px;
}

.hamburger-menu:has(input:checked)::after {
  rotate: -45deg;
  width: 29px;
  translate: 0 4px;
}

.nav-menu {
  translate: -110%;
  transition: 200ms ease-in-out;
  background-color: var(--cool-white);
  text-align: center;
  margin-top: 1rem;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  z-index: 6;
}

.nav-menu li {
  padding-bottom: 1rem;
}

.nav-menu a,
.nav-menu a:link,
.nav-menu a:visited {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: var(--step-0);
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}


a.nav-chai:hover,
a.nav-chai:focus {
  color: var(--chai);
}

a.nav-earl:hover,
a.nav-earl:focus {
  color: var(--earl);
}

a.nav-matcha:hover,
a.nav-matcha:focus {
  color: var(--matcha);
}

a.nav-hibi:hover,
a.nav-hibi:focus {
  color: var(--hibiscus);
}

a.nav-black:hover,
a.nav-black:focus {
  color: var(--black-tea);
}

a.nav-green:hover,
a.nav-green:focus {
  color: var(--green-tea);
}

a.nav-cham:hover,
a.nav-cham:focus {
  color: var(--chamomile);
}

a.nav-about:hover,
a.nav-about:focus {
  color: var(--black);
}

.nav-menu a:active {
  font-weight: 800;
}

.hamburger-menu:has(input:checked)+.nav-menu {
  translate: 0;
}


/**/

/* Footer */

footer {
  background-color: var(--black);
  color: var(--cool-white);
  font-size: var(--step--2);
  border-radius: 20px 20px 0px 0px;
  position: relative;
  padding: 5rem 2.5rem;

}

.reveal-text p {
  font-size: var(--step-3);
  color: var(--cool-white);
}

footer img {
  display: inline;
  height: auto;
  width: 2.5rem;
  position: absolute;
  left: 6.7rem;
  top: 1.9rem;
  transform: rotate(15deg);
}

footer nav ul {
  display: inline-block;
}

.secondary-nav {
  padding-top: 4rem;
  padding-left: 2rem;
  line-height: 1.5;
  z-index: 1;
}

.secondary-nav ul:last-child {
  padding-left: 1.5rem;
}

.secondary-nav a,
.secondary-nav a:link,
.secondary-nav a:visited {
  color: var(--cool-white);
  text-decoration: none;
}

.secondary-nav a:hover,
.secondary-nav a:focus {
  color: var(--lime-green);
}

.secondary-nav a:active {
  font-weight: 800;
}

.secondary-nav .bold {
  font-weight: 700;
}

.socials+p {
  padding-top: 4rem;
  text-align: center;
}

.socials {
  text-align: center;
  padding-top: 3rem;
}

.socials p:first-child {
  padding-bottom: .5rem;
}

.socials p:last-child {
  box-shadow: inset 0 0 0 0 var(--lime-green);
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  color: var(--lime-green);
  padding: .5rem;
  margin: 0 5rem;
}

.socials p:last-child:hover {
  font-weight: 700;
}

.socials p:last-child:active {
  text-shadow:
    0 0 21px var(--lime-green),
    0 0 42px var(--lime-green),
    0 0 82px var(--lime-green),
    0 0 92px var(--lime-green),
    0 0 102px var(--lime-green),
    0 0 151px var(--lime-green);
}

.reveal-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  pointer-events: none;
}

.reveal-text.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}


/**/

/* RECIPE PAGE */

/* recipe introduction */

.wave-nav {
  position: absolute;
  top: 4.5rem;
  width: 101vw;
}

.intro {
  padding: 2rem 1rem 2rem 1rem;
  color: var(--cool-white);
}

.intro h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  text-align: center;
}

.intro h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: var(--step-1);
  text-align: center;
  padding-top: 0.5rem;
}

.intro p:first-of-type {
  font-size: var(--step--1);
  line-height: 1.3;
  padding: 1.5rem 1rem 2rem 1rem;

}

.prep-time,
.cook-time {
  font-size: var(--step--2);
  font-weight: 600;
  color: var(--black);
  display: inline-block;
  background-color: var(--cool-white);
  border-radius: 15px;
  margin-left: 1rem;
  padding: 11px;
}

.cook-time {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.prep-time {
  padding-right: 33px;
}

.intro img {
  height: auto;
  width: 90%;
  margin-bottom: 7rem;
  margin-left: 1rem;
  border-radius: 20px;
}

.matcha-main, .green-main, .earl-main, .hibis-main, .chai-main, .black-main, .cham-main {
  position: relative;
}

.wave {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: -4.3rem;
  width: 100vw;
}

.tag {
  height: auto;
  width: 9rem;
  z-index: 1;
  position: absolute;
  top: -4.1rem;
}


.illustration {
  height: auto;
  max-width: 100%;
  width: 100vw;
  position: absolute;
  top: 10rem;
}


.profile>p {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-1);
  margin-left: 4.5rem;
  padding-top: 7rem;
}

.flavours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 22rem;
  margin-left: 3rem;
  gap: 20px;
}

.flavours img {
  width: 4rem;
  height: auto;
  margin-left: .5rem;
}

.flavours p {
  font-size: var(--step--2);
  max-width: 5rem;
  text-align: center;
  line-height: 1.2;
}

.bold2 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold3 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold4 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold5 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold6 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold7 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

.bold8 {
  font-weight: 800;
  display: block;
  text-align: center;
  padding-bottom: .4rem;
}

/**/

/* Barware */

.barware {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 5rem;
}

.barware h3 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-3);
  padding-bottom: 2rem;
}

.barware p {
  font-size: var(--step--1);
  line-height: 1.3;
}

.barware ul {
  font-size: var(--step--1);
  list-style-type: none;
  padding-top: 2rem;
  line-height: 1.3;
}

.barware li {
  padding-bottom: 1rem;
}

.barware .bold {
  font-weight: 700;
}

.barware ul .bold {
  display: block;
}

/**/

/* Ingredients */

.ingredients {
  padding-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ingredients h3 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-3);
}

.ingredients ul {
  font-size: var(--step--1);
  list-style-type: disc;
  list-style-position: inside;
  padding-top: 2rem;
  line-height: 1.3;
}

.ingredients li {
  padding-bottom: 0.8rem;
}

summary {
  font-size: var(--step--2);
  padding-top: 1rem;
  display: flex;
}

summary::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(images/arrow-icon.svg);
  background-size: cover;
  transition: 0.2s;
  margin-right: 5px;
}

details[open]>summary::before {
  transform: rotate(90deg);
}

details p {
  font-size: var(--step--2);
  padding-top: 1rem;
  line-height: 1.5;
}

/* Preparation */

.preparation {
  padding-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: 4rem;
}

.preparation h3 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-3);
  padding-bottom: 2.5rem;
}

.preparation h4 {
  font-weight: 800;
  font-size: var(--step-2);
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: .5rem;
}

.preparation p {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  line-height: 1.5;
}

.highlight {
  background-repeat: no-repeat;
  background-position: 0% 90%;
  background-size: 60% 2px;
}

/**/

/* Individual category colours */

/* Matcha */

.matcha-header {
  background-color: var(--matcha);
}


.matcha-main .highlight {
  background-image: linear-gradient(var(--matcha), var(--matcha));
}

.matcha-main h3,
.matcha-main h4,
.matcha-main summary,
.matcha-main details p,
.matcha-main .profile>p,
.bold2 {
  color: var(--matcha);
}

/**/

/* Green Tea */

.green-header {
  background-color: var(--green-tea);
}


.green-main .highlight {
  background-image: linear-gradient(var(--green-tea), var(--green-tea));
}

.green-main h3,
.green-main h4,
.green-main summary,
.green-main details p,
.green-main .profile>p,
.bold3 {
  color: var(--green-tea);
}


/**/

/* Earl Grey */

.earl-header {
  background-color: var(--earl);
}


.earl-main .highlight {
  background-image: linear-gradient(var(--earl), var(--earl));
}

.earl-main h3,
.earl-main h4,
.earl-main summary,
.earl-main details p,
.earl-main .profile>p,
.bold4 {
  color: var(--earl);
}
/**/

/* Hibiscus */

.hibis-header {
  background-color: var(--hibiscus);
}


.hibis-main .highlight {
  background-image: linear-gradient(var(--hibiscus), var(--hibiscus));
}

.hibis-main h3,
.hibis-main h4,
.hibis-main summary,
.hibis-main details p,
.hibis-main .profile>p,
.bold5 {
  color: var(--hibiscus);
}
/**/

/* Chai tea */

.chai-header {
  background-color: var(--chai);
}


.chai-main .highlight {
  background-image: linear-gradient(var(--chai), var(--chai));
}

.chai-main h3,
.chai-main h4,
.chai-main summary,
.chai-main details p,
.chai-main .profile>p,
.bold6 {
  color: var(--chai);
}
/**/

/* Black tea */

.black-header {
  background-color: var(--black-tea);
}


.black-main .highlight {
  background-image: linear-gradient(var(--black-tea), var(--black-tea));
}

.black-main h3,
.black-main h4,
.black-main summary,
.black-main details p,
.black-main .profile>p,
.bold7 {
  color: var(--black-tea);
}
/**/

/* Chamomile */

.cham-header {
  background-color: var(--chamomile);
}


.cham-main .highlight {
  background-image: linear-gradient(var(--chamomile), var(--chamomile));
}

.cham-main h3,
.cham-main h4,
.cham-main summary,
.cham-main details p,
.cham-main .profile>p,
.bold8 {
  color: var(--chamomile);
}
/**/



/* About Page */

/* Intro */

.about-header {
  background-color: var(--lime-green);
  margin-bottom: 4rem;
}

.about-header h1 {
  display: none;
}

.star-logo {
  height: auto;
  width: 100vw;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.wave-second {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

.greeting {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  position: relative;
  font-size: var(--step-0);
  color: var(--black);
  left: 3.3rem;
  top: 5rem;
}


/**/

/* Main */

.about-main {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 6rem;
}

.about-main h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: var(--step-2);
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.about-main p {
  line-height: 1.5;
  padding-bottom: 1rem;
}

.why-section {
  background-color: var(--lime-green);
  margin: 2rem -2rem;
  padding: 2rem;
  border-radius: 30px;
}

/**/

/* Home Page */

.main-header h1 {
  display: none;
}

.wave-main-header {
  position: absolute;
  left: 0rem;
  top: 4.7rem;
  width: 101vw;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/hero-image.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
  padding-top: 3rem;
}

.hero-section h2 {
  color: var(--cool-white);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 800;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: var(--step-0);
}

.hero-section p {
  color: var(--cool-white);
  margin-left: 2.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: var(--step--1);
}

.hero-section a {
  text-decoration: none;
  color: var(--cool-white);
  font-weight: 700;
  margin-left: 3.5rem;
  border-bottom: solid 2px var(--cool-white);
}

.hero-section a:hover {
  border-bottom: solid 2px var(--lime-green);
  color: var(--lime-green);
}

.wave-third {
  transform: scaleX(-1);
  position: absolute;
  top: 27rem;
  width: 100vw;
}

/* About Section */

.about-section {
  background-color: var(--lime-green);
  padding: 3rem 2rem;
  border-radius: 30px;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.about-section img {
  height: auto;
  width: 16rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.about-section h4 {
  font-weight: 800;
  font-size: var(--step-1);
  padding-bottom: 1rem;
}

.about-section p {
  line-height: 1.5;
  padding-bottom: 1rem;
}

.about-section .bold {
  font-weight: 700;
}

.about-section a {
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  border-bottom: solid 2px var(--black);
}

.about-section a:hover {
  border-bottom: solid 2px var(--cool-white);
  color: var(--cool-white);
}

/**/

/* Category Section */

.quote {
  height: auto;
  width: 100vw;
  padding-top: 2rem;
}

.categories h3 {
  font-weight: 800;
  font-size: var(--step-3);
  text-align: center;
  padding-top: 5rem;
}

.recipes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 5rem;
}

.recipes a {
  text-decoration: none;
}

.recipes figcaption {
  text-decoration: none;
  font-weight: 700;
  font-size: var(--step--1);
  color: var(--black);
  text-align: center;
}

.recipes figure {
  border: solid 3px var(--black);
  border-radius: 20px;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  margin: 2rem 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.green-hover:hover {
  background-image: url(images/hover-green.svg);
  background-position: center;
  background-size: cover;
}

.matcha-hover:hover {
  background-image: url(images/hover-matcha.svg);
  background-position: center;
  background-size: cover;
}

.hibi-hover:hover {
  background-image: url(images/hover-hibi.svg);
  background-position: center;
  background-size: cover;
}

.earl-hover:hover {
  background-image: url(images/hover-earl.svg);
  background-position: center;
  background-size: cover;
}

.cham-hover:hover {
  background-image: url(images/hover-cham.svg);
  background-position: center;
  background-size: cover;
}

.chai-hover:hover {
  background-image: url(images/hover-chai.svg);
  background-position: center;
  background-size: cover;
}

.black-hover:hover {
  background-image: url(images/hover-black.svg);
  background-position: center;
  background-size: cover;
}

.recipes img {
  height: auto;
  width: 10rem;
  margin-left: 1rem;
}

/**/

/* Recipes Library */

.recipes-main a {
  text-decoration: none;
}

.recipes-main h2 {
  font-weight: 800;
  font-size: var(--step-3);
  text-align: center;
}

.recipes-main figcaption {
  font-weight: 700;
  font-size: var(--step-0);
  color: var(--black);
  text-align: center;
  padding-top: 1rem;
}

.recipes-main figure {
  border: solid 3px var(--black);
  border-radius: 20px;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  margin: 2rem 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.recipes-main img {
  height: auto;
  width: 10rem;
  border-radius: 20px;
}

.recipes-main {
  margin-bottom: 15rem;
}


/**/

/* Matcha Page */

.category-header {
  padding-bottom: 5rem;
}

.matcha-hero {
  background: var(--matcha) url(images/hero-matcha.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.matcha-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Black Tea Page */

.category-header {
  padding-bottom: 5rem;
}

.black-hero {
  background: var(--black-tea) url(images/hero-black.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.black-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-five {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Chai Tea Page */

.category-header {
  padding-bottom: 5rem;
}

.chai-hero {
  background: var(--chai) url(images/hero-chai.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.chai-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Earl Grey Page */

.category-header {
  padding-bottom: 5rem;
}

.earl-hero {
  background: var(--earl) url(images/hero-earl.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.earl-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Hibiscus Page */

.category-header {
  padding-bottom: 5rem;
}

.hibis-hero {
  background: var(--hibiscus) url(images/hero-hibi.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.hibis-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Green Tea Page */

.category-header {
  padding-bottom: 5rem;
}

.green-hero {
  background: var(--green-tea) url(images/hero-green.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.green-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/* Chamomile Page */

.category-header {
  padding-bottom: 5rem;
}

.cham-hero {
  background: var(--chamomile) url(images/hero-cham.svg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}

.cham-hero h1 {
  font-family: "Gasoek One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: var(--step-5);
  color: var(--cool-white);
  text-align: center;
  padding-top: 6rem;
}

.wave-fourth {
  transform: scaleX(-1);
  position: absolute;
  left: 0rem;
  top: 17rem;
  width: 100vw;
}

/**/

/** Media Queries **/


@media (min-width:380px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 15rem;
  }

  .hamburger-menu {
    left: 20rem;
  }

  /**/

  /* RECIPE PAGE */

  /* Flavour profile */

  .profile>p {
    margin-left: 5.5rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 18rem;
  }

  .greeting {
    top: 5.5rem;
    left: 3.8rem;
  }



  /**/

  /* Home Page */

  /* header section */

  .hero-section a {
    margin-left: 6.5rem;
  }

  .wave-third {
    top: 27.5rem;
  }


  .hero-section p {
    text-align: center;
  }

  /**/

  /* Category Section */

  .recipes figure {
    max-width: 12rem;
    margin-left: 6rem;
  }

  /**/

  /* About Section */

  .about-section img {
    width: 20rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 5rem;
  }

  .text-error a {
    margin-left: 6rem;
  }

  /**/

  /* Recipes Library */

  .recipes-main figure {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  /**/

}

@media (min-width:450px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 19rem;
  }

  .hamburger-menu {
    left: 24rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 3rem;
  }

  .secondary-nav ul {
    font-size: var(--step--1);
  }

  .reveal-text {
    margin-left: 2rem;
  }

  .reveal-text p {
    font-size: var(--step-4);
  }

  footer img {
    width: 3rem;
    left: 8.5rem;
    top: 2.1rem;
  }

  .socials {
    font-size: var(--step--1);
  }

  /**/

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro img {
    width: 80%;
    margin-left: 2.5rem;
    margin-top: 3rem;
  }

  .intro {
    padding-top: 5rem;
  }

  .wave {
    top: -4.7rem;
  }

  .tag {
    width: 10rem;
    top: -4.1rem;
    left: 1rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 8rem;
  }

  .flavours {
    margin-top: 31rem;
    margin-left: 5.5rem;
  }

  .illustration {
    top: 12rem;
  }

  /**/

  /* Recipe */

  .barware,
  .ingredients,
  .preparation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 21rem;
  }

  .star-logo {
    margin-bottom: 7rem;
  }

  .greeting {
    left: 4.5rem;
    top: 6rem;
    font-size: var(--step-1);
  }

  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 9rem;
  }

  .wave-third {
    top: 30rem;
  }

  .hero-section a {
    margin-left: 9rem;
  }

  /**/

  /* Category Section */

  .recipes figure {
    margin-left: 8.5rem;
  }

  /**/

  /* About Section */

  .about-section img {
    width: 24rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 8rem;
  }

  .text-error a {
    margin-left: 8rem;
  }

  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 9rem;
  }

  .black-hero {
    padding-bottom: 9rem;
  }
  
  .chai-hero {
    padding-bottom: 9rem;
  }

  .earl-hero {
    padding-bottom: 9rem;
  }

  .hibis-hero {
    padding-bottom: 9rem;
  }

  .green-hero {
    padding-bottom: 9rem;
  }

  .cham-hero {
    padding-bottom: 9rem;
  }

  .wave-fourth {
    top: 18.5rem;
  }

  .wave-five {
    top: 18.5rem;
  }

  /**/

  .recipes-main figure {
    margin-top: 5rem;
    margin-left: 8rem;
    margin-right: 8rem;
  }

  /**/

  /**/

}

@media (min-width:500px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 22rem;
    margin-top: -4.4rem;
  }

  .hamburger-menu {
    left: 27rem;
  }

  nav img {
    width: 8rem;
  }

  /**/

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro {
    padding-top: 7rem;
  }

  .intro img {
    margin-left: 3rem;
    margin-top: 3rem;
  }

  .wave {
    top: -5rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 10rem;
  }

  .flavours {
    margin-top: 34rem;
    margin-left: 6rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 22rem;
  }

  .star-logo {
    margin-bottom: 8rem;
  }

  .greeting {
    left: 5.1rem;
    top: 6.5rem;
  }

  .about-main {
    margin-bottom: 8rem;
  }

  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 11rem;
  }

  .hero-section h2 {
    padding-top: 3.5rem;
  }

  .hero-section a {
    margin-left: 11rem;
  }

  .wave-main-header {
    top: 4.8rem;
  }

  .wave-third {
    top: 34rem;
  }

  /**/

  /* Category Section */

  .recipes figure {
    margin-left: 10rem;
  }

  /**/

  /* About Section */

  .about-section img {
    width: 28rem;
  }

  .about-section {
    margin-top: 6rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 8rem;
    width: 20rem;
  }

  .text-error a {
    margin-left: 10rem;
  }

  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 9rem;
  }

  .matcha-hero h1 {
    font-size: 80px;
  }

  .black-hero {
    padding-bottom: 9rem;
  }

  .black-hero h1 {
    font-size: 80px;
  }

  .chai-hero {
    padding-bottom: 9rem;
  }

  .chai-hero h1 {
    font-size: 80px;
  }

  .earl-hero {
    padding-bottom: 9rem;
  }

  .earl-hero h1 {
    font-size: 80px;
  }

  .hibis-hero {
    padding-bottom: 9rem;
  }

  .hibis-hero h1 {
    font-size: 80px;
  }

  .green-hero {
    padding-bottom: 9rem;
  }

  .green-hero h1 {
    font-size: 80px;
  }

  .cham-hero {
    padding-bottom: 9rem;
  }

  .cham-hero h1 {
    font-size: 80px;
  }

  .wave-fourth {
    top: 18.5rem;
  }

  .wave-five {
    top: 18.5rem;
  }

  /**/

  .recipes-main figure {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  /**/

  /**/


}

@media (min-width:550px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 25rem;
  }

  .hamburger-menu {
    left: 30rem;
  }


  /**/

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro img {
    width: 70%;
    margin-left: 4rem;
    margin-top: 3rem;
  }

  .wave {
    top: -5.5rem;
  }

  .tag {
    width: 11rem;
    top: -4.6rem;
    left: 1.3rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 11rem;
  }

  .flavours {
    margin-top: 36rem;
    margin-left: 7rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 23rem;
  }

  .star-logo {
    margin-bottom: 9rem;
  }

  .greeting {
    left: 5.6rem;
    top: 7rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .wave-third {
    top: 33rem;
  }

  /**/

  /* Category Section */

  .recipes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 5rem;
  }

  .recipes figure {
    margin-left: .5rem;
  }


  /**/

  /* About Section */

  .about-section img {
    margin-left: 1rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 12rem;
  }

  .text-error a {
    margin-left: 11rem;
  }

  /**/

  /* Recipes Library */


  .recipes-main figure {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  /**/

  /**/


}

@media (min-width:600px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 28rem;
    margin-top: -5.2rem;
  }

  .hamburger-menu {
    left: 33rem;
  }

  nav img {
    padding-top: 1rem;
    padding-left: 1.5rem;
    width: 9rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 8rem;
  }

  .reveal-text {
    margin-left: 2rem;
  }

  footer img {
    left: 9rem;
    top: 2.5rem;
  }

  /**/

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro img {
    width: 60%;
    margin-left: 7rem;
  }

  .wave {
    top: -6rem;
  }

  .tag {
    top: -5rem;
    left: 1.7rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 12rem;
    font-size: var(--step-2);
  }

  .flavours {
    margin-top: 36rem;
    margin-left: 7rem;
  }

  .illustration {
    max-width: 90%;
    left: 2rem;
  }

  /**/

  /* About Page */

  .greeting {
    left: 6.2rem;
    top: 4rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .wave-main-header {
    top: 4.7rem;
  }

  .hero-section a {
    margin-left: 13rem;
  }

  /**/

  /* About Section */

  .about-section img {
    margin-left: 2rem;
  }

  .about-section {
    margin-bottom: 4rem;
  }

  .greeting {
    top: 7rem;

  }


  /**/


  /* 404 Error Page */

  .error-main img:first-child {
    right: 13rem;
  }

  .text-error a {
    margin-left: 13rem;
  }

  /**/
  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 11rem;
  }

  .matcha-hero h1 {
    font-size: 80px;
  }
  
  .black-hero {
    padding-bottom: 11rem;
  }

  .black-hero h1 {
    font-size: 80px;
  }

  .chai-hero {
    padding-bottom: 11rem;
  }

  .chai-hero h1 {
    font-size: 80px;
  }

  .earl-hero {
    padding-bottom: 11rem;
  }

  .earl-hero h1 {
    font-size: 80px;
  }

  .hibis-hero {
    padding-bottom: 11rem;
  }

  .hibis-hero h1 {
    font-size: 80px;
  }

  .green-hero {
    padding-bottom: 11rem;
  }

  .green-hero h1 {
    font-size: 80px;
  }

  .cham-hero {
    padding-bottom: 11rem;
  }

  .cham-hero h1 {
    font-size: 80px;
  }

  .wave-fourth {
    top: 20.5rem;
  }

  .wave-five {
    top: 21rem;
  }

  /**/

  .recipes-main figure {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  /**/

  /**/
}

@media (min-width:650px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 30rem;
  }

  .hamburger-menu {
    left: 36rem;
  }


  /**/

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro {
    padding-top: 9rem;
  }


  .intro img {
    width: 60%;
    margin-left: 7rem;
  }

  .wave {
    top: -6.5rem;
  }

  .tag {
    width: 12rem;
    top: -5.5rem;
    left: 2.3rem;
  }

  /**/

  /* Flavour profile */


  .profile>p {
    margin-left: 11.5rem;
    font-size: var(--step-3);
  }

  .flavours {
    margin-top: 36rem;
    margin-left: 7rem;
  }

  .flavours p {
    font-size: var(--step--1);
    max-width: 7rem;
  }

  .flavours img {
    margin-left: 1.5rem;
  }

  .illustration {
    max-width: 90%;
    left: 2rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 26rem;
  }

  .star-logo {
    margin-bottom: 10rem;
  }

  .greeting {
    left: 6.5rem;
    top: 7.5rem;
    font-size: var(--step-2);
  }


  /**/

  /* Home Page */

  /* header */

  .hero-section a {
    margin-left: 15rem;
  }

  /**/

  /* About Section */

  .about-section img {
    margin-left: 4rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 15rem;
  }

  .text-error a {
    margin-left: 15rem;
  }

  /**/



  /**/

}

@media (min-width:700px) {
  /* General */
  /* navigation */

  .primary-nav p {
    margin-left: 34rem;
    margin-top: -6rem;
  }

  .hamburger-menu {
    left: 39.5rem;
  }

  nav img {
    width: 10rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 18rem;
    margin-top: -12rem;
  }

  footer img {
    left: 9.3rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro img {
    width: 55%;
    margin-left: 10rem;
  }

  .wave {
    top: -7rem;
  }

  .tag {
    width: 13rem;
    top: -5.8rem;
    left: 2.5rem;
  }

  /**/

  /* Flavour profile */

  .profile {
    padding-top: 5rem;
  }

  .profile>p {
    margin-left: 12rem;
    font-size: var(--step-3);
  }

  .flavours {
    margin-top: 37rem;
    margin-left: 8.5rem;
  }


  .illustration {
    max-width: 80%;
    left: 4rem;
    top: 17rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 30rem;
  }

  .star-logo {
    margin-bottom: 11rem;
  }

  .greeting {
    left: 7.2rem;
    top: 4.7rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 13rem;
    padding-top: 5rem;
  }

  .hero-section a {
    margin-left: 16rem;
  }

  .hero-section p {
    text-align: center;
  }


  .wave-third {
    top: 38rem;
  }

  /**/

  /* About Section */

  .about-section img {
    margin-left: 6rem;
  }

  .wave-second {
    top: 26rem;
  }

  .greeting {
    top: 8rem;
    left: 7rem;
  }



  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 17rem;
  }

  .text-error a {
    margin-left: 16rem;
  }

  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 15rem;
  }

  .matcha-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .black-hero {
    padding-bottom: 15rem;
  }

  .black-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .chai-hero {
    padding-bottom: 15rem;
  }

  .chai-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .earl-hero {
    padding-bottom: 15rem;
  }

  .earl-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .hibis-hero {
    padding-bottom: 15rem;
  }

  .hibis-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .green-hero {
    padding-bottom: 15rem;
  }

  .green-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }

  .cham-hero {
    padding-bottom: 15rem;
  }

  .cham-hero h1 {
    padding-top: 8rem;
    font-size: 90px;
  }
  

  .wave-fourth {
    top: 25rem;
  }

  .wave-five {
    top: 25rem;
  }

  /**/

  .recipes-main figure {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  /**/



  /**/

}

@media (min-width:800px) {
  /* General */

  .barware,
  .ingredients,
  .preparation,
  .illustration,
  .profile,
  .about-main,
  .general-main,
  .error-main {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* navigation */

  .primary-nav ul li {
    display: inline;
  }

  .hamburger-menu,
  .hamburger-menu:checked,
  .primary-nav p {
    display: none;
  }

  .nav-menu {
    translate: 0;
    display: flex;
    justify-content: center;
    margin-left: 8.5rem;
    margin-top: -5rem;
    background: none;

  }

  .nav-menu a.nav-chai {
    color: var(--chai);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-earl {
    color: var(--earl);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-matcha {
    color: var(--matcha);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-hibi {
    color: var(--hibiscus);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-black {
    color: var(--black-tea);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-green {
    color: var(--green-tea);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-cham {
    color: var(--chamomile);
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  .nav-menu a.nav-about {
    font-size: var(--step--2);
    padding-left: .7rem;
    font-weight: 500;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 24rem;
  }

  footer img {
    left: 9.6rem;
    top: 2.7rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro {
    display: flex;
    padding-bottom: 5rem;
  }

  .intro div {
    max-width: 30rem;
  }

  .intro img {
    width: 30%;
    margin-left: .5rem;
    margin-top: -1rem;
  }

  .wave {
    top: -11rem;
  }

  .tag {
    width: 14rem;
    top: -10rem;
    left: 3.5rem;
  }

  .matcha-header {
    padding-bottom: 7rem;
  }

  /**/

  /* Flavour profile */


  .profile>p {
    margin-left: 13rem;
  }

  .flavours {
    margin-top: 37rem;
    margin-left: 8.5rem;
  }

  .flavours p {
    max-width: 8rem;
  }

  .flavours img {
    margin-left: 2rem;
  }


  .illustration {
    max-width: 70%;
    left: 8rem;
    top: 18rem;
  }

  /**/

  /* Recipe */

  .preparation {
    padding-bottom: 7rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 33rem;
  }

  .star-logo {
    margin-bottom: 13rem;
  }

  .greeting {
    left: 8.1rem;
    top: 5.8rem;
    font-size: var(--step-3);
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 15rem;
    padding-top: 7rem;
  }

  .hero-section a {
    margin-left: 18.5rem;
    font-size: var(--step-0);
  }

  .hero-section h2 {
    font-size: var(--step-2);
  }

  .hero-section p {
    font-size: var(--step-0);
  }

  .wave-third {
    top: 43rem;
  }

  /**/

  /* Category Section */

  .quote {
    max-width: 90%;
    margin-left: 3rem;
  }

  .recipes figure {
    margin-left: 3.5rem;
  }

  .recipes {
    padding-top: 3rem;
  }

  /**/

  /* About Section */

  .about-section img {
    float: right;
    width: 22rem;
  }

  .about-main {
    margin-bottom: 7rem;
  }

  .wave-second {
    top: 29rem;
  }

  .greeting {
    top: 8rem;
    left: 8rem;
  }



  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 17rem;
    width: 25rem;
  }

  .text-error a {
    margin-left: 19rem;
  }

  .error-main img:last-child {
    position: relative;
    top: -6rem;
  }

  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 17rem;
  }

  .matcha-hero h1 {
    padding-top: 10rem;
  }

  .black-hero {
    padding-bottom: 17rem;
  }

  .black-hero h1 {
    padding-top: 10rem;
  }

  .chai-hero {
    padding-bottom: 17rem;
  }

  .chai-hero h1 {
    padding-top: 10rem;
  }

  .earl-hero {
    padding-bottom: 17rem;
  }

  .earl-hero h1 {
    padding-top: 10rem;
  }

  .hibis-hero {
    padding-bottom: 17rem;
  }

  .hibis-hero h1 {
    padding-top: 10rem;
  }

  .green-hero {
    padding-bottom: 17rem;
  }

  .green-hero h1 {
    padding-top: 10rem;
  }

  .cham-hero {
    padding-bottom: 17rem;
  }

  .cham-hero h1 {
    padding-top: 10rem;
  }

  .wave-fourth {
    top: 27rem;
  }
  
  .wave-five {
    top: 27rem;
  }
  /**/

  .recipes-main figure {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  /**/

  /**/

}

@media (min-width:900px) {
  /* General */
  /* navigation */

  .nav-menu a.nav-chai {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-earl {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-matcha {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-hibi {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-black {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-green {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-cham {
    padding-left: 1.7rem;
  }

  .nav-menu a.nav-about {
    padding-left: 1.7rem;
  }

  .nav-menu {
    margin-top: -5rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 26rem;
  }

  .secondary-nav ul {
    font-size: var(--step-0);
  }

  footer img {
    width: 3.5rem;
    left: 10rem;
    top: 2.5rem;
  }

  .socials {
    font-size: var(--step-0);
    margin-top: 1rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro {
    padding-top: 11rem;
  }



  .intro>div {
    width: 30rem;
    margin-left: 2rem;
  }

  .intro h1,
  .intro h2 {
    text-align: left;
    margin-left: 1rem;
  }

  .wave {
    top: -9rem;
  }

  .tag {
    width: 15rem;
    top: -7.5rem;
    left: 3.8rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 16rem;
  }

  .flavours {
    margin-top: 5rem;
    margin-left: 7rem;
    column-gap: 270px;
    margin-bottom: 4rem;
  }


  .illustration {
    max-width: 40%;
    left: 17rem;
    top: 18rem;
  }

  /**/

  /* Recipe */

  .barware,
  .ingredients,
  .preparation {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  /**/

  /* About Page */

  .wave-second {
    top: 36rem;
  }

  .star-logo {
    margin-bottom: 15rem;
  }

  .greeting {
    left: 9.1rem;
    top: 9rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 17rem;
  }

  .hero-section a {
    margin-left: 21.5rem;
  }

  .wave-third {
    top: 46rem;
  }

  /**/

  /* Category Section */

  .recipes figure {
    margin-left: 5.5rem;
  }


  /**/

  /* About Section */

  .about-section {
    padding-bottom: 8rem;
  }

  .about-section h4 {
    font-size: var(--step-2);
  }

  .about-section p,
  .about-section a {
    font-size: var(--step-0);
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 19rem;
    width: 27rem;
  }

  .text-error a {
    margin-left: 22rem;
  }

  .error-main img:last-child {
    position: relative;
    top: -10rem;
  }

  /**/

  /* Recipes Library */


  .recipes-main figure {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  /**/

}

@media (min-width:1000px) {
  /* General */
  /* navigation */

  .nav-menu a.nav-chai {
    padding-left: 2rem;
  }

  .nav-menu a.nav-earl {
    padding-left: 2rem;
  }

  .nav-menu a.nav-matcha {
    padding-left: 2rem;
  }

  .nav-menu a.nav-hibi {
    padding-left: 2rem;
  }

  .nav-menu a.nav-black {
    padding-left: 2rem;
  }

  .nav-menu a.nav-green {
    padding-left: 2rem;
  }

  .nav-menu a.nav-cham {
    padding-left: 2rem;
  }

  .nav-menu a.nav-about {
    padding-left: 2rem;
  }

  .nav-menu {
    margin-top: -6rem;
    margin-left: 10rem;
  }

  nav img {
    width: 12rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 20rem;
  }


  footer img {
    left: 10rem;
    top: 2.5rem;
  }

  .socials {
    margin-top: -7rem;
    margin-left: 40rem;
  }

  .socials+p {
    padding-top: 6rem;
  }

  footer {
    padding-bottom: 1.5rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */


  .intro>div {
    width: 30rem;
    margin-left: 4rem;
  }

  .intro img {
    width: 25%;
    margin-left: 4rem;
    margin-top: -1rem;
  }

  .wave {
    top: -10rem;
  }

  .tag {
    top: -8.5rem;
    left: 4.5rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 18rem;
  }

  .flavours {
    margin-top: 5.5rem;
    margin-left: 8rem;
    margin-bottom: 4.5rem;
  }


  .illustration {
    top: 19rem;
    left: 18rem;
  }

  /* About Page */

  .wave-second {
    top: 37rem;
  }

  .star-logo {
    margin-bottom: 17rem;
  }

  .greeting {
    left: 10rem;
    top: 10rem;
  }

  .about-main {
    margin-bottom: 10rem;
  }

  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 18rem;
  }

  .hero-section a {
    margin-left: 24rem;
  }

  .wave-third {
    top: 50rem;
  }

  .wave-main-header {
    top: 4.5rem;
  }

  /**/

  /* Category Section */

  .quote {
    margin-left: 4rem;
  }

  .recipes figure {
    margin-left: 1rem;
  }

  .recipes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .categories h3 {
    font-size: var(--step-4);
  }


  /**/

  /* 404 Error Page */

  .error-main {
    margin-top: 13rem;
  }

  .error-main img:first-child {
    right: 25rem;
    width: 30rem;
    top: -3rem;
  }

  .text-error a {
    margin-left: 23rem;
  }

  .error-main img:last-child {
    position: relative;
    top: -10rem;
    left: 5rem;
    max-width: 50rem;
  }

  .error-main h1 {
    font-size: 200px;
  }

  .error-main h2 {
    font-size: var(--step-5);
  }

  .text-error p:first-child {
    font-size: var(--step-2);
  }

  .text-error p:last-of-type,
  .error-main a {
    text-align: center;
    font-size: var(--step-1);
  }


  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 18rem;
  }

  .matcha-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .black-hero {
    padding-bottom: 18rem;
  }

  .black-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .chai-hero {
    padding-bottom: 18rem;
  }

  .chai-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .earl-hero {
    padding-bottom: 18rem;
  }

  .earl-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .hibis-hero {
    padding-bottom: 18rem;
  }

  .hibis-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .green-hero {
    padding-bottom: 18rem;
  }

  .green-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .cham-hero {
    padding-bottom: 18rem;
  }

  .cham-hero h1 {
    padding-top: 12rem;
    font-size: 100px;
  }

  .wave-fourth {
    top: 29rem;
  }
  
  .wave-five {
    top: 29rem;
  }
  /**/

  .recipes-main figure {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  /**/


  /**/

}

@media (min-width:1100px) {
  /* General */
  /* navigation */

  .nav-menu {
    padding-left: 5.5rem;
  }


  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 22rem;
  }


  footer img {
    left: 10.5rem;
    top: 2.8rem;
  }


  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro img {
    margin-left: 6rem;
  }

  .wave {
    top: -11rem;
  }

  .tag {
    width: 16rem;
    top: -9.5rem;
    left: 5.5rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 20rem;
  }

  .flavours {
    margin-top: 7rem;
    margin-left: 9rem;
    margin-bottom: 5rem;
  }


  .illustration {
    top: 20rem;
    left: 20rem;
  }

  /* About Page */

  .wave-second {
    top: 38rem;
  }

  .greeting {
    left: 11.2rem;
    top: 10.5rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 19rem;
  }

  .hero-section a {
    margin-left: 27.5rem;
  }

  .wave-third {
    top: 52rem;
  }

  /**/

  /* Category Section */

  .recipes figure {
    margin-left: 1rem;
  }

  /**/

  /* 404 Error Page */

  .error-main img:first-child {
    right: 25rem;
    width: 33rem;
  }

  .text-error a {
    margin-left: 24rem;
  }

  /**/

  /* Recipes Library */


  .recipes-main figure {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  /**/



  /**/
}

@media (min-width:1200px) {
  /* General */
  /* navigation */

  .nav-menu {
    margin-top: -7.5rem;
    padding-left: 5rem;
  }

  .nav-menu a.nav-chai {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-earl {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-matcha {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-hibi {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-black {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-green {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-cham {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  .nav-menu a.nav-about {
    padding-left: 2rem;
    font-size: var(--step--1);
  }

  nav img {
    width: 14rem;
  }


  /**/

  /* RECIPE PAGE */

  /* recipe introduction */
  
  .intro {
    margin-left: 5rem;
  }

  .wave {
    top: -12rem;
  }

  .tag {
    top: -10rem;
    left: 6.5rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 22rem;
  }

  .flavours {
    margin-top: 7.5rem;
    margin-left: 8rem;
    margin-bottom: 5rem;
    column-gap: 400px;
  }


  .illustration {
    top: 21rem;
    left: 21.5rem;
  }

  /* About Page */

  .wave-second {
    top: 40rem;
  }

  .star-logo {
    margin-bottom: 18rem;
  }

  .greeting {
    left: 12.2rem;
    top: 11.5rem;
  }

  .about-main {
    margin-bottom: 12rem;
  }
  
  
  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 20rem;
  }

  .hero-section a {
    margin-left: 30rem;
  }

  .wave-third {
    top: 54rem;
  }

  /**/

  /* Category Section */

  .recipes figure {
    margin-left: 3rem;
  }


  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 20rem;
  }

  .matcha-hero h1 {
    padding-top: 12rem;
  }

  .black-hero {
    padding-bottom: 20rem;
  }

  .black-hero h1 {
    padding-top: 12rem;
  }

  .chai-hero {
    padding-bottom: 20rem;
  }

  .chai-hero h1 {
    padding-top: 12rem;
  }

  .earl-hero {
    padding-bottom: 20rem;
  }

  .earl-hero h1 {
    padding-top: 12rem;
  }

  .hibis-hero {
    padding-bottom: 20rem;
  }

  .hibis-hero h1 {
    padding-top: 12rem;
  }

  .green-hero {
    padding-bottom: 20rem;
  }

  .green-hero h1 {
    padding-top: 12rem;
  }

  .cham-hero {
    padding-bottom: 20rem;
  }

  .cham-hero h1 {
    padding-top: 12rem;
  }

  .wave-fourth {
    top: 31rem;
  }
  
  .wave-five {
    top: 31rem;
  }
  /**/

  .recipes-main figure {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  /**/


  /**/

}

@media (min-width:1300px) {
  /* General */
  /* navigation */

  .nav-menu {
    padding-left: 9rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 30rem;
  }


  footer img {
    width: 4rem;
    left: 11rem;
    top: 2.3rem;
  }

  .socials {
    margin-left: 53rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */

  .intro {
    margin-left: 7rem;
  }
  .intro img {
    margin-left: 7rem;
  }

  .wave {
    top: -13rem;
  }

  .tag {
    width: 18rem;
    top: -10.5rem;
    left: 8.5rem;
  }

  /**/
  /* Flavour profile */

  .profile>p {
    margin-left: 24.5rem;
  }

  .flavours {
    margin-top: 9rem;
    margin-left: 10rem;
    margin-bottom: 8rem;
    column-gap: 400px;
  }


  .illustration {
    top: 21rem;
    left: 23rem;
  }

  /* About Page */

  .wave-second {
    top: 41rem;
  }

  .star-logo {
    margin-bottom: 18rem;
  }

  .greeting {
    left: 13.2rem;
    top: 12rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section {
    padding-bottom: 21rem;
  }

  .hero-section a {
    margin-left: 33rem;
  }

  .wave-third {
    top: 56rem;
  }

  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 22rem;
  }

  .matcha-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .black-hero {
    padding-bottom: 22rem;
  }

  .black-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .chai-hero {
    padding-bottom: 22rem;
  }

  .chai-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .earl-hero {
    padding-bottom: 22rem;
  }

  .earl-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .hibis-hero {
    padding-bottom: 22rem;
  }

  .hibis-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .green-hero {
    padding-bottom: 22rem;
  }

  .green-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .cham-hero {
    padding-bottom: 22rem;
  }

  .cham-hero h1 {
    padding-top: 14rem;
    font-size: 120px;
  }

  .wave-fourth {
    top: 31rem;
  }
  
  .wave-five {
    top: 31rem;
  }
  /**/

  .recipes-main figure {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  /**/

  /**/

}

@media (min-width:1400px) {
  /* General */
  /* navigation */

  .nav-menu {
    padding-left: 18rem;
  }

  /**/

  /* Footer */

  .secondary-nav {
    margin-left: 32rem;
  }


  footer img {
    left: 11rem;
    top: 2.5rem;
  }

  .socials {
    margin-left: 56rem;
  }

  /**/

  /* RECIPE PAGE */

  /* recipe introduction */


  .intro {
    margin-left: 10rem;
  }
  .intro img {
    width: 25%;
    margin-top: -2rem;
  }


  .wave {
    top: -14rem;
  }

  .tag {
    width: 18rem;
    top: -11.5rem;
    left: 10.5rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 26rem;
  }

  .flavours {
    margin-top: 11rem;
    margin-left: 8rem;
    margin-bottom: 8rem;
    column-gap: 500px;
  }


  .illustration {
    top: 21rem;
    left: 25rem;
  }

  /* About Page */


  .greeting {
    left: 14.2rem;
    top: 12.5rem;
  }


  /**/

  /* Home Page */

  /* header section */

  .hero-section a {
    margin-left: 36rem;
  }


  /**/

  /* Recipes Library */


  .recipes-main figure {
    margin-left: 35rem;
    margin-right: 35rem;
  }

  /**/

  /**/
}

@media (min-width:1500px) {
  /* General */
  /* navigation */

  .nav-menu {
    padding-left: 28rem;
  }

  /**/


  /* RECIPE PAGE */

  /* recipe introduction */

  .wave {
    top: -15rem;
  }

  .tag {
    width: 18.5rem;
    top: -12rem;
    left: 12.5rem;
  }

  .matcha-header {
    padding-bottom: 10rem;
  }

  /**/

  /* Flavour profile */

  .profile>p {
    margin-left: 25rem;
  }

  .flavours {
    margin-top: 11rem;
    margin-left: 8rem;
    margin-bottom: 8rem;
    column-gap: 500px;
  }


  .illustration {
    top: 21rem;
    left: 27rem;
  }

  /* About Page */

  .wave-second {
    top: 50rem;
  }

  .greeting {
    left: 15.2rem;
    top: 10.5rem;
  }


  /**/

  /* Recipes Library */

  /* Header section */

  .matcha-hero {
    padding-bottom: 24rem;
  }

  .matcha-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .black-hero {
    padding-bottom: 24rem;
  }

  .black-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .chai-hero {
    padding-bottom: 24rem;
  }

  .chai-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .earl-hero {
    padding-bottom: 24rem;
  }

  .earl-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .hibis-hero {
    padding-bottom: 24rem;
  }

  .hibis-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .green-hero {
    padding-bottom: 24rem;
  }

  .green-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .cham-hero {
    padding-bottom: 24rem;
  }

  .cham-hero h1 {
    padding-top: 16rem;
    font-size: 120px;
  }

  .wave-fourth {
    top: 34rem;
  }
  
  .wave-five {
    top: 34rem;
  }
  /**/

  .recipes-main figure {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  /**/


  /**/


}