body {
  margin: 0;
  padding: 0;
  font: 100% / 1.4 "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  background: #42413c;
  color: #000000;
}

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
  color: #097DE4;
}

.clearfix {
  clear: both;
}

/** Header */
.header {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 5px;
  background: url(../images/banner-2026.png) no-repeat center #adb96e;
}

.navigation ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #036;
  border-top: 1px solid #ccc;
}

.navigation ul li {
  float: left;
}

.navigation ul li a {
  display: block;
  padding: 8px 11px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #036;
  border-right: 4px solid #ccc;
}

.navigation ul li.active a {
  color: #FFFF00;
}

.navigation ul li a:hover {
  color: #FFFF00;
  background-color: #369;
}

.navigation ul li:last-of-type a {
  border-right: none;
}

/** Footer */
.footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 264px;
  margin: 0 auto;
  background: url(../images/footer-2026.jpg) no-repeat center #ffffff;
  object-fit: contain;
}

.footer .company-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.footer .company-wrap .company-logo {
  display: inline-block;
  width: 100px;
  height: 120px;
  background-image: url(../logo/HQ-s.png);
  background-repeat: no-repeat;
  vertical-align: top;
}

.footer .company-wrap .company-info {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}

.footer .company-wrap .company-info h2 {
  padding: 0;
  margin: 0;
}

.footer .company-wrap .company-info p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.footer .order-notes {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer .order-notes h2 {
  text-align: center;
  margin: 5px 10px;
  font-size: 2em;
  color: #097DE4;
}

.footer .order-notes h3 {
  text-align: center;
  margin: 5px 10px;
  font-size: 1.5em;
  color: #097DE4;
}

.footer .copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer .copyright p {
  padding: 6px 25px;
  margin: 0 auto;
  font-weight: bold;
  color: #097DE4;
  background: #ffffff;
  border-radius: 18px;
}

/** Thumbnail */
.thumbnail {
  display: block;
  text-align: center;
  cursor: pointer;
}

.thumbnail .preview {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  padding: 8px;
  border: 1px solid #021a40;
}

.thumbnail:hover .preview {
  display: block;
}

.thumbnail .preview img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

/** Calendar */
.main-category {
  padding-bottom: 36px;
  margin-top: 5px;
  background-color: #f2f2f2;
}

.main-category .left-column {
  float: left;
  width: 240px;
  overflow: hidden;
  background-color: #ff9900;
}

.main-category .category-title {
  margin: 10px;
  font-size: 30px;
  text-align: center;
}

.main-category .category-list {
  padding: 0;
  list-style-type: none;
}

.main-category .category-list {
  padding: 0;
  list-style-type: none;
}

.main-category .category-list span {
  font-size: 20px;
}

.main-category .category-list li {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #3399FF;
  border-right: 2px solid #3399FF;
  border-radius: 25px;
  box-shadow: 5px 5px 5px #888888;
  font-weight: bold;
}

.main-category .category-list li.active a {
  color: #000099;
  background-color: #99FF99;
  border-radius: 25px;
  box-shadow: 5px 5px 5px #888888;
  font-weight: bold;
}

.main-category .category-list li a {
  display: block;
  text-decoration: none;
  color: #097DE4;
  padding: .25em;
}

.main-category .category-list a:hover {
  color: #000099;
  background-color: #99FF99;
  border-radius: 25px;
  box-shadow: 5px 5px 5px #888888;
  font-weight: bold;
}

.main-category .right-column {
  float: right;
  width: 720px;
  padding-left: 0;
  overflow: hidden;
  vertical-align: top;
}

.main-category .thumbnails {
  display: inline-block;
  width: 140px;
  padding: 10px 5px;
  background-color: #FFC;
  vertical-align: top;
}

.main-category .img-preview {
  display: inline-block;
  width: 542px;
  padding: 12px;
  background-color: #f2f2f2;
}

.main-category .img-preview img {
  width: 100%;
  border: 2px solid #FFF;
  box-shadow: 8px 8px 8px #888888;
}

.main-category .thumbnail {
  float: left;
  width: 60px;
  padding: 5px;
}

.main-category .thumbnail img {
  width: 60px;
  height: 83px;
  border: 2px solid #FFF;
  box-shadow: 5px 5px 5px #888888;
}
