@import url("https://fonts.googleapis.com/css2? family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
/*  -------------------------
    || This file contains all application-wide Sass variables.
    ------------------------- */
/*  -------------------------
    || This file contains all application-wide Sass functions.
    ------------------------- */
/*  -------------------------
    || This file contains all application-wide Sass mixins.
    ------------------------- */
/*  -------------------------
    || minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css
    ------------------------- */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  -------------------------
    || This file contains styles that are basic.
    ------------------------- */
/*  -------------------------
    || This file is an index for scss files to include.
    ------------------------- */
/*  -------------------------
    || This file contains all application-wide Sass mixins.
    ------------------------- */
html {
  box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/*
 * Link styles
 */
a {
  color: #ccc;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #ccc;
  text-decoration: underline;
}

p {
  font-size: 1.15rem;
}

/*  -------------------------
    || This file contains styles that are specific to typography.
    ------------------------- */
body {
  color: #ccc;
  background-color: #ededed;
  font: normal 100%/1.4 "Noto Sans", Verdana, Arial, Helvetica, sans-serif;
}

/*  -------------------------
    || This file contains styles that are specific to helper classes.
    ------------------------- */
.center {
  width: calc(100% - 865px);
  float: left;
  background-color: #000000;
  line-height: 40px;
}

.column1 {
  height: 110px;
  width: 100px;
  background-image: url("../assets/mjpl_prod.webp");
  background-repeat: no-repeat;
  float: left;
}

.m-column1 {
  display: none;
}

.header-text {
  display: inline;
  color: #777;
  font-size: 0.8rem;
  line-height: 3.7rem;
  letter-spacing: 0.25rem;
  word-spacing: 0.7rem;
  margin-left: 7rem;
}

.page-title1 {
  display: inline;
  float: right;
  color: #979797;
  font-size: 0.8rem;
  text-align: right;
  letter-spacing: 0.25rem;
  padding-right: 120px;
  margin-top: 17px;
}

.page-title2 {
  display: none;
  color: #979797;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-top: 0;
}

.smallsize {
  font-size: 0.7rem;
  line-height: 30px;
}

.social {
  float: right;
  background-color: #000;
  word-spacing: 1.25rem;
  padding: 8px 70px 3px 0;
}

.wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 99%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*  -------------------------
    || This file contains styles that are specific to main navigation.
    ------------------------- */
nav,
.nav-head1,
.nav-head2,
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  background-color: #000;
}

nav {
  display: flex;
  font-size: 1.1rem;
  letter-spacing: 0.25rem;
  margin-top: 4px;
  width: calc(100% - 100px);
}

.nav-head1 {
  flex: 3;
}

.nav-head2 {
  flex: 1;
  justify-content: flex-end;
}

.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  display: block;
  list-style: none;
  margin: 0;
}

.nav-menu {
  position: relative;
  padding: 0;
}
.nav-menu ul {
  position: absolute;
  top: 100%;
  left: -9999px;
  min-width: 12rem;
  z-index: 999;
  opacity: 0;
  padding: 0;
  transition: opacity 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.nav-menu ul li {
  float: none;
}
.nav-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
.nav-menu li {
  position: relative;
  float: left;
  white-space: nowrap;
  padding: 0;
  cursor: default;
}
.nav-menu li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.nav-menu > li:nth-of-type(1) {
  padding-left: 40px;
}
.nav-menu a {
  position: relative;
  color: #eee;
  font-weight: normal;
  text-shadow: 2px 2px 2px #bbb;
  line-height: 40px;
  text-decoration: none;
  padding: 0 25px;
}

/* submenu */
/* submenu: hover/persistence */
.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu li:hover a {
  background-color: #333;
}

/* level 2 */
.nav-menu li:hover li a {
  color: #ccc;
  background-color: #777;
  text-shadow: 2px 2px 2px #111;
}

/* level 2: hover/persistence */
.nav-menu li:hover li a:hover,
.nav-menu li:hover li a:focus,
.nav-menu li:hover li:hover a {
  color: #ddd;
  background-color: #888;
  text-shadow: 2px 2px 2px #222;
}

/* level 3 */
.nav-menu li:hover li:hover li a {
  color: #eee;
  background-color: #999;
  text-shadow: 2px 2px 2px #333;
}

/* level 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,
.nav-menu li:hover li:hover li a:focus,
.nav-menu li:hover li:hover li:hover a {
  color: #eee;
  background-color: #aaa;
  text-shadow: 2px 2px 2px #333;
}

/* level 4 */
.nav-menu li:hover li:hover li:hover li a {
  color: #fff;
  background-color: #bbb;
  text-shadow: 2px 2px 2px #444;
}

/* level 4: hover/persistence */
.nav-menu li:hover li:hover li:hover li a:hover,
.nav-menu li:hover li:hover li:hover li a:focus,
.nav-menu li:hover li:hover li:hover li:hover a {
  color: #fff;
  background-color: #ccc;
  text-shadow: 2px 2px 2px #444;
}

nav #current a,
nav #subcurrent1 a,
nav #subcurrent2 a,
nav #subcurrent3 a {
  line-height: 40px;
  cursor: default;
  pointer-events: none;
}

nav #current a {
  color: #999;
  text-shadow: 2px 1px 2px #eee;
}

nav #subcurrent1 a {
  color: #222;
  background-color: #777;
  text-shadow: 1px 1px 2px #ddd;
}

nav #subcurrent2 a {
  color: #333;
  background-color: #999;
  text-shadow: -1px -1px #888, 1px 1px #eee;
}

nav #subcurrent3 a {
  color: #444;
  background-color: #bbb;
  text-shadow: -1px -1px #888, 1px 1px #eee;
}

/*  -------------------------
    || This file contains styles that are specific to the main element.
    ------------------------- */
main {
  height: 90vh;
  clear: both;
}

/*  -------------------------
    || This file contains styles that are specific to miscellaneous elements.
    ------------------------- */
article {
  width: 75%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  margin-bottom: 0.25em;
}

h1,
h2 {
  text-shadow: 1px 1px 2px #979797;
}

h2,
h3 {
  margin-top: 1em;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  color: #757575;
  text-shadow: 1px 1px 1px #000000;
  font-size: 1.25rem;
}
h3:first-of-type {
  margin-top: -0.05em;
}

img {
  cursor: pointer;
}

ul,
ol {
  padding-left: 40px;
}

/*  -------------------------
    || This file contains styles that are specific to the footer element.
    ------------------------- */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  color: #979797;
  background-color: #000;
  font-size: 0.75rem;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}
footer a {
  color: #979797;
  text-decoration: none;
}
footer a:hover {
  text-shadow: 0px 0px 1px #fff;
}

/*  -------------------------
    || carousel.css v0.0.1
    ------------------------- */
.container {
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

.carousel {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 22px;
}

.carousel > input {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: -1px;
}

.carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}

.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}

.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}

.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}

.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1),
.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2),
.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3),
.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4),
.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
  opacity: 0.5;
  pointer-events: none;
}

.carousel__slides {
  display: flex;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.carousel__slide {
  display: block;
  flex: 1 0 100%;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  transition: all 300ms ease-out;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 42%;
}
.carousel__slide div > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.carousel__slide figure {
  margin: 0;
}
.carousel__slide figcaption {
  position: relative;
  height: auto;
  width: 100%;
  min-width: 300px;
  color: #000;
  background-color: #888;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  word-spacing: 0.5rem;
  line-height: 1.1rem;
  opacity: 0.75;
  padding: 5px 0 1px 0;
  margin-top: -70px;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  cursor: default;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  width: 75%;
  content: "";
  padding-top: 50%;
}
.carousel__thumbnails label:hover img {
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 13%;
  right: 0;
  bottom: 0;
  height: 75%;
  width: 75%;
  padding-top: 15px;
}

.carousel__slides + .carousel__thumbnails {
  margin-top: 0px;
}

/*! gallery.css v0.0.1 */
#gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, calc((100vh - 142px) / 4));
  grid-gap: 0.25em;
  text-align: center;
  overflow: clip;
}
#gallery > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 0px 0 rgba(0, 0, 0, 0.19);
}
#gallery > div > img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery > div:hover img {
  filter: blur(2px);
}
#gallery > div > a {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #000;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-size: 0.9rem;
  font-weight: bold;
  opacity: 0;
  text-decoration: none;
  padding: 2rem;
  transition: all ease 0.5s;
}
#gallery > div:hover a {
  height: 100%;
  opacity: 0.5;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease-in-out;
}
[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
}
[id^=lightbox-]:target img {
  filter: blur(0);
}
[id^=lightbox-] .content {
  position: relative;
  max-width: 90%;
  color: #fff;
}
[id^=lightbox-] .content:hover > a.close {
  opacity: 1;
  transform: scale(1, 1);
}
[id^=lightbox-] .content:hover > .title {
  opacity: 1;
  transform: translateY(-3px);
}
[id^=lightbox-] .content:hover > .title::after {
  opacity: 1;
}
[id^=lightbox-] .content > * {
  transition: all 450ms ease-in-out;
}
[id^=lightbox-] .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  opacity: 0;
  padding: 1rem;
  margin: 0;
  transform: translateY(50%);
}
[id^=lightbox-] .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: " ";
  opacity: 0;
  transition: all 350ms ease-in-out 250ms;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}
[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  padding: 0;
  margin: 0;
  filter: blur(50px);
}
[id^=lightbox-] a.close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  opacity: 0;
  transform: scale(0, 0);
  transform-origin: right top;
}

/*  -------------------------
    || This file contains styles that are specific to the about page.
    ------------------------- */
article > h1 {
  padding-top: 1em;
}

p > a:link {
  color: #000;
  text-decoration: underline;
}

p > a:visited {
  color: #999;
  text-decoration: underline;
}

p > a:hover {
  text-decoration: none;
}

/*  -------------------------
    || This file contains styles that are specific to responsive design.
    ------------------------- */
/*  -------------------------
    || Tablet
    ------------------------- */
@media only screen and (width < 1087px) {
  .column1 {
    margin-top: 13px;
    margin-left: 13px;
  }
  .page-title1,
  .nav-head2,
  .header-text {
    display: none;
  }
  .page-title2 {
    display: block;
  }
  nav {
    height: 125px;
    width: calc(96% - 86px);
    font-size: 0.9rem;
    padding-top: 10px;
  }
  nav #current a,
  nav #subcurrent1 a,
  nav #subcurrent2 a,
  nav #subcurrent3 a {
    line-height: 20px;
  }
  .nav-menu > li:nth-of-type(1) {
    padding-left: 0px;
  }
  .nav-vertical {
    max-width: 125px;
    max-height: 75px;
    margin-left: 10px;
  }
  .nav-vertical a {
    line-height: 20px;
  }
  .nav-vertical ul {
    top: 0;
    left: -9999px;
  }
  .nav-vertical li {
    width: auto;
    float: none;
  }
  .nav-vertical li:hover > ul {
    left: 100%;
  }
  .smallsize {
    line-height: 20px;
  }
  main {
    padding: 25px 0;
  }
  #gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  #gallery > div {
    width: 48%;
    margin: 1%;
  }
  article {
    margin-top: 2rem;
  }
}
/*  -------------------------
    || Mobile
    ------------------------- */
@media only screen and (width < 768px) {
  .column1 {
    display: none;
  }
  .m-column1 {
    display: block;
    color: #333;
    background-color: #999;
    font-size: 1.75rem;
    font-weight: bold;
    text-shadow: 2px 1px 2px #eee;
    text-align: center;
    padding: 10px 25px;
    margin-bottom: -5px;
  }
  .mjpl {
    font-size: larger;
  }
  nav {
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
  }
  .nav-head1 {
    width: 100%;
  }
  .nav-vertical {
    margin-left: 0px;
  }
  .nav-vertical li {
    width: 120px;
  }
  .nav-vertical a {
    padding: 0 15px;
  }
  .nav-menu ul {
    min-width: 105px;
  }
  main {
    padding: 3px;
  }
}/*# sourceMappingURL=mjpl.css.map */