html * {
    box-sizing: border-box;
}
html body {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 960px; /* won't work without the previous directives */
    position: relative;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: url('/static/martyrs/fonts/DejaVuSans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVu Sans';
  src: url('/static/martyrs/fonts/DejaVuSans-Oblique.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'IntroCondBlackFree';
  src: url('/static/martyrs/fonts/IntroCondBlackFree.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KatahdinRound';
  src: url('/static/martyrs/fonts/KatahdinRound.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArbutusSlab';
  src: url('/static/martyrs/fonts/ArbutusSlab-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
div.base-menu {
    width: 100%;
    top: 36px;
    position: relative;
    z-index: 7;
}
div.base-menu img {
    width: 53px;
    margin-left: 15px;
    margin-top: -9px;
    z-index: 4;
    position: absolute;
}
div.base-menu nav {
    width: 100%;
    height: 34px;
    background-color: #1a1a1a;
    position: absolute;
    z-index: 3;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50px 0;
    transform: scaleX(0);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 50px;
}
div.base-menu nav.shrink {
}
div.base-menu nav.expand {
  transform: scaleX(1);
}
div.base-menu nav a {
    font-family: 'DejaVu Sans';
    text-transform: uppercase;
    margin-left: 50px;
    text-decoration: none;
    color: white;
}
footer {
    font-family: 'DejaVu Sans';
    color: white;
    background-color: #1a1a1a;
    padding: 7px 0;
    padding-left: 106px;
}
.section-title {
    font-family: 'DejaVu Sans';
    font-weight: lighter;
    font-size: 20px;
    color: #555;
}
.title-dot {
    width: max-content;
    padding-right: 27px;
    background: url("/static/martyrs/images/reddot.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
}
.title-upper { 
    text-transform: uppercase;
}
.title-more {
    display: inline-block;
    text-decoration: none;
    width: max-content;
    padding: 0;
    padding-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}
