@import url(//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
@keyframes "heart" {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.6; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-moz-keyframes heart {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }

  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.6; }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes "heart" {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.6; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes "heart" {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }

  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.6; }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background-color: #fdfcf6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern=1", "liga=1", "dlig=1", "hlig=1";
  -moz-font-feature-settings: "kern" on, "liga" on, "dlig" on, "hlig" on;
  -webkit-font-feature-settings: "kern","liga","dlig","hlig";
  -ms-font-feature-settings: "kern","liga","dlig","hlig";
  font-feature-settings: "kern","liga","dlig","hlig";
  text-rendering: optimizeLegibility; }

.clr {
  clear: both; }

a {
  text-decoration: none; }

.swash {
  font-feature-settings: "swsh" 2;
  -moz-font-feature-settings: "swsh=2";
  -webkit-font-feature-settings: "swsh" 2; }

.note {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6a6256;
  font-size: 14px;
  line-height: 30px; }

.logo {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  color: #332c21;
  line-height: 60px;
  position: absolute;
  left: 0;
  padding-left: 11px; }
  .logo span {
    color: #f1b908; }
  .logo::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: dashed 1px #332c21;
    transition: width 0.4s cubic-bezier(0.18, 0.57, 0.51, 1); }
  .logo:hover::before {
    width: 185px; }

.pagination {
  width: 214px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative; }
  .pagination .prev,
  .pagination .next {
    width: 77px;
    height: 30px;
    position: absolute; }
    .pagination .prev::before,
    .pagination .next::before {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      width: 57px;
      height: 1px;
      background-color: #d0cac2;
      transition: all 0.4s ease; }
    .pagination .prev::after,
    .pagination .next::after {
      content: '';
      display: block;
      position: absolute;
      top: 10.5px;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1); }
    .pagination .prev span,
    .pagination .next span {
      color: #332c21;
      font-size: 10px;
      line-height: 30px;
      text-align: right;
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1); }
    .pagination .prev:hover::before,
    .pagination .next:hover::before {
      width: 0px;
      background-color: #332c21; }
    .pagination .prev:hover::after,
    .pagination .next:hover::after {
      border-top-color: #332c21;
      border-left-color: #332c21;
      border-bottom-color: #332c21;
      border-right-color: #332c21; }
    .pagination .prev:hover span,
    .pagination .next:hover span {
      opacity: 1;
      transition-delay: 0.15s; }
  .pagination .prev::before {
    left: 20px; }
  .pagination .prev::after {
    left: 20px;
    border-top: solid 1px #d0cac2;
    border-left: solid 1px #d0cac2; }
  .pagination .prev:hover::before, .pagination .prev:hover::after {
    left: 0; }
  .pagination .prev span {
    float: right; }
  .pagination .next {
    right: 0px;
    top: 15px; }
    .pagination .next::before {
      right: 20px; }
    .pagination .next::after {
      right: 20px;
      border-bottom: solid 1px #d0cac2;
      border-right: solid 1px #d0cac2; }
    .pagination .next:hover::before, .pagination .next:hover::after {
      right: 0; }
    .pagination .next span {
      float: left; }
  .pagination .number {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    background-color: #332c21;
    color: #fdfcf6;
    cursor: default; }

.share {
  position: absolute;
  right: 0;
  top: 18px;
  width: 470px;
  text-align: right; }
  .share .vote {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #d0cac2;
    line-height: 18px;
    position: absolute;
    top: -6px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1);
    display: none; }
    .share .vote i {
      position: absolute;
      left: 145px;
      top: -2px;
      width: 40px;
      height: 40px;
      opacity: 0;
      transform: scale(0.1, 0.1);
      transform-origin: center center;
      transition: all 0.6s cubic-bezier(0.18, 0.57, 0.51, 1); }
    .share .vote i::after {
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      font-family: 'icomoon';
      font-style: normal;
      content: "\e60c";
      color: #ef431d;
      font-size: 40px;
      line-height: 40px;
      transform-origin: center center; }
    .share .vote:hover {
      color: #6a6256; }
    .share .vote:hover i {
      transform: scale(1, 1);
      opacity: 0.9; }
      .share .vote:hover i::after {
        -webkit-animation: heart 1s linear 0.4s infinite both;
        -moz-animation: heart 1s linear 0.4s infinite both;
        -ms-animation: heart 1s linear 0.4s infinite both;
        animation: heart 1s linear 0.4s infinite both; }
  .share a {
    width: 24px;
    margin-left: 6px; }
    .share a::before {
      font-size: 24px;
      font-family: 'icomoon';
      color: #d0cac2;
      transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1); }
  .share a:hover::before {
    color: #f1b908; }
  .share .newsletter::before {
    font-size: 26px;
    content: "\e605"; }
  .share .github::before {
    font-size: 26px;
    content: "\e603"; }
  .share .twitter::before {
    content: "\e602"; }

header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  position: relative; }

main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px; }

footer {
  width: 1200px;
  margin: 40px auto; }

.name {
  width: 570px;
  border-top: dashed 1px #d0cac2;
  border-bottom: dashed 1px #d0cac2;
  float: left;
  position: relative; }
  .name .links {
    position: absolute;
    right: 0;
    top: 7px; }
    .name .links a {
      background: #6a6256;
      border-radius: 40px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 11px;
      color: #fdfcf6;
      line-height: 15px;
      text-transform: uppercase;
      padding: 1px 10px;
      transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1);
      float: right;
      display: block;
      margin-left: 6px; }
    .name .links a:visited {
      background: #d0cac2; }
    .name .links a:hover {
      background: #f1b908; }
  .name h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    color: #332c21;
    line-height: 66px;
    margin-top: 24px; }
  .name p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 13px;
    color: #332c21;
    line-height: 24px; }
    .name p span {
      margin-right: 12px; }
    .name p span::before {
      font-weight: 700; }
  .name .designer::before {
    content: 'Designer: '; }
  .name .foundry::before {
    content: 'Foundry: '; }
  .name .origin::before {
    content: 'Country of origin: '; }
  .name .year::before {
    content: 'Release year: '; }
  .name .classification::before {
    content: 'Classification: '; }

.specimen {
  width: 570px;
  height: 163px;
  border-top: dashed 1px #d0cac2;
  float: right;
  position: relative; }
  .specimen::after {
    content: 'Distinctive glyphs';
    display: block;
    position: absolute;
    right: 0;
    bottom: -9px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #d0cac2;
    line-height: 24px;
    background-color: #fdfcf6;
    padding-left: 4px; }
  .specimen p {
    font-family: Georgia;
    font-size: 28px;
    color: #332c21;
    line-height: 45px;
    margin-top: 4px; }
    .specimen p em {
      color: #f1b908; }
  .specimen .fontName {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #d0cac2;
    line-height: 24px;
    display: none; }

.annotation {
  font-family: Georgia;
  width: 100%;
  padding: 30px 0;
  clear: both; }
  .annotation .type {
    width: 1200px;
    height: 390px;
    text-align: center;
    font-size: 200px;
    color: #f1b908;
    line-height: 390px;
    position: relative; }
  .annotation .note span a, .annotation .frame span a, .annotation .line span a {
    color: #332c21;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.18, 0.57, 0.51, 1); }
    .annotation .note span a:hover, .annotation .frame span a:hover, .annotation .line span a:hover {
      color: #ef431d; }
    .annotation .note span a:visited, .annotation .frame span a:visited, .annotation .line span a:visited {
      color: #6a6256; }
  .annotation .note {
    position: absolute;
    top: 0;
    border-left: dashed 1px #332c21;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #332c21;
    line-height: 18px;
    width: 150px;
    padding: 0 0 0 10px; }
    .annotation .note::after {
      content: '';
      width: 40px;
      height: 40px;
      border: dashed 1px #332c21;
      border-radius: 20px;
      display: block;
      position: absolute;
      top: auto;
      bottom: -42px;
      left: -21px;
      right: auto; }
  .annotation .note.medium::after {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    bottom: -62px;
    left: -31px;
    right: auto; }
  .annotation .note.medium.left::after {
    top: auto;
    bottom: -62px;
    left: auto;
    right: -31px; }
  .annotation .note.medium.bottom::after {
    top: -62px;
    bottom: auto;
    left: -31px;
    right: auto; }
  .annotation .note.medium.bottom.left::after {
    top: -62px;
    bottom: auto;
    left: auto;
    right: -31px; }
  .annotation .note.large::after {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    bottom: -82px;
    left: -41px;
    right: auto; }
  .annotation .note.large.left::after {
    top: auto;
    bottom: -82px;
    left: auto;
    right: -41px; }
  .annotation .note.large.bottom::after {
    top: -82px;
    bottom: auto;
    left: -41px;
    right: auto; }
  .annotation .note.large.bottom.left::after {
    top: -82px;
    bottom: auto;
    left: auto;
    right: -41px; }
  .annotation .note.left {
    border-left: none;
    border-right: dashed 1px #332c21;
    text-align: right;
    padding: 0 10px 0 0; }
    .annotation .note.left::after {
      top: auto;
      bottom: -42px;
      left: auto;
      right: -21px; }
  .annotation .note.bottom {
    bottom: 0;
    top: auto; }
    .annotation .note.bottom span {
      width: 150px;
      position: absolute;
      bottom: 0; }
    .annotation .note.bottom::after {
      top: -42px;
      bottom: auto;
      left: -21px;
      right: auto; }
  .annotation .note.bottom.left {
    text-align: right; }
    .annotation .note.bottom.left span {
      left: 0; }
    .annotation .note.bottom.left::after {
      top: -42px;
      bottom: auto;
      left: auto;
      right: -21px; }
  .annotation .line {
    position: absolute;
    top: 0;
    bottom: auto;
    border-left: dashed 1px #332c21;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #332c21;
    line-height: 18px;
    width: 144px;
    padding: 0 0 0 10px; }
    .annotation .line span {
      width: 150px; }
    .annotation .line i {
      width: 150px;
      height: 0;
      border-top: dashed 1px #332c21;
      display: block;
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      -webkit-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: rotate(80deg);
      transform: rotate(80deg); }
  .annotation .line.left {
    border-left: none;
    border-right: dashed 1px #332c21;
    text-align: right;
    padding: 0 10px 0 0; }
    .annotation .line.left i {
      left: auto;
      right: 0;
      transform-origin: right top; }
  .annotation .line.bottom {
    bottom: 0;
    top: auto; }
    .annotation .line.bottom span {
      position: absolute;
      top: auto;
      bottom: 0; }
    .annotation .line.bottom i {
      bottom: auto;
      top: 0;
      left: -1px; }
  .annotation .frame {
    position: absolute;
    top: 0;
    bottom: auto;
    border-left: dashed 1px #332c21;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #332c21;
    line-height: 18px;
    width: 150px;
    padding: 0 0 0 10px; }
    .annotation .frame span {
      width: 150px;
      position: absolute;
      top: 0;
      bottom: auto; }
    .annotation .frame i {
      display: block;
      position: absolute;
      border-top: dashed 1px #332c21;
      width: 160px;
      left: -80px;
      right: auto;
      bottom: 0;
      top: auto; }
  .annotation .frame.left {
    border-left: none;
    border-right: dashed 1px #332c21;
    text-align: right;
    padding: 0 10px 0 0;
    text-align: right; }
    .annotation .frame.left span {
      left: 0; }
    .annotation .frame.left i {
      left: auto;
      right: -80px; }
  .annotation .frame.bottom {
    bottom: 0;
    top: auto; }
    .annotation .frame.bottom span {
      top: auto;
      bottom: 0; }
    .annotation .frame.bottom i {
      top: 0;
      bottom: auto; }

.styles {
  width: 420px;
  margin-right: 40px;
  position: relative; }
  .styles img {
    position: absolute; }
  .styles::before {
    content: 'Weights and Styles';
    margin-bottom: 10px; }
  .styles h1, .styles h2, .styles h3, .styles h4, .styles h5, .styles h6, .styles p, .styles div {
    font-family: Georgia;
    font-size: 16px;
    line-height: 30px;
    position: relative; }
  .styles *::after {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    color: #d0cac2;
    position: absolute;
    right: 4px;
    top: 0; }
  .styles i {
    font-style: italic;
    width: 100%;
    display: block; }
  .styles i::after {
    content: 'i';
    font-style: normal;
    right: 0; }
  .styles h1 {
    font-weight: 900; }
    .styles h1::after {
      content: '900'; }
  .styles .f900 {
    font-weight: 900; }
    .styles .f900::after {
      content: '900'; }
  .styles .f800 {
    font-weight: 800; }
    .styles .f800::after {
      content: '800'; }
  .styles h2 {
    font-weight: 700; }
    .styles h2::after {
      content: '700'; }
  .styles .f700 {
    font-weight: 700; }
    .styles .f700::after {
      content: '700'; }
  .styles h3 {
    font-weight: 600; }
    .styles h3::after {
      content: '600'; }
  .styles .f600 {
    font-weight: 600; }
    .styles .f600::after {
      content: '600'; }
  .styles h4 {
    font-weight: 500; }
    .styles h4::after {
      content: '500'; }
  .styles .f500 {
    font-weight: 500; }
    .styles .f500::after {
      content: '500'; }
  .styles h5 {
    font-weight: 400; }
    .styles h5::after {
      content: '400'; }
  .styles .f400 {
    font-weight: 400; }
    .styles .f400::after {
      content: '400'; }
  .styles h6 {
    font-weight: 300; }
    .styles h6::after {
      content: '300'; }
  .styles .f300 {
    font-weight: 300; }
    .styles .f300::after {
      content: '300'; }
  .styles .f200 {
    font-weight: 200; }
    .styles .f200::after {
      content: '200'; }
  .styles .f100 {
    font-weight: 100; }
    .styles .f100::after {
      content: '100'; }
  .styles p {
    font-weight: 100; }
    .styles p::after {
      content: '100'; }

.legibility {
  width: 420px;
  margin-right: 40px;
  position: relative; }
  .legibility img {
    position: absolute;
    width: 367px; }
  .legibility::before {
    content: 'Legibility';
    margin-bottom: 10px; }
  .legibility h1, .legibility h2, .legibility h3, .legibility h4, .legibility h5, .legibility h6 {
    font-family: Georgia;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    position: relative; }
    .legibility h1::after, .legibility h2::after, .legibility h3::after, .legibility h4::after, .legibility h5::after, .legibility h6::after {
      font-weight: 700;
      line-height: 30px;
      color: #d0cac2;
      position: absolute;
      right: 0;
      top: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 15px; }
  .legibility h1 {
    font-size: 16px; }
    .legibility h1::after {
      content: '16px'; }
  .legibility h2 {
    font-size: 14px; }
    .legibility h2::after {
      content: '14px'; }
  .legibility h3 {
    font-size: 12px; }
    .legibility h3::after {
      content: '12px'; }
  .legibility h4 {
    font-size: 10px; }
    .legibility h4::after {
      content: '10px'; }
  .legibility h5 {
    font-size: 9px; }
    .legibility h5::after {
      content: '9px'; }
  .legibility h6 {
    font-size: 8px; }
    .legibility h6::after {
      content: '8px'; }

.similar {
  width: 280px; }
  .similar::before {
    content: 'Similar Typefaces'; }
  .similar h1, .similar h2 {
    font-size: 48px;
    font-weight: 400;
    color: #f1b908;
    line-height: 54px;
    position: relative;
    padding: 16px 0; }
    .similar h1 span, .similar h2 span {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #d0cac2;
      line-height: 16px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .similar h1 img, .similar h2 img {
      width: 100%;
      height: auto; }

.styles, .legibility, .similar {
  float: left; }
  .styles::before, .legibility::before, .similar::before {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    color: #6a6256;
    line-height: 36px;
    padding-bottom: 6px;
    border-bottom: dashed 1px #d0cac2; }

@media screen and (max-width: 568px) {
  header {
    width: calc(100% - 40px);
    margin: 0 20px; }

  .pagination {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #fdfcf6;
    z-index: 999;
    box-shadow: 0px -4px 6px 0px #fdfcf6; }
    .pagination .next {
      right: 30px; }
    .pagination .prev {
      left: 30px; }
    .pagination .prev:hover span,
    .pagination .next:hover span {
      opacity: 0; }
    .pagination .prev:hover:before,
    .pagination .next:hover:before {
      width: 57px; }

  .share {
    width: auto; }

  footer {
    width: calc(100% - 40px);
    margin: 0 20px; }

  /********** main.scss *************/
  main {
    width: calc(100% - 40px);
    margin: 0 20px; }

  .title {
    font-size: 36px;
    line-height: 60px;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0; }
    .title br:nth-child(3) {
      display: none; }
    .title span::before {
      left: -18px;
      top: -6px;
      width: 60px;
      height: 60px; }

  .index {
    width: 100%;
    border-top: none; }
    .index p:first-child {
      margin-top: 20px; }
    .index p {
      width: 100%; }
    .index .roman-num ul {
      width: inherit; }

  /********** resources.scss *************/
  .searchWrapper {
    width: 100%; }

  .resources .section h1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px; }
  .resources .section.list .card {
    width: 100%; }
  .resources .card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
    .resources .card .author, .resources .card p {
      height: inherit; }
    .resources .card img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }
    .resources .card p {
      min-height: 18px; }

  /********** styles.scss for regualr pages *************/
  .name {
    width: 100%; }
    .name .links a {
      font-size: 14px;
      line-height: 18px;
      margin-left: 10px;
      margin-bottom: 3px; }
    .name h1 {
      font-size: 40px;
      line-height: 48px;
      margin-top: 40px; }
    .name p span {
      display: block; }
    .name p br {
      display: none; }

  .specimen {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
    .specimen:after {
      bottom: -4px; }
    .specimen p {
      width: 570px; }

  .annotation {
    overflow-x: auto;
    overflow-y: hidden; }

  .styles, .legibility, .similar {
    width: 100%;
    margin-top: 20px; }
    .styles::before, .legibility::before, .similar::before {
      font-size: 16px;
      line-height: 20px; }
    .styles::after, .legibility::after, .similar::after {
      background-color: #fdfcf6; }

  /* 
  .styles {
    overflow: hidden;
    * {
      white-space: nowrap;
    }
  } */
  .legibility *::after, .styles *::after {
    background-color: #fdfcf6;
    box-shadow: -4px 0px 6px 0px #fdfcf6; } }

/*# sourceMappingURL=style.css.map */
