body {
  font-family: Arial, sans-serif;
  background-color: #181818;
  overflow-x: hidden;
  margin: 1vw;
  width: 98vw;

  /*background-image: url("http://access.riceball.art:3923/ocs/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;*/
}
.spacer {
  height: 40px;
}

.centeredText {
  text-align: center;
  margin: 0 auto;
  color: white;
}
.link {
  hyphens: auto;
  word-break: break-all;
}

h1,
h3 {
  color: white;
  text-align: center;
}
a {
  color: #139ad9;
}

ul {
  list-style: none;
  margin: 5px auto;
  padding: 0;
  text-align: center;
}

li {
  display: inline-block;
  margin: 2px;
}
section {
  scroll-margin-top: 45px;
}

.ocDiv {
  padding: 0.5rem;
  background-color: #313131;
  /*border: 1px solid #000;*/
  border-radius: 0.5rem;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 1rem;
  box-shadow: 0 0 10px 0;
}
.ocImg {
  max-width: 300px;
  margin: 0.5rem;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition: transform 0.2s;
}

@media only screen and (min-width: 600px) {
  .ocImg:hover {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 600px) {
  .ocImg {
    max-width: 80vw;
    padding: 0;
  }
  .ocDiv {
    max-width: 95vw;
    padding: 2vw;
  }
  #peopleDiv {
    max-width: 98vw;
  }
}

.pfp {
  height: 48px;
  width: 48px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #ddd;

  background-repeat: no-repeat;
  background-position: center; /* Ensures the image is centered */
  background-size: cover;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 40;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 40px; /* Place content 60px from the top */
  padding-bottom: 40px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
#peopleDiv {
  text-align: center;
  overflow: hidden;
}
.topnav {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.403);
  transition: 0.3s;

  border-bottom: 1px solid #72727262;

  box-shadow: 0 0 10px 0;
  backdrop-filter: blur(15px);
}

.topnav h1 {
  top: 5px;
  font-size: medium;
}

.hamLine {
  height: 2px;
  background-color: rgb(255, 255, 255);
  margin: 5px 0;
}

.button {
  margin: 4px;
  width: 32px;
  height: 32px;
  float: left;
}
.hamBurger {
  padding: 4px;
  border-radius: 5px;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.001);
}
.hamBurger:hover {
  background-color: rgba(255, 255, 255, 0.133);
}
