.img1 {
  width: 40px;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.masthead .intro-body .brand-heading {
  font-size: 30px;
  text-align: left;
}

.image2 {
  width: 298px;
}

.section1 {
  border-bottom: 14px red;
}

hr {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  background-color: #666;
}

@media only screen and (max-width: 768px) {
  hr {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  hr {
    width: 500px;
  }
}

#tablehead {
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

th {
  font-size: 18px;
}

th {
  width: 25px;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #42dca3;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #a8acb0;
  vertical-align: top;
  border-color: #dee2e6;
}

td {
  font-weight: bold;
}

.vstack.vrch {
  margin-top: 60px;
}

.slogan {
  font-size: 70px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .slogan {
    font-size: 50px;
  }
}

h1 {
  text-align: center;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-top: 300px;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1;
}

.brand-heading {
  margin-bottom: -70px;
  margin-top: 70px;
}

.podsloganom {
  width: 400px;
  opacity: .20;
}

.vstack.slogan1 {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .brand-heading {
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .vstack.slogan1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .podsloganom {
    width: 200px;
  }
}

.purplehead {
  color: #60029a;
}