/*
 * Theme of Mtics Resume
 * Copyright (c) Jevis Li, 2020
 */
 @import url(mobile.css) screen and (max-device-width: 48rem);
 @import url(laptop.css) all and (min-device-width: 48rem);
 
 html {
   width: 100%;
   font-size: 14px; }
 
 body {
   text-align: center;
   width: 100%;
   font-family: system-ui,"Noto Sans", "Segoe UI", Roboto, Helvetica, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
   -webkit-font-smoothing: antialiased;
   font-size: 1rem;
   margin: 0;
   color: #495057;
   background-color: #fff; }
 
 a {
   text-decoration: none;
   color: inherit; 
 }
 a:hover {
   text-decoration: underline; 
 }
 
 @media print {
   html {
     font-size: 12px; }
 
   .print {
     display: none; } 

    footer{
      display: none;
    }
   
 }
 
 .container {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1rem;
   max-width: 45rem;
   text-align: left; 
 }
 
 .contact-item:a {
   color: inherit;
   text-decoration: none; 
 }
 
 .section-title {
   font-weight: bolder;
   text-align: left;
   text-transform: uppercase;
   border-bottom: 0.1rem solid #adb5bd;
 }
 
 .block:last-child {
   margin-bottom: 0; 
 }
 
 .block-title {
   font-weight: bold; 
 }
 
 .block-subtitle {
   font-weight: bold;
 }
 
 footer {
   color: #adb5bd;
   line-height: 1.5rem;
 }