/*! 
Theme Name: Ann LT
Theme URI: https://annlt.com
Author: Donny Truong
Version: 1
*/
/* --------------------------------------------------------------------------------------------------------------- */
/* Primary Styles. Author: Donny Truong */
/* Base Rules */
@font-face {
  src: url("fonts/RobotoFlex-VF.woff2") format("woff2");
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
html, body {
  hanging-punctuation: first last;
}

@viewport {
  width: device-width;
}
:root {
  font-size: 100%;
}

body {
  color: #ccc;
  background-color: #000;
  font: 100%/1.5 "Roboto Flex", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-variation-settings: "opsz" 14, "wght" 350, "GRAD" 0, "wdth" 100, "slnt" 0, "XOPQ" 96, "YOPQ" 79, "XTRA" 468, "YTUC" 712, "YTLC" 514, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga";
}

img, video, iframe {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #c00;
}

a {
  transition: all 0.5s ease;
}
a img {
  transition: opacity 0.2s ease-in-out;
}

.borders {
  border: 1px solid #333;
}

ul, dd, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li li, ol li li {
  margin: 0 0 0 1em;
}

abbr, .small-caps {
  font-variant-caps: all-small-caps;
  text-decoration: none;
}

em, cite {
  font-style: normal;
  font-variation-settings: "slnt" -10;
}

/*Animation*/
.fade-in {
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------- */
/* Mobile First */
.main-wrap {
  margin-bottom: 35%;
}

header, article, section, .footer-wrap .grid3, .slideshow {
  padding: 1em;
  margin: auto;
}

.slideshow {
  padding: 2em 0;
}

footer p {
  font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  max-inline-size: 60ch;
  text-wrap: balance;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
header h1 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin: 0;
  font-size: 1.8em;
}
header h1 a:link, header h1 a:active, header h1 a:visited {
  color: #c00;
}
header h1 a:hover {
  color: #ccc;
}
header ul {
  list-style-type: none;
  text-align: right;
}
header ul li {
  display: inline;
  padding: 0 0 0 1em;
}
header ul li[aria-current=page] a {
  color: #c00;
}

p {
  margin: 1em 0;
  text-wrap: pretty;
}

p a, main ul a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

main li {
  margin: 0.5em 0;
}

.bio-photo { /*border-radius: 50%;*/
  width: 25%;
  float: right;
  padding: 1em 0 1em 1em;
}

figure {
  margin: 0;
}

figcaption {
  margin: 0.5em 0 1.5em 0;
}

footer, .social {
  text-align: center;
}

footer span {
  display: block;
}

.social img {
  width: 24px;
  height: 24px;
  margin: 2em 0;
}

.social a {
  padding: 0.25em;
}

.back-arrow {
  text-align: center;
  font-size: 2em;
  padding-top: 3em;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 50em) {
  header, article, section, .footer-wrap .grid3, .slideshow {
    max-width: 75em;
  }
  header ul li {
    padding: 0 0 0 2em;
  }
  ul, dd, ol {
    margin: 0;
    padding: 0;
  }
  .grid2, .grid3 {
    display: grid;
    column-gap: 2em;
  }
  .grid2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .span2 {
    grid-column: span 2;
  }
  .main-wrap {
    margin-bottom: 10%;
  }
  .social {
    text-align: left;
  }
  footer {
    text-align: right;
  }
  footer span {
    display: inline;
  }
  .social img {
    margin: 0;
  }
  .social a {
    padding: 0 0.25em 0 0;
  }
} /*Close media*/
/*------------------------------------------------------------------------------------------------------------------------------------------- */
/* print */
@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 1em;
    font-size: 12pt;
    line-height: 1.3; /*background-color: #fff; color: #333;*/
  }
  header.title h1 {
    font-size: 14pt;
  }
  /* links */
  a:link, a:visited {
    color: #333;
    text-decoration: none;
    border: none;
  }
  /* hide */
  nav, aside, footer {
    display: none;
  }
  /* print URLs after articles 
  article p a:after { content: " (" attr(href) ")"; } */
} /*Close media*/

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