@charset "UTF-8";
body {
  font-family: 'Inter',sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #1e1e1e;
  color: #fbfaf5;
  text-rendering: optimizeLegibility;
}

* {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 33px;
  color: #fbfaf5;
  line-height: 41px;
  font-weight: 500;
  margin-bottom: 3vh;
}

#intro h1 {
  margin-bottom: 5vh;
}

#intro h2 {
  margin-bottom: 2vh;
  border-top: 1px solid #393939;
padding-top: 2vh;
}

#intro p {
  font-size: 18px;
color: #98918d;
line-height: 24px;
font-weight: 400;
max-width: 580px;
}

h2 {
font-size: 21px;
color: #98918d;
line-height: 28px;
font-weight: 400;
max-width: 580x;
}

#intro h3 {
  margin-top: 5vh;
}

#now h1 {
  margin-top: 15vh;
  margin-bottom: 5vh;
}

#now h2 {
  margin-bottom: 2vh;
}

#now h3 {
  margin-top: 5vh;
}

#now p {
  font-size: 18px;
color: #98918d;
line-height: 24px;
font-weight: 400;
max-width: 580px;
}

h3 {
font-size: 18px;
color: #98918d;
line-height: 24px;
font-weight: 400;
max-width: 580px;
margin-bottom: 5vh;
}


img, video, figure {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-radius: 8px;
}

main {
  width: 100%;
}

#locator, #intro, #now {
  max-width: 580px;;
  margin: 5vh auto;
}

#locator {
  margin-top: 15vh;
}

hr {
  border-top: 1px solid #393939;
  opacity: 0.1;
}

#whereabouts p {
font-family: 'Inter',sans-serif;
opacity: 0.6;
font-size: 14px;
color: #999999;
}

#time {
  margin-top: 5px;;
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  color:#b1b1b1;
  }
  
header{
  justify-content:space-between;
  align-items:center;
}

 #profile img {
  width: 60px;
  border-radius: 100px;
  border: 1px solid #393939;
  z-index: 4;
}

a {
  color: #a0a0a0;
}
a:hover{
  opacity:.8
}
a img:hover{
  opacity:1
}

nav{
  top:0;
  list-style:none;
  position:fixed;
  width:100%;
  text-align:center;
  border-bottom:1px solid #393939;
  z-index:3;
  height: 60px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
nav li{
  display:inline-block;
  text-align:center;
  padding:10px 15px;
  margin-top:12px
}
nav li a{
  color: #555555;
  font-weight: 400;
  max-width: 580px;
  text-decoration: none;
}
nav li a:hover{
  color:grey
}
nav li a.active{
  color:#bbbbbb;
}
nav li a.current{
  color:#dadada;
}
nav li.active{
  opacity: 1;
}

nav li.wip{
  opacity: 0.1;
}

.post {
  margin-bottom: 8vh;
margin-top: 8vh;
}

.post p {
  margin-bottom: 2vh;
}

p.date {
  font-family: 'Inter',sans-serif;
  opacity: 0.6;
  font-size: 14px !important;
  color: #999999;
  margin-bottom: 2vh;
}

@media (max-width: 1000px) {

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 18px;
    line-height: 22px;
  }

  #intro p {
    font-size: 16px;
    line-height: 20px;
  }

  h3 {
  font-size: 12px;
  }

  #now {
    margin: 5vh auto 20vh auto;
  }

  #now h1 {
    margin-top: 6vh;
  }
  
  #locator {
    margin-top: 5vh;
  }

  nav {
    bottom: 0;
    top: unset;
    border-top: 1px solid #393939;
    border-bottom: unset
  }

  main {
    width: unset;
    padding: 0 1rem 0 1rem;
  }
}