/* cmsms stylesheet: lens 2 modified: 04/10/18 14:07:41 */


.no-js #top-menu {
  display: none;
}

body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 200;
  color: #000;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #a8a6a6;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #515151;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  text-transform: lowercase;
  font-weight: 100;
}

h1 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h2 {
  font-family: 'Slabo 27px', serif;
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

h3 {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #000;
}

h4 {
  font-size: 1rem;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.top-bar {
  border-bottom: 0.5px solid #000;
}

.top-bar, .top-bar ul, .is-drilldown-submenu, .top-bar.is-stuck {
  background-color: #fff;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #a8a6a6 transparent transparent;
}

#logo {
  font-size: 1.5rem;
  font-family: 'Slabo 27px', serif;
  text-transform: lowercase;
}

#header-image {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  background: #000;
  color: #fff;
  border-radius: 0.5rem;
  border: .5px solid #fff;
}

.button:hover {
  background: #a8a6a6;
  color: #fff;
}

.page-list {
  overflow: hidden;
  position: relative;
}

.page-list a {
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.9);
  font-size: 1.8rem;
}

.page-list a:hover {
  background: rgba(0,0,0,0.8);
}

.page-list-even a {
  background: #bfbfbf;
  color: #000;
}

.page-list-even a:hover {
  background: rgba(0,0,0,0.2);
}

.divider {
  height: 1rem;
}

footer {
  background: #fff;
  color: #fff;
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 0.8rem;
}

footer i {
  margin: 0 0.5rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

body, html, #header-image {
  height: 100%;
}

}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
