@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,400;0,600;1,400&display=swap");
* {
  position: relative;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif; }

h1, h2, h3, h4 {
  font-family: "Libre Baskerville", serif; }

a {
  text-decoration: none;
  color: #000; }
  a.no-transition:after {
    transition: none;
    background: transparent; }

@media screen and (max-width: 768px) {
  #wpadminbar {
    top: -46px; } }

.hide {
  display: none; }

header {
  border-top: 3px solid #57705f;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: #5d7663;
  transition: background 0.5s; }
  @media screen and (min-width: 768px) {
    header {
      height: 5rem; } }
  @media screen and (min-width: 768px) {
    header nav {
      display: flex;
      flex-direction: row;
      justify-content: space-around; } }
  header nav a {
    transition: color 0.5s; }
    header nav a img {
      margin-left: 0.85rem;
      margin-top: 0.5rem;
      width: 8rem;
      height: auto; }
      @media screen and (min-width: 768px) {
        header nav a img {
          width: 10rem;
          margin-left: 0; } }
    header nav a:after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #000;
      transition: width 0.5s; }
    header nav a:hover:after {
      width: 100%; }
  header nav ul {
    display: none;
    list-style: none; }
    @media screen and (min-width: 768px) {
      header nav ul {
        width: 85%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 1.5rem; } }
    header nav ul li a {
      color: #fff; }
    header nav ul li .subnav {
      display: none;
      padding: 1rem 2rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
      background: #fff;
      width: auto;
      margin-top: 0; }
      header nav ul li .subnav:before {
        content: '';
        border: 3px solid #fff;
        transform: rotate(90deg);
        position: absolute;
        left: 0;
        width: 1rem; }
      header nav ul li .subnav li {
        margin-bottom: 0.5rem; }
        header nav ul li .subnav li a {
          color: #000; }
    @media screen and (min-width: 768px) {
      header nav ul li:hover .subnav {
        display: block;
        position: absolute;
        z-index: 2; } }
    header nav ul.open {
      margin-top: 0;
      display: block;
      background: #c49037;
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: auto;
      top: 0;
      left: 0;
      z-index: 2; }
      header nav ul.open a {
        color: #000; }
        header nav ul.open a:hover {
          color: #000; }
      header nav ul.open li {
        line-height: 5; }
  header nav .nav-toggle {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    font-size: 3rem;
    line-height: 0.85;
    color: #c99542;
    z-index: 3;
    transition: color 0.5s; }
    header nav .nav-toggle.open {
      color: #000; }
    @media screen and (min-width: 768px) {
      header nav .nav-toggle {
        display: none; } }
  header.scroll {
    background: rgba(93, 118, 99, 0.85);
    color: #fff; }
    header.scroll nav ul li a {
      color: #fff; }
    header.scroll nav ul li .subnav a {
      color: #000; }

.admin-bar header {
  top: 2rem; }

footer {
  border-top: 1px solid #c49037;
  background: #c99542; }
  footer nav ul {
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    padding: 2rem 0; }
    @media screen and (min-width: 768px) {
      footer nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center; } }
    footer nav ul li {
      margin-bottom: 1rem; }
      footer nav ul li a {
        color: #fff; }
        footer nav ul li a:hover {
          color: #fff; }
        footer nav ul li a img {
          width: 10rem;
          height: auto;
          fill: #fff; }
      footer nav ul li .social {
        list-style: none;
        margin: 2rem 0;
        padding: 0; }
        footer nav ul li .social li {
          display: inline-block;
          margin: 0 0.5rem; }
          footer nav ul li .social li img {
            width: 2rem; }

main {
  margin: 0 auto; }

section {
  display: flex;
  background: #fff; }
  section.hero {
    width: 100%;
    height: 75vh;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem; }
    @media screen and (min-width: 768px) {
      section.hero {
        height: 85vh; } }
    section.hero.short {
      height: 75vh;
      justify-content: flex-start;
      text-align: left; }
      @media screen and (min-width: 768px) {
        section.hero.short {
          height: 85vh; } }
      section.hero.short h1 {
        padding: 0;
        margin: 0; }
    section.hero .hero-inner {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      max-width: unset;
      padding: 0;
      height: 100%; }
    section.hero .hero-copy {
      width: 100%;
      order: 2;
      height: 35vh;
      background: #c99542; }
      @media screen and (min-width: 768px) {
        section.hero .hero-copy {
          width: 40%;
          height: 100%;
          order: 1; } }
      section.hero .hero-copy h2 {
        position: relative;
        height: 100%;
        margin: 0;
        color: #fff;
        font-size: 1rem; }
        @media screen and (min-width: 768px) {
          section.hero .hero-copy h2 {
            font-size: 1.5rem; } }
        section.hero .hero-copy h2 i {
          font-style: normal;
          width: 80%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
    section.hero .image {
      width: 100%;
      order: 1;
      height: 35vh;
      background-image: url("assets/hero-color.jpg");
      background-size: cover; }
      @media screen and (min-width: 768px) {
        section.hero .image {
          width: 60%;
          order: 2;
          height: 100%; } }
  section.branding {
    padding: 5rem 1rem; }
    @media screen and (min-width: 768px) {
      section.branding {
        padding: 3rem 5rem; } }
    section.branding p {
      max-width: 60%;
      margin: 0 auto;
      font-size: 1.25rem;
      text-align: center; }
  section.featured {
    padding: 2rem 0rem 3rem; }
  section .inner {
    width: 100%;
    max-width: 1140px;
    height: 100%;
    align-self: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      section .inner {
        padding: 3rem 0; } }
    section .inner.no-pad {
      padding: 0; }
    section .inner h2 {
      font-size: 1.25rem;
      margin-left: 1rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        section .inner h2 {
          font-size: 2.25rem; } }
    section .inner .content {
      height: 100%; }
      section .inner .content.intro {
        padding-top: 3rem;
        text-align: center;
        display: flex;
        flex-direction: row; }
        section .inner .content.intro h1 {
          color: #c99542;
          font-size: 1.5rem;
          text-shadow: 0 0 2px rgba(196, 144, 55, 0.35);
          padding-left: 1rem; }
          @media screen and (min-width: 768px) {
            section .inner .content.intro h1 {
              font-size: 5rem; } }
        section .inner .content.intro p {
          color: #c99542;
          padding: 0 0 0 1rem;
          text-shadow: 0 0 2px rgba(196, 144, 55, 0.35);
          font-size: 0.65rem; }
          @media screen and (min-width: 768px) {
            section .inner .content.intro p {
              font-size: 1.25rem; } }
      section .inner .content.grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly; }
        section .inner .content.grid .cell figure img {
          max-width: 100%;
          height: auto; }
        section .inner .content.grid .cell figure figcaption {
          margin-top: 0.5rem;
          font-weight: 600; }
      section .inner .content.slider {
        max-width: 100%; }
        @media screen and (max-width: 768px) {
          section .inner .content.slider {
            display: block; } }
        @media screen and (min-width: 768px) {
          section .inner .content.slider .cell {
            width: 33.3%; } }
    section .inner .controls {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0 2rem; }
      section .inner .controls button {
        font-size: 2.5rem;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer; }
  section.short .inner {
    width: 100%; }
    section.short .inner .intro {
      width: 100%;
      text-align: left; }
  section.pubs .inner .content .cell {
    order: 2;
    width: 50%; }
    section.pubs .inner .content .cell.featured {
      order: 1; }
    @media screen and (min-width: 768px) {
      section.pubs .inner .content .cell {
        width: 25%; } }

.wpcf7-form {
  font-family: "Poppins", sans-serif; }
  .wpcf7-form label {
    margin-bottom: 0.5rem; }
  .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #c99542;
    border-radius: 4px;
    transition: border-color 0.5s;
    font-family: "Poppins", sans-serif; }
    .wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-textarea:focus {
      border-color: #000;
      outline: none; }
  .wpcf7-form .wpcf7-submit {
    background: #c99542;
    padding: 1rem;
    color: #fff;
    width: 100%;
    border: 1px solid #c49037;
    border-radius: 4px; }

.page-content .content {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 3rem; }
  .page-content .content h2 {
    margin-left: 0; }
  .page-content .content h3 {
    color: #c99542; }
  .page-content .content hr {
    border-color: rgba(0, 0, 0, 0.025); }
  .page-content .content .skills {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2rem; }
    .page-content .content .skills .cell {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .page-content .content .skills .cell {
          width: 33.3%; } }

.copy {
  width: 100%;
  padding: 2rem 1rem;
  display: block; }
  @media screen and (min-width: 768px) {
    .copy {
      width: 70%;
      margin: 0 auto; } }
  .copy p {
    text-align: center; }
  .copy a {
    display: inline;
    text-decoration: underline; }

@media screen and (min-width: 768px) {
  .posts {
    display: flex;
    flex-direction: row; } }

@media screen and (min-width: 768px) {
  .posts .inner {
    display: flex; } }

.posts .sidebar {
  width: 100%;
  flex-grow: 1;
  padding: 2rem 1rem 0; }
  @media screen and (min-width: 768px) {
    .posts .sidebar {
      width: 25%;
      padding: 1rem 0 0; } }
  .posts .sidebar .toggle-cats {
    width: 100%;
    display: block;
    cursor: pointer; }
    .posts .sidebar .toggle-cats:after {
      content: '\2212';
      position: absolute;
      right: 1rem;
      top: 0;
      width: 1rem;
      height: 1rem; }
    .posts .sidebar .toggle-cats.closed:after {
      content: '\002B'; }
  .posts .sidebar ul {
    list-style: none;
    margin: 0.5rem 0 2rem;
    padding: 0; }
    .posts .sidebar ul li {
      display: none;
      margin-bottom: 0.5rem; }
      .posts .sidebar ul li a {
        color: #c99542; }
        .posts .sidebar ul li a:hover {
          color: #c49037; }
    .posts .sidebar ul.open li {
      display: block; }

.posts .content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .posts .content {
      width: 75%; } }
  .posts .content .post {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
    padding: 1rem;
    background-color: #fff;
    transition: background-color 0.5s; }
    .posts .content .post span {
      font-weight: 600; }
      .posts .content .post span:after {
        content: '\2192';
        color: transparent;
        transition: color 0.5s, width 0.5s;
        width: 1rem;
        text-align: right;
        position: absolute; }
    .posts .content .post:hover {
      background-color: rgba(0, 0, 0, 0.025); }
      .posts .content .post:hover span:after {
        color: #c99542;
        width: 1.75rem; }
