/* ### ADOBE KULER 
a: #2C4557 (dark blue)
b: #AAD3F0 (light blue)
c: #6388A3 (my main blue)
d: #574224 (dark brown)
e: #A38964 (light brown)
### */

/* ### TOPOGRAPHY ### */

body {
  font-family: transat-text, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: kazimirtext, sans-serif !important;
  font-weight: 100;
  font-style: normal;
}
h1.page-title span,
.module-text h3 {
  color: #574224;
}

.page-title {
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  font-size: 4.5rem;
  color: #6388a3;
}
.page-title {
  margin: 0 0 0.2em;
  padding: 0;
}

.sub-line {
  /* decreases space above, below */
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
}

/* ### TOPOGRAPHY -modules ### */
.jalbum .jtitle h4 {
  font-family: kazimirtext, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  text-transform: none;
  color: #6388a3;
}
.jalbum .jtitle.light > * {
  color: #6388a3;
}
.jalbum .jcards {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* reduces height for short screen view */
  max-height: 75vh;
}
/* ### STRUCTURE ### */
/* ### STRUCTURE # navigation */
  #sub-nav-wrap #sub-nav .current_page_item > a,
  #sub-nav .current-menu-item > a {
    background: none;
     background-color: #2c4557;
    background-color: rgba(0, 0, 0, 0);
   
  }
  #sub-nav-wrap {
    margin: 1em 0 2em;
  }
  #sub-nav-wrap #sub-nav a:hover,
  #sub-nav-wrap #sub-nav > li > a:hover {
    color: #ffffff;
  }

  #sub-nav-wrap #sub-nav li:hover {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #6388a3;
  }
  #sub-nav > li:last-child a,
  #sub-nav > li a {
    border-bottom: 1px solid rgba(180, 180, 180, 0.2);
  }

  #sub-nav li {
    clear: both;
    width: 100%;
    display: block;
  }
  #sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #sub-nav a {
    text-align: center;
  }
  #sub-nav a,
  #sub-nav > li > a,
  .transparent-header #sub-nav a {
    color: #6388a3;
  }
  #sub-nav-wrap #sub-nav a:hover {
    background: none;
    background-color: #6388a3;
  }
  #sub-nav-wrap #sub-nav a:hover,
  #sub-nav-wrap #sub-nav > li > a:hover {
    color: #ffffff;
  }
  #sub-nav-wrap #sub-nav .current_page_item > a,
  #sub-nav .current-menu-item > a {
    background: none;
    background-color: #2c4557;
  }

#header {
  background-color: #AAD3F0;
}
#headerwrap {
  border-bottom: 5px solid #2C4557;
}
#footerwrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: +1;
}
.footer-horizontal-left .main-col .footer-left-wrap {
  width: auto;
  background-color: #fff;
  padding: 0;
}
.footer-horizontal-left .footer-text {
  text-align: center;
  border-top: 2px solid maroon;
}
.wc-footer-text strong {font-weight: 600;}
