/* DEV STYLES */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*body {*/
/*  font-family: 'Roboto', sans-serif;*/
/*  font-weight: 300;*/
/*  font-size: 0.8rem;*/
/*}*/

/*h1 {*/
/*  font-weight: 900;*/
/*  font-size: 1.8rem;*/
/*  margin: 0;*/
/*}*/

/*h2 {*/
/*  margin: 0;*/
/*  font-weight: 700;*/
/*  font-size: 1.6rem;*/
/*}*/

/*h3 {*/
/*  margin: 0;*/
/*  font-weight: 500;*/
/*  font-size: 1.4rem;*/
/*}*/

/*h4 {*/
/*  margin: 0;*/
/*  font-weight: 300;*/
/*  font-size: 1.2rem;*/
/*}*/

.dev-metadata, .block-search, .nav__menu {
  display: none;
}
.dev-mode .dev-metadata, .dev-mode .block-search, .dev-mode .nav__menu {
  display: block;
}
.dev-mode .dev-metadata {
  position: absolute;
  max-width: 360px;
  margin-left: 1rem;
  margin-top: 1rem;
  padding: 10px;
  border-radius: 12px;
  background-color: rgba(0,0,0,0.4);
  font-family: Verdana, serif;
  font-size: 13px;
  line-height: 18px;
  color: white;
  z-index: 10;
}
.dev-mode .dev-metadata ul {
  margin: 0;
  padding: 8px 8px 0;
}

.dev-mode .dev-metadata li {
  list-style: none;
  margin-bottom: 1rem;
}

.dev-metadata label {
  font-weight: bold;
  margin-right: 3px;
}

.dev-metadata a {
  margin-right: 0.5rem;
}

.dev-mode .dev-frame {
  background-color: #fff;
  border: 1px #b6b6b6 solid;
  border-radius: 5px;
  overflow: hidden;
  width: calc(750px/2);
  height: calc(1334px/2);
  left: 55% !important;
}
.dev-mode .dev-content::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.dev-mode .dev-content {
  height:100%;
  overflow-y:scroll;

}

.dev-frame__navbar {
  background: rgba(46, 46, 46, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top:0.5px solid white;
  position: fixed;
  justify-content: space-around;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  margin-left: 0!important;
  padding-top: 1em;
  padding-bottom: .75em;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  font-size: .75em;
  color: hsla(0,0%,100%,.6);
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
  white-space: nowrap;
  font-size: .9em;
  border-radius: 0 0 5px 5px;
}

.dev-frame__navbar li {
  float: left;
  padding: 5px 10px 5px 10px;
  list-style: none !important;
}
.internal_notes {
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.2);
}

.dev-frame p {
  display:block;
}

/* Articles */
.byline-updated {
  margin-top:10px;
  margin-bottom:10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.update-date {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  display:inline-block;
}

/* Images */
.article-image {
  width:100%;
}

/* Icons */
.icon {
  fill: currentColor;
  width: 2.5em;
  height: 2.5em;
  vertical-align: bottom
}

.icon svg {
  max-width: 100%
}

.icon--md {
  width: 2em;
  height: 2em
}

.icon--sm {
  width: 1.25rem;
  height: 1.25rem
}

.icon--ghost {
  fill: rgba(15, 27, 33, .5)
}

.icon-mobile-nav {
  fill: hsla(0, 0%, 100%, .8);
  width: 2em;
  height: 2em
}

/* Nav Menu */

.nav__menu .nav__item {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-overflow {
  position: fixed;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  background: #333236;
  color: rgba(176, 171, 170, 0.61);
  opacity: 0;
  transition: opacity .1s ease, top .2s ease;
}

.navbar-overflow--open {
  opacity: 1;
  top:20vh;
  z-index: 99999;
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.navbar-overflow--container {
  position: absolute;
  padding: 80px 20px 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* These 2 below are all the magic: */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar-overflow a:any-link {
  color:rgba(176, 171, 170, 0.61);
}

.navbar-color a:active {
  color:white;
}

.navbar-overflow li {
  list-style: none;
  font-size:1.2rem;
}

.nav__menu {
  /*background: rgba(46, 46, 46, 0.75);*/
  /*backdrop-filter: blur(6px);*/
  /*-webkit-backdrop-filter: blur(6px);*/
  /*border-top:0.5px solid white;*/
}

.nav__menu li {
  list-style: none;
  font-size:1.2rem;
}

#navbar-overflow-toggle {
  cursor: pointer;
}

.site-map {
  padding:10px;
}

/*UTILITIES*/

.dev-mode .centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.dev-mode .dropshadow {
  box-shadow:5px 9px 25px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 5px 9px 25px 0px rgba(0,0,0,0.25);
}

.circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
  object-position: center;
}

body.dev-mode {
  background-color: var(--ohto-bone);
}