/*------------------------------------*\
  #CJMHSS-PRINT
\*------------------------------------*/

#cjm-globalnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  background: #000;
  color: var(--white);
  overflow: hidden;
  height: var(--cjm-nav-height);
  z-index: 9999;
}

.cjm-globalnav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--cjm-nav-height);
  max-width: 1366px;
  margin: 0 auto;
}

.cjm-logo {
  color: var(--white);
  font: 700 1.5rem 'Merriweather', serif;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1.3px;
  padding: 0 1rem;
}

#cjm-globalnav-menutrigger-btn {
  all: unset;
  padding: 0 1rem;
  outline: none;
}

#cjm-globalnav-menutrigger-btn span {
  font-size: 2rem;
  font-weight: inherit;
  color: var(--white);
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.cjm-globalnav-list {
  display: none;
  position: fixed;
  height: calc(100vh - var(--cjm-nav-height));
  background: var(--white);
  top: 50px;
  left: 0;
  right: 0;
  padding: 1rem 2.5rem;
  width: 100%;
}

.cjm-globalnav-link-text {
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}

.cjm-globalnav-link-text:hover {
  color: var(--primary-color);
}


/* for phone only 320px to 599px */
@media screen and (max-width: 37.4375em) {

}

/* for phone 320px to 599px */
@media screen and (min-width: 20em) {

}

/* for tablet portrait 600px to 900px */
@media screen and (min-width: 37.5em) {

}

/* for tablet landscape 900px to 1200px */
@media screen and (min-width: 56.25em) {

}

/* for desktop 1200px to 1800px */
@media screen and (min-width: 75em) {

}

/* for bigger screens more than 1800px */
@media screen and (min-width: 112.5em) {

}
