@font-face {
  src: url(test.ttf);
  font-family: "New Font"; }

article.work-article .work-title {
  font-family: "Imperial", monospace, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  font-style: italic;
  text-align: center; }

article.work-article > * {
  max-width: 1920px;
  margin: 0;
  font-family: "Imperial", monospace, sans-serif; }

.footer-banner__name {
  font-family: Roboto Mono;
  font-weight: 500;
  font-size: 1rem;
  width: 50%;
  padding: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: -50px; }

.footer-banner__name > * {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #000; }

@media (min-width: 600px) {
  .footer-banner__name {
    font-size: 1rem; } }

@media screen and (max-width: 1440px) {
  .cell {
    padding-right: 20px !important; } }

@media (min-width: 768px) {
  .footer-banner__name {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .footer-banner__name {
    width: 250px; } }

.footer-banner__name > * {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-left: 30px; }

@media (min-width: 600px) {
  .footer-banner__name > * {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .footer-banner__name > * {
    margin-left: 30px; } }

.footer-banner__name > *.highlight {
  color: #999;
  -webkit-animation: blink 3s infinite;
  animation: blink 3s infinite; }

article.work-article p,
article.work-article ul,
article.work-article ol {
  font-size: 1.25rem;
  line-height: 1.75; }

@media (min-width: 768px) {
  article.work-article p,
  article.work-article ul,
  article.work-article ol {
    font-size: 1.25rem; } }

article.work-article p.has-img,
article.work-article ul.has-img,
article.work-article ol.has-img {
  width: 100%;
  max-width: 1000000000px; }

article.work-article li {
  line-height: 1.6; }

article.work-article h1 {
  font-size: 1.75rem;
  font-family: "New Font", Karla, Abril Fatface, Times, serif; }

article.work-article h1:nth-of-type(1) {
  margin-top: 0; }

article.work-article h2 {
  font-size: 1.5rem; }

article.work-article h2:first-child {
  margin-top: 0; }

article.work-article iframe,
article.work-article img {
  width: 100%;
  height: 100%;
  margin: 2rem 0 2.25rem; }

article.work-article blockquote p {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  padding: 1.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4; }

article.work-article blockquote p:before {
  content: open-quote; }

article.work-article blockquote p:after {
  content: close-quote; }

article.work-article hr {
  margin: 0 auto;
  text-align: center;
  background: url("../img/white-squiggle.svg") no-repeat center center;
  height: 12px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
  margin: 2.85rem 0; }

article.work-article pre {
  background: #f5f5f5;
  padding: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.45rem;
  color: #111; }

article.work-article a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

article.work-article a:hover,
article.work-article a:focus {
  color: rgba(255, 255, 255, 0.8); }

.cell {
  padding: 100px 0;
  width: 50%;
  float: left; }

.descr {
  position: relative; }

.left {
  width: 50%; }

.hashtags {
  width: 0px; }

.linkss {
  padding: 10px 30px; }

ul {
  list-style-type: none; }

li > a {
  color: #f00; }
  li > a:hover {
    color: #f00 !important;
    text-decoration: underline; }
