  html {
    font-size: 16px;
    line-height: 1.5;
  }

  body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
  }
  
  @media only screen and (max-width: 750px) {
    body {
      background-color: #ffffff;
    }
  }
  
  
  @font-face {
    font-family: 'Neue Zier Schrift';
    src: url('/fonts/NeueZierSchrift.ttf');
  }

  .page-column {
    max-width: 1100px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-column-1 {
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
  }

  h1, h2 {
    line-height: 1;
    font-weight: 100;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1.5rem;
  }
  
  @media only screen and (max-width: 750px) {
    h1 {
      font-size: 2.5rem;
    }
  }

  /*
  ============================================================
   Header
  ============================================================
  */

  #head-logo-wrpr {
    max-width: 1100px;
  }

  #main-nav-ul {
    padding-top: 15px;
    max-width: 900px;
  }

  .main-nav-li {
    width: 20%;
    float: left;
  }

  .main-nav-a, .main-nav-a:visited {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
  }

  .main-nav-a:active {
    position: relative;
    top: 2px;
  }

  .main-nav-a:hover {
    border-style: dotted;
    border-color: black;
  }

  @media only screen and (max-width: 750px) {
    #menu-wrpr{
      padding-top: 10px;
      text-align: right;
    }

    #mobile-menu-a {
      display: inline-block;
      text-decoration: none;
      text-align: center;
    }

    #menu-icon {
      width: 30px;
    }

    #menu-icon-text {
      display: block;
      font-size: 0.8rem;
      color: black;
      text-align: center;
    }

    #main-nav-ul {
      display: none;
      padding-top: 5px;
    }

    .main-nav-li {
      width: 100%;
    }

    .main-nav-a {
      text-align: right;
      padding: 5px 0;
      font-size: 1.1rem;
    }
  }

  .numismatic-desc-wrpr {
    background-color: #d6adb4;
    padding: 10px 5px;
    border-radius: 3px;
    border: 1px solid black;
  }
  
  /*
  ============================================================
   Main article
  ============================================================
  */

  #main-post-wrpr {
    font-family: 'Playfair Display', serif;
    overflow-wrap: break-word;
  }

  #byline {
    padding-top: 10px;
  }

  #main-content-wrpr {
    padding-top: 15px;
    font-size: 20px;
  }

  #main-content-wrpr  img {
    width: inherit;
  }

  #article-bold-start {
    font-size: 36px;
  }

  @media only screen and (max-width: 750px) {
    #article-bold-start {
      font-size: 27px;
    }

    #main-content-wrpr {
      font-size: inherit;
    }
  }

  .article-sec-title-f {
    display: block;
    font-style: italic;
    font-size: 35px;
    padding-top: 5px;
    padding-bottom:10px;
  }

  .comments-toggle-a {
    display: inline-block;
    font-style: italic;
    font-size: 30px;
    color: black;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
  }

   @media only screen and (max-width: 750px) {
    .make-repsonsive {
      height: auto !important;
      max-width: 220px;
    }
  }

  /*
  ============================================================
   Archives
  ============================================================
  */

  .article-titles {
    font-family: 'Playfair Display', serif;
  }

  .article-titles a, .article-titles a:visited {
    text-decoration: none;
    color: inherit;
  }
  
  .article-main-title, .article-sec-title, .article-date {
    display: block;
  }

  .article-main-title {
    line-height: 1.1;
    font-size: 28px;
    padding-bottom: 5px;
  }

  .article-sec-title {
    font-style: italic;
    padding-bottom: 8px;
    font-size: 24px;
  }
  
  @media only screen and (max-width: 750px) {
    .article-sec-title {
      font-size: 20px;
    }
  }

  .article-date {
    padding-top: 10px;
    padding-bottom: 30px;
    font-style: italic;
  }

  /*
  ============================================================
    Form base
  ============================================================
  */

  .field-label {
    display: block;
    padding-bottom: 3px;
  }

  .input-text-field {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 3px;
    border: 1px solid #979797;
    font-size: 1rem;
  }

  .text-area-field {
    width: 100%;
    display: block;
    height: 250px;
    padding-left: 3px;
    border: 1px solid #979797;
    font-size: 1rem;
  }

  .form-field-failed {
    border: 2px solid #C0392B;
  }

  .form-error-msg {
    background-color: #C0392B;
    color: white;
    padding: 3px;
    display: none;
    text-align: center;
  }

  /*
  ============================================================
   Button base
  ============================================================
  */

  .btn {
    background-color: #4ecdc4;
    color: #4c4c4c;
    padding: 10px 0;
    border: 1px dotted transparent;
    font-weight: bold;
    outline: none;
    display: block;
    font-size: 1rem;
    text-align: center;
  }

  .btn:active {
    position: relative;
    top: 2px;
  }

  .btn:focus {
    border: 1px dotted #4c4c4c;
  }

  /*
  ============================================================
   Button anchor base
  ============================================================
  */

  .btn-a, btn-a:visited {
    padding: 5px 10px;
    text-decoration: none;
    background-color: #4ecdc4;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
  }

  /*
  ============================================================
    Search coins form
  ============================================================
  */

  #coin-search-form {
    max-width: 500px;
  }

  #coin-search-btn-wrpr {
    max-width: 450px;
  }

  .coin-search-btn {
    width: 80%;
  }

  .search-result-wrpr, .search-result-wrpr:visited {
    background-color: white;
    box-shadow: 0 0 1px 1px #C6C6C6;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: black;
  }

  .search-result-wrpr:hover {
    box-shadow: 1px 1px 3px 3px #C6C6C6;
    cursor: pointer;
  }

  .search-coin-image {
    max-width: 350px;
    display: block;
  }

  @media only screen and (max-width: 750px) {
    .search-coin-image {
      max-width: 250px;
    }
    
    .coins-page-joined-wrpr {
     max-width: 250px;
    }
  }
  
  .coins-page-joined {
    padding: 1px;
  }

  .coins-page-joined-wrpr {
    width: 250px;
  }
  
  #search-results-title {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  /*
  ============================================================
   Coin view
  ============================================================
  */

  .coin-to-view-img {
    max-width: 600px;
  }

  /*
  ============================================================
   Contact form
  ============================================================
  */

  #contact-form {
    max-width: 700px;
  }

  #contact-form-btn-wrpr {
    max-width: 400px;
  }

  .contact-form-btn {
    width: 80%;
  }

  .contact-page-link, .contact-page-link:visited {
    color: #4ecdc4;
    display: block;
    padding-top: 5px;
    padding-left: 40px;
  }

  .contact-page-msg {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
  }

  #coin-previous {
    text-align: left;
  }

  #coin-next {
    text-align: right;
  }

  .coin-next-prev, .coin-next-prev:visited {
    text-decoration: none;
    color: #4ecdc4;
    font-weight: bold;
  }

  /*
  ============================================================
   Success Dialog
  ============================================================
  */

  .success-dialog-wrpr {
    background: none;
    position: fixed;
    top: -105%;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: top 0.5s;
    padding: 0 10px 0 10px;
  }

  .success-dialog {
    max-width: 700px;
    min-height: 200px;
    display: inline-block;
    position: relative;
    top: 30%;
    background-color: white;
    box-shadow: 0 0 1px 1px #86827d;
  }

  .close-success-dialog-wrpr {
    text-align: right;
    background-color: #4ecdc4;
    padding: 5px;
  }

  .close-success-dialog-a, .close-success-dialog-a:visited {
    text-decoration: none;
    color: white;
  }

  .success-dialog-icon-wrpr {
    padding: 5px;
    padding-top: 10px;
  }

  .success-dialog-icon {
    max-width: 40px;
  }

  .success-dialog-msg {
    padding: 10px;
    color: #4ecdc4;
  }

  .success-dialog-ok-btn-wrpr {
    max-width: 200px;
    padding: 10px;
  }

  .success-dialog-ok-btn-wrpr .btn {
    width: 60%;
  }

  /*
  ============================================================
   Footer
  ============================================================
  */

  #scroll-to-top-control {
    position: fixed;
    bottom: 5%;
    right: -100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.5s;
  }

  #scroll-to-top-control a {
    text-decoration: none;
  }
  
  #scroll-to-top-control img {
    width: 80%;
  }
  
  /* busy over-lay*/
  #busy-over-lay {
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  
  #busy-icon-wrpr {
    width: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
  }
  /* end busy over-lay*/
  
  /*
  ============================================================
   Art
  ============================================================
  */
  #arts-wrpr {
    
  }

  .art{
    box-shadow: 0 0 1px 1px #C6C6C6;
    padding: 10px;
  }

  .art-img-thumb-nail-wrpr {
    max-width: 200px;
  }
  
  @media only screen and (max-width: 750px) {
    .art {
      max-width: 400px;
    }
    
    .art-img-thumb-nail-wrpr {
      max-width: 170px;
    }
  }

  .art-series, .art-dimensions, .art-price {
    font-style: italic;
  }
  
  .tor-art-series {
    color: #4ecdc4;
  }
  
  #art-img-wrpr {
    max-width: 500px;
    margin: 0 auto;
  }
  
  #art-pg-price {
    text-align: right;
  }
  
  #price-dim-wrpr {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .price-dim-label {
    font-size: 0.8rem;
  }
  
  /*
  ============================================================
   End art
  ============================================================
  */