html {
  background: 
    repeating-conic-gradient(#EEE8F6 0 25%, #0000 0 50%) 
      50% / 50px 50px
}

.display-1 {
  font-family: "bitcount-grid-double-square", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 150px;
  color: white;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #8b7aa3;
}
.display-1 h1 {
  line-height: 0.7em;
  margin: 0;
  padding: 3px;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('Images/blossom_branch.png');
  image-rendering: optimizeSpeed;
  background-position: center center;  /* center the image */
  background-repeat: no-repeat;
  background-size: contain;            /* or cover, depending on fit */
  text-align: center;
  margin-top: 1rem;
}
.hero-bg h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 300px;
}
section {
  background-color: #F1ECF7; /* purple solid fill */
  border: 10px solid #fff;    /* white border outline */
  outline: 15px solid #8F80A5;        /* outer ring */
  outline-offset: 0;              /* sits flush outside the border */
  padding: 1rem;
  margin: 2rem auto;
}

aside {
  background-color: #F1ECF7; /* purple solid fill */
  border: 10px solid #fff;    /* white border outline */
  outline: 15px solid #8F80A5;        /* outer ring */
  outline-offset: 0;              /* sits flush outside the border */
  padding: 0.5rem;
  margin: 2rem auto;
  margin-right: 3rem;
}
.main-section {
  display: flex;
}
.my-wide-section {
  width: 100%;           /* 100% of parent */
  max-width: 1300px;    /* caps at 1400px */
  padding: 1rem;        /* optional inner spacing */
}
 /* Style the navigation bar */
nav {
  width: 100%;
  overflow: auto;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Navbar links */
nav a {
  float: left;
  text-align: center;
  padding: 7px;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  color: white;
  text-decoration: none;
  font-family: "bitcount-grid-double-square", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 33px;
  background-color: #8F80A5;
}

/* Navbar links on mouse-over */
nav a:hover {
  background-color: #F5B0ED;
}

/* Current/active navbar link */
.active {
  background-color: #BF80BE;
} 

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}
aside .nav-title-1 {

  text-align: center;
  padding: 7px;
  padding-bottom: 1px;
  color: white;
  text-decoration: none;
  font-family: "bitcount-grid-double-square", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 35px;
  width: max-content;
  overflow: auto;
  display: block;
  align-items: center;
  background-color: #8F80A5;
  margin-left: auto;
  margin-right: 0;
}
aside .nav-title-2 {

  text-align: center;
  padding: 7px;
  padding-bottom: 1px;
  color: white;
  text-decoration: none;
  font-family: "bitcount-grid-double-square", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 28px;
  width: max-content;
  overflow: auto;
  display: block;
  align-items: center;
  background-color: #8F80A5;
  margin-left: auto;
  margin-right: 0;
}
aside .nav-subtitle {

  text-align: right;
  padding: 7px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  color: white;
  text-decoration: none;
  font-family: "bitcount-grid-double-square", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 28px;
  overflow: auto;
  display: block;
  align-items: center;
  background-color: #B4A6C8;
  margin-left: auto;
  margin-right: 0;
}
aside a:hover {
  background-color: #F5B0ED;
}
.home-about {
  font-family: "bitcount-prop-single-square", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: white;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #8b7aa3;
  line-height: 0.9em;
}
