@import url("https://fonts.googleapis.com/css?family=Red+Hat+Text|Catamaran|Source+Sans+Pro|Ubuntu|Open+Sans|Crimson+Text");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;600&family=Saira:wght@400;500;600;700&family=Dancing+Script:wght@400;700&display=swap");
/* HTML */
body {
  margin: 0;
  background: #fff;
  text-align: left;
  font-family: "Red Hat Text";
  font-size: 16px;
}
h1,
h2 {
  font-family: "Saira";
  font-weight: 500;
  font-size: 30px;
}
h1,
h2 {
  font-size: 19px;
  margin: 0 0 10px 0;
}
h1:not(.first),
h2:not(.first) {
  margin-top: 10px;
}
h2 {
  font-size: 18px;
  font-style: italic;
}
a,
.a,
a:visited {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
}
p {
  margin: 0 0 10px 0;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
ul {
  margin: 0 0 0 40px;
  padding: 0;
  list-style-type: disc;
}
li {
  margin: 0;
  padding: 0;
}
li,
p,
.lang,
.name,
.job-title {
  font-size: 17px;
  color: #333;
}
/* MAIN */
.avatar {
  width: 300px;
}
.flex-row {
  display: flex;
  align-items: center;
}
.wrapper {
  background: none;
  width: 1042px;
  margin: 20px auto 0 auto;
  display: flex;
}
.lb {
  padding-left: 10px;
  border-left: 3px solid #566;
  margin: 0 0 30px 0;
}
.lb,
.lang-wrapper,
.main_nav {
  margin: 0 0 30px 0;
}
.short-story p {
  text-indent: 30px;
  width: 80%;
}
.footer {
  width: 500px;
  margin: 0 auto;
  background: #dde;
}
.main_nav {
  list-style-type: none;
  padding: 0;
/*
  .tip, .n
    position: absolute;
    top: 0;
    width: 500px;
    height: 20px;
    background: bgColor;
    */
}
.main_nav li {
  margin: 2px 0 2px 0;
}
.main_nav .a {
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  min-height: 20px;
}
.main_nav .project-link {
  display: inline-block;
  margin-top: 10px;
}
.main_nav .inner-link {
  text-decoration: underline;
}
.main_nav.narrow {
  margin-bottom: 10px;
}
.main_nav .n {
  z-index: 1;
}
.main_nav .n:hover {
  text-decoration: underline;
}
.main_nav .tip {
  color: #111;
  display: block;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s;
}
.main_nav .new-tip {
  display: block;
  color: #333 !important;
}
.main_nav .pad {
  margin-top: 10px;
  padding: 10px;
}
.main_nav .pad.lb {
  margin-bottom: 10px;
}
.main_nav li:hover .tip {
  opacity: 100;
  transition: opacity 0.4s;
}
.links,
.splash {
  text-align: left;
}
.links {
  width: 700px;
  margin: 0;
  background: none;
  padding-bottom: 90px;
}
.splash {
  margin: 0 20px 0 0;
  background: none;
  line-height: 19px;
  padding-bottom: 20px;
  width: 322px;
  color: #757575;
  position: relative;
}
.splash .tall {
  background-image: url("../public/rock.jpg");
  background-position: -100px 0;
  width: 358px;
  position: absolute;
  height: 1000px;
}
/* GALLERY */
.featherlight .featherlight-close-icon {
  background: rgba(20,20,20,0.3);
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-size: 28px;
  top: 25px;
  right: 25px;
  color: #fff;
}
.featherlight .featherlight-image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.featherlight-next {
  right: 25px;
  left: auto;
}
.featherlight-next span {
  right: 4px;
}
.featherlight-previous span {
  left: 4px;
}
.featherlight-next,
.featherlight-previous {
  background: rgba(20,20,20,0.4);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  top: 50%;
  margin-top: -30px;
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(20,20,20,0.3);
}
.featherlight-next span,
.featherlight-previous span {
  display: block !important;
  margin: initial !important;
  line-height: initial;
  font-size: 28px;
  top: 3px;
}
.featherlight-content {
  max-width: 1000px;
}
.featherlight-content a,
.featherlight-content a:visited {
  color: #09f;
  text-decoration: underline;
}
/* POEMS */
.poem-wrapper {
  width: 800px;
  padding-bottom: 100px;
}
.mday-gen {
  padding: 10px 20px;
  background: #6af;
  font-size: 18px;
  border: none;
  color: #fff;
  border-radius: 4px;
  transition: 0.5s background;
  margin: 0 20px 0 0;
}
.mday-gen:hover {
  transition: 0.5s background;
  background: #49f;
}
.info {
  font-style: italic;
  margin-bottom: 20px;
}
.old-poem,
.new-poem {
  padding: 20px 0;
  min-height: 70px;
}
.one-poem {
  margin: 20px 0;
  font-size: 18px;
  font-style: italic;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .poem-wrapper {
    width: 100%;
  }
  .poem-wrapper h2 {
    font-size: 20px;
  }
  .one-poem {
    font-size: 14px;
  }
  .old-poem,
  .new-poem {
    min-height: 60px;
  }
  .new-poem .one-poem {
    margin: 0 0 6px 0;
  }
  .mday-gen {
    margin: 0 10px 10px 0;
    padding: 6px 10px;
  }
  .mday-gen.num {
    text-align: center;
    width: 40px;
  }
}
/* END POEMS */
.xmas-style {
  background-image: url("../public/woodPlanks.jpg");
}
.xmas-style.year-2024-style {
  background-image: url("../public/wood6.jpg");
}
.xmas-style .wreath {
  background-image: url("../public/wreath.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 240px;
  height: 234.8px;
}
.xmas-style .wrapper {
  width: 1242px;
}
.xmas-style .banner {
  margin-bottom: 30px;
}
.xmas-style .banner .center {
  margin: 0 30px;
  font-family: "Dancing Script";
  font-weight: 700;
  font-size: 54px;
  text-shadow: 2px 3px #444;
}
.xmas-style .banner .intro {
  font-family: "Catamaran";
  font-size: 22px;
  text-shadow: none;
  border-radius: 8px;
}
.xmas-style .banner .red {
  color: #f00;
}
.xmas-style .center-wrapper {
  border: 1px solid #ccc;
  background: rgba(255,235,210,0.5);
  padding: 10px;
}
.xmas-style .photo-wrapper {
  display: flex;
  justify-content: flex-end;
}
.xmas-style .photo-wrapper img {
  display: block;
}
.xmas-style .caption,
.xmas-style .intro,
.xmas-style .quote {
  padding: 6px;
  background: rgba(255,255,255,0.7);
}
.xmas-style .quote {
  border-radius: 8px;
  font-family: "Crimson Text";
  font-size: 20px;
}
.xmas-style .quote .inner {
  white-space: pre-line;
  margin: 0 auto;
  max-width: 500px;
}
.xmas-style .caption {
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "Catamaran";
}
.xmas-style .one-col {
  flex: 0 0 400px;
  margin-left: 10px;
}
.xmas-style .one-col .first {
  margin-left: 0;
}
.xmas-style .one-panel {
  margin-bottom: 60px;
  flex: 0 0 400px;
}
.xmas-style .one-panel.rot .photo {
  margin-top: 55px;
}
.xmas-style .one-panel.first {
  margin-left: 0;
}
img {
  width: 100%;
}
li.image-box {
  display: none;
}
.lang-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.lang {
  border: 1px solid #ccc;
  padding: 4px 6px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.lang .name {
  opacity: 0;
}
.wm .lang {
  margin: 0 6px 6px 0;
}
.caption {
  font-family: "Saira";
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin: 14px 0;
}
.divider {
  cursor: pointer;
  display: none;
}
.divider.show {
  font-size: 28px;
  display: block;
}
.showing {
  display: block;
}
.rug {
  clear: both;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .wrapper,
  .links,
  .splash {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 17px;
  }
  .wrapper {
    padding: 0 6px 10px 6px;
  }
  .splash.one {
    display: none;
    padding: 10px 0 0 0;
  }
  li {
    text-align: left;
  }
  .main_nav {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .main_nav a {
    display: block;
    position: static;
    margin: 0;
    height: auto;
  }
  .main_nav .n {
    font-weight: bold;
  }
  .main_nav li {
    text-align: center;
    display: block;
    margin: 0 0 7px 0;
  }
  .main_nav .tip,
  .main_nav .n {
    opacity: 100;
    position: static;
    display: block;
    width: auto;
    height: auto;
    font-size: 17px;
  }
  .main_nav.narrow a,
  .main_nav.narrow .a {
    margin: 0;
  }
  .lang-wrapper {
    justify-content: center;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    display: block;
  }
  .divider {
    display: block;
    border-bottom: 1px solid #656565;
    padding: 6px 0 16px 0;
    margin: 0 -6px 15px -6px;
  }
}
@media only screen and (max-width: 680px), only screen and (max-device-width: 680px) {
  .xmas-style .banner {
    flex-direction: column;
  }
  .xmas-style .banner .center {
    margin: 20px 0;
    text-align: center;
  }
  .xmas-style .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .xmas-style .center-wrapper {
    margin: 10px;
  }
  .xmas-style .photo-wrapper {
    flex-direction: column;
  }
  .xmas-style .wreath {
    width: 120px;
    height: 117.4px;
  }
  .xmas-style .one-panel {
    margin-bottom: 70px;
  }
  .xmas-style .one-col {
    margin: 0;
  }
}
