@charset "UTF-8"; 

* {
  -moz-outline-style: none;
  outline-style: none;
  outline-width: 0px;
  outline-color: -moz-use-text-color;
  color: undefined;
}
a img {
  border: none;
} /* - - - A. Font Awesome - - - */ .fa-brands {
  font-size: 24px;
  color: #FFCC00;
  letter-spacing: 15px;
  vertical-align: middle;
  text-align: right;
}
.fa-brands i {
  color: #FFFFFF;
}
.fa-brands i:hover {
  color: #FFCC00;
} /* - - - 1. TYPOGRAPHY 2019 ========================================================================== */ 
a:hover { /* [disabled]color: #505050; */
}
.navbar-toggler {
  background-color: rgba(246, 246, 246, 0.77) !important;
  margin-top: 10px;
  font-size: 1.0rem;
  border: 0px;
  border-radius: 0.0rem;
}
.btn-link:hover {
  color: #505050;
}

.row-mar100 {
  padding-bottom: 100px;
	margin-bottom: 100px;
  border-bottom: 1px solid rgba(30,31,39,0.50);
}

.row-mar150 {
  padding-bottom: 150px;
}

h1 {
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -2px;
  font-size: 75px;
  line-height: 1.0;
  margin-bottom: 15px;
}
h2 {
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -2px;
  font-size: 50px;
  margin-bottom: 15px;
}
h3 {
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -0.75px;
  font-size: 36px;
  margin-bottom: 15px;
}
h4 {
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -0.75px;
  font-size: 24px;
  margin-bottom: 15px;
}
h5 {
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -0.75px;
  font-size: 20px;
  margin-bottom: 15px;
}
h6 {
  font-family: "Poppins", serif;
  font-weight: 500;
  letter-spacing: -0.75px;
  font-size: 18px;
  margin-bottom: 15px;
}

.p-bodytype {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2e;
  font-size: 16px;
  text-align: left;
  line-height: 2.1;
  margin-bottom: 15px;
}

.p-bodytype a, 
.p-bodytype a:visited {
  color: #262561;
  text-decoration: underline;
  font-weight: bold;
}

.p-bodytype a:hover, 
.p-bodytype a:visited:hover {
  color: #23A9EE;
}

.p-lg-con {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2e;
  font-size: 16px;
  text-align: left;
  line-height: 2.1;
  margin-bottom: 15px;
  margin-top: 15px;
}

.p-lg-con a, 
.p-lg-con a:visited {
  color: #262561;
  text-decoration: underline;
  font-weight: bold;
}

.p-lg-con a:hover, 
.p-lg-con a:visited:hover {
  color: #23A9EE;
}

.p-custom-list {
  font-family: "Poppins", sans-serif;
	font-style: italic;
  font-size: 16px;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 100px;
	padding-right: 50px;
}

.p-custom-list li {
  margin-bottom: 25px; /* Optional: Adds space between list items */
}


.footercopyright {
  font-family: "Poppins", serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #d4d4d4;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 10px;
  letter-spacing: -0.05px;
}
.footercopyright a, .pcopyright a:visited {
  color: #d4d4d4;
  text-decoration: none;
  font-weight: 400;
}
.footercopyright a:hover, .pcopyright a:visited:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 400;
}



/* A. Headings */ 
.mjgray {
  color: #1e1f27;
}

.mjgray82 {
	color: rgba(30,31,39,0.82);
}
.mjwhite {
  color: #e6e6e6;
}


.mjwhite-custom {
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #e6e6e6;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
	line-height: 1.0;
}


/* B. Buttons */
.mjforest-btn {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
	text-transform: uppercase;
    color: #FFFFFF; /* Default text color */
    background-color: #1e1f27;
    border: 1px solid #1e1f27;
    border-radius: 2px; /* Slightly rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    display: inline-block;
    margin-right: 30px;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.mjforest-btn:hover {
	background-color: rgba(0,0,0,0.05);
	color: #1e1f27;
	border: 1px solid #1e1f27;
}


.mjbutton {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #0f110f;
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.mjbutton a {
  color: #0f110f;
}
.mjbutton a:hover {
  color: #FFCC00;
}
.mjbutton a:visited {
  color: #0f110f;
}
.p-button-simple-gene a:visited:hover {
  color: #FFCC00;
}

/* Bands */
.band-author {
  background-color: rgba(189, 182, 175, 0.30);
  padding-top: 175px;
  padding-bottom: 175px;
  margin-top: 0px;
}

.band-mjbody {
  background-color: rgba(189, 182, 175, 0.10);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 0px;
}

.band-subhead {
  background-color: rgba(189, 182, 175, 0.00);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0px;
}


.band-tagline {
  background-color: rgba(189, 182, 175, 0.60);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0px;
}

.band-avan {
  background-color: #271e23;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0px;
}

.band-footer {
  background-color: #1e1f27;
  padding: 20px 0px 10px 0px;
}

.band-mjtop {
  background-color: #1e1f27;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/common/mjforest-ban.jpg");
  min-height: 400px;
  display: flex;
  align-items: flex-end;
	align-content: center;/* Align content to the bottom */
	border-bottom: 20px solid #FFFFFF;
}

.band-mjbtm {
  background-color: #1e1f27;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
	background-image: url("../images/common/mjforest-ban.jpg");
  min-height: 300px;
  display: flex;
  align-items: flex-end; /* Align content to the bottom */
  justify-content: center;
}


.band-mjbtm2 {
  background-color: #1e1f27;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
	background-image: url("../images/common/mjforest-ban.jpg");
  min-height: 70px;
  display: flex;
  align-items: flex-end; /* Align content to the bottom */
  justify-content: center;
}


/* - - - 9. grow-hover AND figure img hover ========================================================================== */ .grow {
  transition: all .5s ease-in-out;
}
.grow:hover {
  transform: scale(0.65);
} /* ===== inside div === */ imgzoom img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -webkit-transform: scale(1);
  transition: .2s ease-in-out;
}
imgzoom:hover img { /**** DEACTIVE opacity: .7; OR -webkit-filter: brightness(60%);****/ transform: scale(1.1);
}
.imgzoom-wrapper {
  overflow: hidden;
} /* ===== inside ad or logo === */ imgzoom-ad img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -webkit-transform: scale(1);
  transition: .2s ease-in-out;
}
imgzoom-ad:hover img { /**** DEACTIVE opacity: .7; OR -webkit-filter: brightness(60%);****/ transform: scale(1.05);
} /* - - - 9a1. imgzoom-is-border-yellow ========================================================================== */ imgzoom-isbdy img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -webkit-transform: scale(1);
  transition: .2s ease-in-out;
}
imgzoom-isbdy:hover img { /**** DEACTIVE opacity: .7; OR -webkit-filter: brightness(60%);****/ transform: scale(1.1);
}
.imgzoom-isbdy-wrapper {
  overflow: hidden;
} /* ===== inside ad or logo === */ imgzoom-isbdy-ad img {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -webkit-transform: scale(1);
  transition: .2s ease-in-out;
  border: solid 12px #fec223;
}