body {
  background-image: url('http://www.n24chonburi.com/image/background.png');
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  overflow-x: hidden;
}

.fixed-nav-bar { 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 9999; 
  width: 100%;
}

.fixed-nav-bar-lower { 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  z-index: 9999; 
  width: 100%;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

a.link-back {
  text-decoration: none;
}

content img {
  width: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  content .element {
    transition: transform .4s;
	font-size: 1.3rem;
  }

  content .element:hover {
    transform: scale(1.1);
  }  
}

content .element a {
  color: inherit;
  text-decoration: none;
  font-size: 1.3rem;
}

@media (max-width: 960px){
  h1 {
    font-size: 2.2rem;
	color: #FFFFFF;
  }
}

@media (max-width: 540px){
  h1 {
    font-size: 1.7rem;
	color: #FFFFFF;
  }
}

@media (max-width: 3000px){
  h2 {
    font-size: 1.4rem;
	color: #BBBBBB;
  }
}

@media (max-width: 3000px){
  h3 {
    font-size: 1.2rem;
	color: #888888;
  }
}

@media (max-width: 3000px){
  h4 {
    font-size: 1.2rem;
	color: #666666;
  }
}

@media (max-width: 3000px){
  h5 {
    font-size: 1.0rem;
	color: #888888;
  }
}

footer .footerText a, footer .footerText a:hover {
  text-decoration: underline;
  color: #6c757d;
}

/** Lightbox **/
.sl-overlay {
  background: #222222;
  opacity: 1;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter { 
  color: #eee; opacity: 1; 
}
