/* ==========================================================================
   Base styles: Paladin defaults
   ========================================================================== */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

*:-moz-focusring {
  border: #21759b solid 2px;
  border: #21759b solid 0.125rem;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1pxpx;
  height: 0.0625pxrem;
  border: 0;
  border-top: solid #ccc 1px;
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  margin: 32px 0;
  margin: 2rem 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  background: #ccc;
  color: #000;
  margin: 3px 0;
  margin: 0.1875rem 0;
  padding: 3px 0;
  padding: 0.1875rem 0;
}

/* ==========================================================================
Paladin custom styles
========================================================================== */
/* 
 * General Styles
 */
h1, h2 {
  font-family: Cinzel, serif;
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.secondary-page h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

h1, h2, h3 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}

h3 {
  margin: 1px;
  margin: 0.0625rem;
}

p {
  line-height: 2;
}

article {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.secondary-page article {
  padding-top: 70px;
  padding-top: 4.375rem;
}

section {
  position: relative;
  margin: 40px auto;
  margin: 2.5rem auto;
  max-width: 650px;
  max-width: 40.625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.intro {
  text-align: center;
}

a, a:visited {
  color: #666;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

/*
 *  Offset anchor targets by the 
 *  height of the fixed header
 */
a[name] {
  position: absolute;
  left: 0;
  top: -70px;
}

/* 
 * About Section
 */
.about h2, .about h3 {
  margin: 0;
}
.about header {
  padding-top: 100px;
  padding-top: 6.25rem;
  height: 215px;
  height: 13.4375rem;
  position: relative;
}
.about header p {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
.about header::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  position: absolute;
  background-image: url(../img/shield-dk.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.no-js .about header::after,
.no-svgasimg .about header::after {
  background-image: url(../img/shield-dk.png);
}

/* 
 * Contact Section
 */
.contact {
  color: #fff;
  padding: 40px 0 150px 0;
  padding: 2.5rem 0 9.375rem 0;
  max-width: 100%;
  background-image: url("../img/shield-dk-lg.svg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.no-js .contact, .no-svgasimg .contact {
  background-image: url("../img/shield-dk-lg.png");
}
.contact form {
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}
.contact form * {
  display: block;
  margin: auto;
}
.contact form small {
  opacity: 0.8;
}
.contact form label {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.contact form textarea {
  height: 300px;
  height: 18.75rem;
  resize: none;
}
.contact form input, .contact form textarea {
  border: #000315 solid 2px;
  border: #000315 solid 0.125rem;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  transition: 0.3s all ease;
}
.contact form input:focus, .contact form input:active, .contact form textarea:focus, .contact form textarea:active {
  border: #21759b solid 2px;
  border: #21759b solid 0.125rem;
  box-shadow: #21759b 0 0 3px 3px;
  box-shadow: #21759b 0 0 0.1875rem 0.1875rem;
}
.contact form input[type=submit] {
  background-color: white;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.contact form input[type=submit]:hover, .contact form input[type=submit]:focus, .contact form input[type=submit]:active {
  color: #fff;
  background-color: #000315;
  border: #fff solid 2px !important;
  border: #fff solid 0.125rem !important;
}

/* 
 * Header Section
 */
.site-header {
  position: relative;
  min-height: 600px;
  min-height: 37.5rem;
  height: 100vh;
  overflow: hidden;
}

.hero-background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 20s ease;
  background-image: url("../img/sword-800x1600.webp");
}
.no-webp .hero-background, .no-js .hero-background {
  background-image: url("../img/sword-800x1600.jpg");
}
.hero-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 3, 21, 0.6);
}
.hero-background.zoom {
  transform: scale(1.2);
}

@media screen and (min-width: 480px) {
  .hero-background {
    background-image: url("../img/sword-1600x800.webp");
  }
  .no-webp .hero-background, .no-js .hero-background {
    background-image: url("../img/sword-1600x800.jpg");
  }
}
/* 
 * Brand Sub-Section
 */
.brand {
  position: absolute;
  width: 70%;
  max-width: 225px;
  max-width: 14.0625rem;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.brand > span {
  display: none;
}
.brand .logo {
  opacity: 0.6;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.brand picture, .brand img {
  width: 100%;
}

/* 
 * Portfolio Sub-Section
 */
.portfolio {
  max-width: 500px;
  max-width: 31.25rem;
  margin: auto;
}
.portfolio img {
  width: 100%;
}

/* 
 * Primary Nav Sub-Section
 */
.nav-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  z-index: 2;
}
.nav-primary .container {
  max-width: 650px;
  max-width: 40.625rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.nav-primary picture, .nav-primary img {
  width: auto;
  height: 100%;
}
.nav-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #000315;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.no-js .nav-primary::before, .show-navbar .nav-primary::before, .secondary-page .nav-primary::before {
  visibility: visible;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 0.25rem 0.125rem;
}

.nav-primary-brand {
  display: inline-block;
  height: 40px;
  height: 2.5rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s ease, opacity 0.3s ease;
}
.no-js .nav-primary-brand, .secondary-page .nav-primary-brand, .nav-primary-brand.show {
  visibility: visible;
  opacity: 1;
}

/* 
 * Hamburger icon / toggle 
 */
.hamburger {
  width: 38px;
  width: 2.375rem;
  height: 32px;
  height: 2rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.hamburger:focus, .hamburger:-moz-focusring {
  box-shadow: #21759b 0 0 0 2px;
  box-shadow: #21759b 0 0 0 0.125rem;
}
.no-js .hamburger, .no-csstransforms .hamburger {
  display: none;
  visibility: hidden;
}
.hamburger .line-container {
  display: block;
  position: absolute;
  width: 38px;
  width: 2.375rem;
  height: 32px;
  height: 2rem;
  padding: 5px;
  padding: 0.3125rem;
  top: 0;
  right: 0;
}
.hamburger.open .line-container {
  padding-left: 4px;
  padding-left: 0.25rem;
}
.hamburger .line {
  display: block;
  background-color: white;
  height: 2px;
  height: 0.125rem;
  width: 28px;
  width: 1.75rem;
  position: absolute;
  transition: transform 0.15s cubic-bezier(0.47, -0.15, 0.49, 1.14);
}
.hamburger .line-1 {
  top: 5px;
  top: 0.3125rem;
  transform-origin: top left;
}
.hamburger .line-2 {
  top: 15px;
  top: 0.9375rem;
}
.hamburger .line-3 {
  bottom: 5px;
  bottom: 0.3125rem;
  transform-origin: bottom left;
}
.hamburger.open .line-1 {
  transform: translateX(6px) rotate(45deg);
  transform: translateX(0.375rem) rotate(45deg);
}
.hamburger.open .line-2 {
  transform: scale(0);
}
.hamburger.open .line-3 {
  transform: translateX(6px) rotate(-45deg);
  transform: translateX(0.375rem) rotate(-45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hamburger {
    flex: 1;
  }
}
/*
 * Primary Nav Menu
 */
.nav-primary-menu {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  background-color: #000315;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.nav-primary-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: -113px;
  left: -7.0625rem;
  background-image: url("../img/shield.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.07;
}
.no-svgasimg .nav-primary-menu::before {
  background-image: url("../img/shield.png");
}
.no-js .nav-primary-menu::before, .no-csstransforms .nav-primary-menu::before {
  background: none;
}
.nav-primary-menu ul {
  list-style-type: none;
  padding: 70px 0;
  padding: 4.375rem 0;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 800px;
  max-height: 50rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nav-primary-menu a {
  color: white;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  display: inline-block;
  transition: all ease 0.3s;
  padding: 15px;
  padding: 0.9375rem;
}
.nav-primary-menu a:visited {
  color: white;
}
.nav-primary-menu a.block-link {
  text-decoration: none;
}
.nav-primary-menu a .link-text {
  text-decoration: underline;
}
.nav-primary-menu a small {
  color: #fff;
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  opacity: 0.8;
  text-transform: none;
  text-decoration: none;
}
.nav-primary-menu a:hover .link-text {
  text-decoration: none;
}
.nav-primary-menu a:hover, .nav-primary-menu a:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.no-js .nav-primary-menu a:hover, .no-js .nav-primary-menu a:active, .no-csstransforms .nav-primary-menu a:hover, .no-csstransforms .nav-primary-menu a:active {
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}
.nav-primary-menu .icon-thumbs-up, .nav-primary-menu .icon-envelope {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.nav-primary-menu .icon-thumbs-up::before, .nav-primary-menu .icon-envelope::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  opacity: 0.5;
}
.no-js .nav-primary-menu .icon-thumbs-up, .no-csstransforms .nav-primary-menu .icon-thumbs-up, .no-js .nav-primary-menu .icon-envelope, .no-csstransforms .nav-primary-menu .icon-envelope {
  margin-top: 0;
}
.no-js .nav-primary-menu .icon-thumbs-up::before, .no-csstransforms .nav-primary-menu .icon-thumbs-up::before, .no-js .nav-primary-menu .icon-envelope::before, .no-csstransforms .nav-primary-menu .icon-envelope::before {
  content: none;
}
.nav-primary-menu .icon-thumbs-up::before {
  background-image: url("../assets/fa/svg/thumbs-up-reverse.svg");
}
.no-svgasimg .nav-primary-menu .icon-thumbs-up::before {
  background-image: url("../assets/fa/png/thumbs-up-reverse.png");
}
.nav-primary-menu .icon-envelope::before {
  background-image: url("../assets/fa/svg/envelope-reverse.svg");
}
.no-svgasimg .nav-primary-menu .icon-envelope::before {
  background-image: url("../assets/fa/png/envelope-reverse.png");
}
.hamburger[aria-expanded=true] + .nav-primary-menu {
  transform: translateX(0);
}
.no-js .nav-primary-menu small, .no-csstransforms .nav-primary-menu small, .no-js .nav-primary-menu br, .no-csstransforms .nav-primary-menu br {
  display: none;
  visibility: hidden;
}
.no-js .nav-primary-menu, .no-csstransforms .nav-primary-menu {
  margin-top: 0;
  padding-top: 0;
  transform: translateX(0);
  overflow: visible;
  top: 70px;
  top: 4.375rem;
  height: 34px;
  height: 2.125rem;
  border-top: solid #666 1px;
  border-top: solid #666 0.0625rem;
}
.no-js .nav-primary-menu ul, .no-csstransforms .nav-primary-menu ul {
  margin: 0;
  height: initial !important;
  background-color: #000315;
  height: 34px;
  height: 2.125rem;
}
.no-js .nav-primary-menu li, .no-csstransforms .nav-primary-menu li {
  display: inline;
  line-height: 2;
  margin: 0;
}
.no-js .nav-primary-menu a, .no-csstransforms .nav-primary-menu a {
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

nav a:focus {
  padding: 10px;
  padding: 0.625rem;
  #21759b solid 2: 16px;
  #21759b solid 2: 1rem;
}

/* 
* Site Footer
*/
footer {
  background-color: #000315;
  color: rgba(255, 255, 255, 0.5);
  padding: 50px;
  padding: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
footer p, footer address {
  text-align: center;
  margin: 0;
}
footer address {
  font-style: normal;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.nav-footer {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  border-top: rgba(255, 255, 255, 0.5) solid 0.0625rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  max-width: 500px;
  max-width: 31.25rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.nav-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-footer li {
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.nav-footer a {
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  padding: 0.625rem;
  text-transform: uppercase;
}
.nav-footer a:visited {
  color: rgba(255, 255, 255, 0.5);
}
.nav-footer a:hover, .nav-footer a:focus {
  text-decoration: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

.secondary-page .site-header {
  height: initial;
  min-height: initial;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  margin -1: 16px;
  margin -1: 1rem;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* 1 */
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
}
.sr-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  border-radius: 0.1875rem;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 0.125rem 0.125rem;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  left: 0.3125rem;
  line-height: normal;
  padding: 15px 23px 14px 23px;
  padding: 0.9375rem 1.4375rem 0.875rem 1.4375rem;
  text-decoration: none;
  top: 5px;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
