body {
    background: white;
    color: black;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: -moz-scrollbars-none;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

#wrapper {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

header {
    width: 250px;
    height: 100%;
    background: white;
    padding-left: 30px;
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
}

a {
  color: black;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 0.3em;
}

h2 {
  font-weight: 300;
  font-size: 65%;
}

.site-title {
  width: 250px;
  height: auto;
  background: white;
  padding-left: 30px;
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding-top: 7vh;
}

nav {
  display: flex;
  flex-direction: column;
  left: 0;
  height: 82vh;
  justify-content: space-between;
  padding: 14vh 0 0 0;
}

ul {
  padding: 0;
  letter-spacing: 0.1em;
  margin: 0;
}

nav ul li {
  font-weight: 300;
  font-size: 65%;
  margin-top: 7px;
  list-style-type: none;
}

.instaLink {
  position: relative;
  left: -4px;
}

.instaLink img {
  position: relative;
  top: -1px;
  width: 6%;
}

.current {
  font-style: italic;
}

.current:hover {
  font-style: italic;
  color: #bdecef;
}

.hover:hover {
  text-decoration: none;
  color: #bdecef;
}

footer {
  font-size: 35%;
  font-style: italic;
  line-height: 1.9em;
  white-space: normal;
  position: relative;
}

.footer .copyright {
  font-style: normal;
  text-transform: uppercase;
}

.main-content {
    white-space: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: 250px; /* Adjusted for the header width */
}

.embed-video iframe,
  .post img {
    width: auto;
    height: 82vh;
    max-height: 82vh; /* Adjust the height as needed */
  }

.embed-iframe iframe {
  max-width: 60vw;
  max-height: 82vh;
}

.post {
  margin-right: 10px;
}

.post-link {
    position: relative;
    line-height: 130%;
    font-size: 70%;
    text-align: center;
    width: 99%;
}

.text {
  text-align: center;
}
