/* CSS Document */
body {
  font-family: "Sen", sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 18.36px; }

strong {
  font-weight: 800; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Bree Serif", serif;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 42px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 30px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 12px;
  text-transform: uppercase; }

/*rules for tablets and smaller*/
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 32px; }

  h3, .h3 {
    font-size: 24px; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 16px 0.5; }

  h6, .h6 {
    font-size: 16px;
    text-transform: uppercase; } }
p {
  line-height: 23.4px;
  font-size: 18px;
  color: #252525;
  margin-bottom: 16.2px; }

p.small {
  font-size: 14.4px;
  text-transform: uppercase; }

p.sub {
  font-size: 10.8px;
  font-weight: 900;
  margin-top: -18px; }

.navBar {
  background-color: #252525;
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 1;
  min-height: navheight; }

.navBar .logo {
  display: inline-block;
  height: 55px;
  margin: 0;
  width: 320px;
  padding-top: 8px; }

.wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 2%; }

.start {
  display: none; }

nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 38%;
  padding: 0 15px;
  margin: 0; }
  nav ul a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 16px;
    display: block; }
    nav ul a:hover {
      color: #bce7e9; }
nav li {
  display: inline-block; }
nav #menu-toggle {
  display: none; }
nav .label-toggle {
  display: none; }
nav .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between; }
@media screen and (min-width: 1001px) {
  nav nav ul a {
    padding: 15px; } }
@media screen and (max-width: 1000px) {
  nav .wrapper .start {
    display: block; }
  nav nav ul a {
    color: #fff; }
  nav ul {
    background-color: #252525;
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden;
    margin: 0; }
  nav li {
    border-bottom: 1px solid #bce7e9;
    color: #fff;
    display: block;
    font-size: .8em;
    padding: .21em 0; }
  nav #menu-toggle:checked ~ ul {
    opacity: 1;
    height: 100vh;
    visibility: visible; }
  nav .label-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    margin-top: 0;
    width: 25px;
    font-size: 28px; }
  nav .wrapper {
    display: block; } }

section a {
  color: #000;
  font-family: "Bree Serif", serif;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #bce7e9; }

a img {
  border: none; }

section a:not(.button), footer a:not(.button) {
  color: #000;
  font-weight: 900; }

section a:not(.button):hover, footer a:not(.button):hover {
  color: #bce7e9; }

.edgeborders, section.dark, section.light {
  border-top: 1px solid;
  border-bottom: 1px solid; }

section {
  padding: 3% 0; }

section.dark {
  background: #252525;
  border: #000; }

section.light {
  background: #f5f4f4;
  border-color: #dfdfdf; }

section.white {
  background: #fff; }

section.color {
  background: #bce7e9; }

section hr {
  margin: 0;
  padding: 0;
  border: 3px solid #bce7e9;
  margin: 70px 46% 80px; }

.icons p.icon {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center; }

.icons p {
  padding: 0 20px;
  font-size: 1.2rem; }

.icons h2 {
  margin-top: 0px;
  text-align: center; }

.button, btn, .btn, a.button, .button a {
  font-size: 18px;
  background: #bce7e9;
  color: #fff;
  padding: 1em 3em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active, btn:hover, btn:focus, btn:active, .btn:hover, .btn:focus, .btn:active, a.button:hover, a.button:focus, a.button:active, .button a:hover, .button a:focus, .button a:active {
    background: #e9cea3; }

.text-center {
  text-align: center; }

.top.home {
  border-bottom: 1px solid #bce7e9; }

#start form, #start .button {
  margin: 0; }

label.error {
  font-size: .7em;
  margin-bottom: 9px; }

footer {
  background: #fff;
  border-top: 1px solid #fff;
  padding: 3.5% 0 2.2% 0; }

footer a {
  color: #bce7e9 !important; }

footer a:hover {
  color: #fff !important; }

footer p {
  font-size: 12.6px;
  color: #000; }

footer ul.menu {
  margin-bottom: 60px; }

footer ul.menu a {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #fff;
  font-weight: 900;
  text-decoration: none; }

footer .icon img {
  width: 30px;
  height: auto; }

footer p.design a {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px; }

.reverse {
  background: #252525; }

.reverse, .reverse p, .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6, .reverse label {
  color: #f5f4f4; }

.reverse a, a.reverse {
  color: #f5f4f4;
  text-decoration: underline; }

.reverse a:hover, a.reverse:hover {
  color: #f5f4f4;
  text-decoration: none; }

.covers .panel p {
  font-size: 15px;
  line-height: 16px; }

.covers .panel a, section.color a {
  color: #000;
  font-family: "Bree Serif", serif; }

.covers .panel a:hover, section.color a:hover {
  color: #fff; }

.covers .panel .sub-button {
  text-align: center; }
