.jnm-section{
	background-color: var(--white-dark1);
	display: block;
	width: 100%;
}
.jnm-section h1{
	background-color: var(--blue);
	color: var(--white);
	padding: 10px;
}
.jnm-section p{
	font-size: 1.5rem;
}
.jnm-content{
	width: 100%;
	padding: 0 25% 0 25%;
}
.jnm-link{
	background-color: var(--yellow);
	font-size: 2rem;
	padding: 3% 0;
}
.jnm-pictures{
	display: block;
}
.jnm-image{
	padding: 1%;
	width: 100%;
}
.jnm-image img{
	width: 100%;
}
.jnm-slider {
  width: 100%;
  max-width: 800px;
  height: 900px;
  position: relative;
  overflow: hidden;
	margin: auto;
}
.jnm-slide {
  width: 100%;
  max-width: 800px;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
	padding: 5% 0;
}
.jnm-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jnm-btn {
	background-color: var(--white);
	opacity: 0.75;
  position: absolute;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  width: 84px;
  height: 84px;
  font-size: 30px;
}
.glyphicon-chevron-left:before{
	font-family: "Glyphicons Halflings";
	color: var(--grey);
	content:"\e079";
}
.glyphicon-chevron-right:before{
	font-family: "Glyphicons Halflings";
	color: var(--grey);
	content:"\e080";
}
.glyphicon-chevron-left:hover:before{
	color: var(--grey-dark1);
}
.glyphicon-chevron-right:hover:before{
	color: var(--grey-dark1);
}
.glyphicon-chevron-left:active:before{
	color: var(--grey-dark2);
}
.glyphicon-chevron-right:active:before{
	color: var(--grey-dark2);
}
.jnm-seq-btn-prev, .jnm-atom-btn-prev, .jnm-custom-btn-prev, .jnm-learn-btn-prev, .jnm-visual-btn-prev, .jnm-draw-btn-prev{
  top: 45%;
  left: 2%;
}
.jnm-seq-btn-next, .jnm-atom-btn-next, .jnm-custom-btn-next, .jnm-learn-btn-next, .jnm-visual-btn-next, .jnm-draw-btn-next{
  top: 45%;
  right: 2%;
}

/* Cell phone screen */
/*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px){
.jnm-section h1, .jnm-link{
	font-size: 3rem;
}
.jnm-section p, .jnm-section h2{
	font-size: 2.5rem;
}
.jnm-content{
	padding: 2%;
}
.jnm-pictures{
	display: block;
	padding: 2%;
}
}
