html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url(img/parchpaper.jpg);
  background-repeat: repeat;
}

.mainbody {
  width: 100%;
}

.videoPlayer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  max-width: 80vw;
  height: 70vh;
}

h1 {
  font-size: 2em;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

h2 {
  font-size: 1.6em;
  padding: 30px 0px 0px 0px;
}

h3 {
  font-size: 1.1em;
  text-align: center;
  padding: 0px 0px 0px 0px;
  font-style: italic;
}

h4 {
  font-size: 1em;
  text-align: left;
  padding-left: 14px;
}

p {
  font-size: 0.875em;
}

ul {
  text-align: left;
  padding-left: 0px;
  font-size: 22px;
  font-style: bold;
}

li {
  padding: 6px 6px 20px 0px !important;
  list-style-type: none;
}

hr {
  border: 2px solid rgb(0, 0, 0);
}

.hr-double {
  border: none; /* Remove default border */
  border-top: 8px double rgb(0, 0, 0); /* Creates a double line */
}

.accordion {
  background: transparent !important;
  width: 100%;
}

.accordion-item {
  width: 100%;
  background: transparent !important;
}
.accordion-header,
.accordion-button {
  background: transparent !important;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
label {
  margin: 0px !important;
  padding: 10px 2px 0px 2px !important;
}

.form-label {
  margin: 0px !important;
  padding: 0px 8px 0px 0px !important;
  text-align: left;
  justify-content: center;
  align-items: start;
  font-size: 1em;
  font-weight: bold;
}

.section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.flex-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.flex-frame2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.flex-card {
  flex: 1;
  margin: 12px;
  padding: 12px;
  min-width: 360px;
  max-width: 360px;
  text-align: center;
  border: 2px solid rgba(10, 10, 10, 0.279);
}

.flex-card2 {
  flex: 1;
  margin: 12px;
  padding: 12px;
  min-width: 320px;
  max-width: 640px;
  text-align: center;
  border: 2px solid rgba(10, 10, 10, 0.279);
}

.top-box {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  height: 140px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: rgb(0, 0, 0);
  background-image: url(img/parchpaper.jpg);
  background-repeat: repeat;
  /* background-color: red; */
  /* background: transparent; */
}

.dshadow {
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.top-image {
  height: 140px;
  width: auto;
  padding: 12px;
}

.top-shrink {
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.top-enlarge {
  height: 140px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banshee {
  font-family: "banshee-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: badScript;
  src: url(fonts/BadScript-Regular.ttf);
}

.badScript {
  font-family: "badScript";
  font-weight: 800;
  font-style: normal;
  text-align: center;
}

@font-face {
  font-family: erasDemi;
  src: url(fonts/ITC-Eras-Demi-Regular.otf);
}

@font-face {
  font-family: erasMedium;
  src: url(fonts/ITC-Eras-Medium.otf);
}

p {
  font-family: erasMedium;
  font-size: 20px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.6rem;
}
