body, .spotlights > section {
  background-color: #244330;
}

#footer, .spotlights > section:nth-child(2n) {
  background-color: #242f43;
}

#header {
  height: 52px;
}

header.major, header.major > :first-child {
  width: 100%;
}

#banner h1 {
  font-family: Courier New, Courier, monospace;
  font-weight: bold;
  text-shadow: 0 1px 0 #00000069;
}

#main, #menu, #header, #banner:after, #banner.style2:after {
  background-color: #2a4a43e6;
}

#banner:after {
  opacity: 0.40 ;
}

.logo img {
  margin-top: -2px;
  max-width: 250px;
}

#banner > .inner .content p {
  font-size: .8em;
}

.tiles article:nth-child(6n - 5):before {
  background-color: #dfd76f;
}

.tiles article:nth-child(6n - 4):before {
	background-color: #82c48b;
}

.slider {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slides {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  margin-right: 50px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.slider img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.actions li {
  margin-bottom: 1em;
}
.inner .align-center > div > h2 {
  margin-bottom: 0;
}
.inner .align-center > div > h3 {
  font-size: 0.9em;
  text-transform: uppercase;
}
@media screen and (max-width: 736px) {
  #header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
    top: -4px;
  }
}
@media screen and (min-width: 1280px) {
  #header nav a[href="#menu"]:after, #header nav a[href="#menu"]:before {
    top: 3px;
  }
}
@media screen and (max-width: 540px) {
  #header .logo {
	  padding: 0 .25em;
  }
}
  @media screen and (max-width: 540px) {
    #main > * > .inner {
	  padding: 1em 0 .25em 0;
	  width: calc(100% - 2em);
  }
}

p, ul {
  clear: both;
}

h1 > span {
  position: relative;
  height: 150px;
  width: 150px;
  top: 50px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid #bfb76e;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.5em;
  }

  h1 > span {
    height: 100px;
	  width: 100px;
	  top: 25px;
  }  

  li strong {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  header > h1 {
    font-size: 1.25em;
    text-align: center;
  }

  h1 > span {
    display: block;
    margin: 0 auto;
    top: -5px;
  }
}