main {
  background-color: white;
    max-width: 100vw !important;
    overflow-x: hidden;
  }


.slide-button {
  position: relative;
  align-content: left;
  padding-bottom: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky bottom !important;
  padding: 0;
  margin: 0;
}

#slideshow-2 .container {
  width: 800px;
  height: 500px;
  max-height: 500px;
}

#slideshow-2 img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#slideshow-2 .w3-left,
.w3-right,
.badge-button {
  cursor: pointer;
}

.badge-button {
  height: 15px;
  width: 15px;
  padding: 10px;
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

.heading-text {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  position: relative;
  margin-top: 20px !important;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 20px;
}

.heading-3 {
  text-transform: capitalize;
  font-weight: 800;
}

.h4 {
  text-transform: capitalize !important;
  font-weight: 700 !important;
}

.h5 {
  text-transform: capitalize !important;
  font-weight: 700 !important;
}

.h6 {
  font-weight: 700;
}

.CWRU-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.CWRU-logo {
  height: auto;
  width: auto;
  max-width: 600px;
}
