html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Cherry Cream Soda", system-ui;
}
nav {
  position: sticky;
  z-index: 1;
  left: 0;
  right: 0;
  font-family: "Peralta", serif;
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Peralta", serif;
  font-weight: normal;
}

h1 {
  font-size: 150px;
}

h2 {
  font-size: 100px;
}

.Grow-Room h2 {
  color: #41ccc4;
}

.The-Team h2 {
  color: #003170;
}

.contact-us h2 {
  color: #f3747b;
}
h3 {
  font-size: 50px;
}

.Grow-Room h3 {
  color: #16736e;
}

.The-Team h3 {
  color: #306fbf;
}

h4 {
  font-size: 32px;
  color: #16736e;
  background-color: #75e3dd;
  display: inline-block;
  margin: 0;
  padding: 4px;
}

a {
  letter-spacing: 3px;
  color: #2ce6dc;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

p {
  line-height: 145%;
}
.navbar {
  text-align: center;
}

.navbar li {
  display: inline-block;
  margin: 0 15px;
  color: dimgray;
}
h1 {
  text-align: center;
}
nav ul {
  list-style-type: none;
}
.left-col,
.right-col {
  color: #080808;
  text-align: center;
}
.left-col {
  background-color: yellow;
  text-align: center;
}
.right-col {
  background-color: darkgreen;
}

.Scroll {
  text-align: center;
}

.Grow-Room {
  color: #16736e;
}

.katey {
  height: 480 px;
  width: 360px;
}

footer {
  background-color: greenyellow;
}

.insta-icon {
  height: 60px;
}

.cherry-cream-soda-regular {
  font-family: "Cherry Cream Soda", system-ui;
  font-weight: 400;
  font-style: normal;
}

.peralta-regular {
  font-family: "Peralta", serif;
  font-weight: 400;
  font-style: normal;
}
/*Grow Room page specifics*/

.sativa {
  text-align: right;
}
.nugs {
  height: 480px;
  width: 360px;
}
/*About Us styles*/
