.open{
  font-size: 50px;
  padding-left: 97%;
}

h1{
    text-align: center;
    font-size: 300%;
}
hr{
    width:50%;
    text-align:center;
   color: lightblue;
}
.sidenav{
    text-align: right;
    margin-right: 0;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #ffffff;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(196, 196, 196, 1) 100%);
    
}

.second{
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

 /* The sidebar menu */
.sidenav {
  margin: 0;
  padding: 0;
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 0; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  transition: 0.5s;
}

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

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

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 150px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content */
h2 {
  background-color: #575757;
  width: fit-content;
  color: white;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}

  h2 {
  background-color: #575757;
  width: fit-content;
  font-size: 7vw;
  color: white;
}
h1{
    text-align: center;
    font-size: 12vw;
}
.foot{
    text-align: center;
    size: 50%;
    padding-top: 10%;
    font-size: 2vw;
}
.yap{
  font-size: 4vw;
}

.open{
  font-size: 10vw;
  padding-left: 90%;
}
#name{
  font-size: 7vw;
}
}
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
   h2 {
  background-color: #575757;
  width: fit-content;
  font-size: 5vw;
  color: white;
}
h1{
    text-align: center;
    font-size: 10vw;
}
.foot{
    text-align: center;
    size: 50%;
    padding-top: 10%;
    font-size: 2vw;
}
.open{
  font-size: 4vw;
}
}

.foot{
    text-align: center;
    size: 50%;
    padding-top: 10%;
}
img{
    width: 35%;
    height: 35%;
    padding-left: 30%; 
     max-width:100%;
}

.yap{
    padding-left: 0.4%;
}
.between{
    color: #818181;
    opacity: 30%;
    width: 5%;
    vertical-align: right;
}

.furry{
    padding-left: 63%;
    max-width:100%;
    width: 25%;
    height: 25%;
}

.shitty{
  width: 35%;
  height: 35%;
  padding-left: 32%;
  max-width:100%;
}
.staff {
  background-color: white;
  max-width: 600px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px gray;
  transition: transform 0.3s, background-color 0.3s ease;
  display:flexbox;
}


#name{
  text-align: center;
  margin-left: 42%;
}
#name2{
  text-align: center;
  margin-left: calc(32% + 1px);
}
#name3{
  text-align: center;
  margin-left: 45%;
}
.staff:hover {
  background-color:rgb(103, 103, 238) ;
  transform: scale(1.1);
}
.linkin {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.linkin a {
  text-decoration: none;
  font-size: 1em;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  background-color:  #575757;
  transition: background-color 0.3s ease;
}

.linkin a:hover {
  background-color: orangered;
}

.linkin a:active {
  background-color: midnightblue;
}

.info{
 max-height: fit-content;
  text-align: center;
}

.staffpic{
  padding-left: 0%;
  margin-left: 32%; 
  border-radius: 10px;
}
