body.p {
  font-family: overlock-black;
  font-size: 1rem;
  color: seagreen;
}

.gradient-box p {
  font-family: overlock;
  font-size: 1.3rem;
  font-style: italic;
  color: darkseagreen;    
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.container p {
  font-family: overlock;
  font-size: 1.1rem;
  font-style: italic;
  width: 80%;
  color: darkseagreen;   
  text-align: justify;
  text-justify: inter-word;  
  margin-left: auto;
  margin-right: auto;
}

.wrapper p {
  font-family: overlock;
  font-size: 1.1rem;
  color: darkseagreen;  
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

bold {
  font-family: "Overlock", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5rem;
  color: seagreen;
}

/* navigation links */
a:link {
  color: darkseagreen;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
}

a:visited {
  color: #008000;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
}

a:hover {
  color: seashell;
  font-size: .9rem;
  font-weight: 600;  
  text-decoration: underline;
}

a:active {
  color: lightgreen;
  font-size: .9rem;
  font-weight: 600;  
  text-decoration: underline;
}

/* body links */
.container a:link {
  color: darkseagreen;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}

.container a:link {
  color: seashell;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}

.container a:visited {
  color: #008000;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}

.container a:hover {
  color: seashell;
  font-size: 1.1rem;
  font-weight: 600;  
  text-decoration: underline;
}

.container a:active {
  color: lightgreen;
  font-size: 1.1rem;
  font-weight: 600;  
  text-decoration: underline;
}

.social-icon img {
  width: 1.5rem; /* Set the width */
  height: 1.5rem; /* Set the height */
}

/* Headers */
h1 {
  font-family: "Quintessential", serif;
  color: seagreen;
  text-shadow: darkgreen 2px 2px 4px;
  letter-spacing: 1.5px;
  font-size: 1.75rem;
  text-align: center;
}

h2 {
  color: darkseagreen;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 1.5px;
}

h3 {
  color: darkseagreen;
  text-align: center;
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
  font-style: italic;
  width: 75%;
  color: seagreen;   
  text-align: center;
  margin: 15px auto;
}

h5 {
  font-family: "Quintessential", serif;
  color: seagreen;
  text-align: center;
  text-shadow: darkgreen 2px 2px 4px;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
  margin: 0 auto;
}

h6 {
  font-size: 1rem;
  font-family: "Overlock", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: seagreen;   
  text-align: left;
  padding: 0 40px;
  margin: 30px 0 0 0;
  column-span: all;
}

/* font classes */
.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}

.overlock-regular {
  font-family: "Overlock", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: darkseagreen;  
}

.overlock-bold {
  font-family: "Overlock", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.overlock-black {
  font-family: "Overlock", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5rem;
}

.overlock-regular-italic {
  font-family: "Overlock", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.overlock-bold-italic {
  font-family: "Overlock", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.overlock-black-italic {
  font-family: "Overlock", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: darkseagreen;
}

/*font classes end */
