body {
  background-color: #efefe6;
  font-family: Jost;
}
.d-grid {
  flex-direction: column;
}
.btnGame {
  display: flex;
  border-radius: 30px;
  flex-direction: column;
  margin: 1.5em 0 1.5em 0;
  padding: 1px;
  font-family: funnel display;
  font-weight: 700;
  color: #412032;
  background-color: #fec485;
  box-shadow: 1px 3px 7px rgba(65, 32, 50, 0.75);
}
.btnGame::after {
  height: 100%;
  left: -25%;
  top: 0;
  transform: skew(45 deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}
.btnGame:hover::after {
  height: 100%;
  width: 135%;
}
.btnGroup {
  margin-top: 10%;
  padding: 20em 15em 2em 15em;
}
.text-center {
  font-family: funnel display;
  font-weight: 750;
  margin-top: 1em;
}
.navbar-toggler {
  border-color: #412032;
  background-color: #6d437a;
}
#aboutStatement {
  margin: 5% 20%;
  padding: 2%;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-color: #8f8c9e;
}
#aboutStatement p {
  font-size: 16pt;
  font-family: jost;
}
#aboutStatement h2 {
  font-size: 20pt;
  font-family: funnel display;
  font-weight: bolder;
}
#aboutStatement a {
  color: #c6c4d2;
  font-family: jost;
}
.carousel img {
  /* Responisve images for carousel */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#headHome3 {
  margin-left: 1.25em;
}
.card-img-top {
  width: 100%;
  height: 20em;
}
.card {
  margin: 2em;
  border: none;
}
.navbar {
  background-color: #6d5c79;
  font-family: funnel display;
}
.active {
  color: #412032 !important; /* Bootstrap override */
}
.nav-link,
.navbar-brand {
  color: #efefe6;
  position: relative;
  text-decoration: none;
}
.nav-link::after {
  /* Animated underline for Nav links */
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0%;
  height: 2px;
  transform: translateX(-50%);
  transition:
    width,
    0.3s ease;
  background-color: #8f8c9e;
}
.nav-link:hover::after {
  /* Underline to expand for Nav link */
  width: 100%;
}
.formText {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.carousel-item {
  height: 32rem;
}
.containerForm {
  /* Container for Contact form */
  background-color: #c6c4d23b;
  border-radius: 20px;
  padding: 0 20px 10px;
}
.heading2 {
  /* h2 for Contact Me */
  padding: 15px 0;
}
#btnProjects {
  margin-left: 2em;
  margin-bottom: 20px;
}
.btnSubmit,
#btnProjects {
  /* Form Submit button */
  background-color: #c6c4d2;
  font-weight: 700;
}
.btnSubmit:hover,
#btnProjects:hover {
  /* Form Submit button on Hover */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
}
#bookProfile {
  display: flex;
  justify-content: center;
}
.accordion {
  padding: 1.5rem;
}
.accordion-item {
  font-family: jost;
  background-color: #e8ebed;
  color: #362e3c;
}
.accordion-button {
  font-family: funnel display;
  background-color: #c6c4d2;
  color: #362e3c;
}
.accordion-button:not(.collapsed) {
  font-family: funnel display;
  background-color: #fedab2;
  color: #565364;
}
#aboutPhoto {
  width: 50em;
  height: auto;
  margin: 2em;
}
#aboutText {
  padding-top: 2.5em;
  padding-right: 2em;
  line-height: 1.5em;
  margin: 2em;
}
#imgBody {
  /* Index background */
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(Background.png), url(Background-wave.jpeg);
}
#webIcon {
  width: auto;
  height: 50px;
}
.exploreList,
.exploreLink {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #362e3c;
}
.activeExplore {
  color: #c6c4d2;
}
.exploreLink:hover {
  text-decoration: underline;
}
h5,
#copyright {
  color: #efefe6;
  font-family: funnel display;
  font-weight: 100;
  font-size: medium;
}
#copyright {
  font-size: small;
  font-style: italic;
}
footer {
  margin-top: 20px;
  padding: 10px 5% 5% 15%;
  background-color: #6d5c79;
}
