/*!
 * Theme Name: ER
 * Theme URI: https://keithrodri.co/
 * Description: KR Lite Theme
 * Version: 0.1
 * Author: Keith Rodri
 * Author URI: https://keithrodri.co/
 * Tags: HTML5, CSS3, starter, framework
 *
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/**
 * modules/mixins
 * ---
 */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/InterDisplay-Medium.woff2");
  font-style: normal;
  font-weight: 600;
}
.mobile-book-now {
  background-color: #000000;
  border-color: #000000;
}

.container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  padding: 0 48px;
}
@media (max-width: 900px) {
  .container {
    padding: 0 36px;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 24px;
  }
}

html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #ffffff;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

section {
  width: 100%;
  position: relative;
}

main {
  min-height: 75vh;
}

iframe {
  margin: 0 auto;
  display: block;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

::selection {
  background-color: rgba(0, 0, 0, 0.3);
  color: #000000;
  text-shadow: none;
}

.underline {
  text-decoration: underline;
}

.imgMaskRevealUp {
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%); /* Initial state fully masks the image */
  overflow: hidden;
  position: relative;
}

.imgMaskRevealUp img {
  transform: scale(1.05);
}

.reveal-text-by-line .words {
  /* border: 1px solid red; */
}
.reveal-text-by-line .line {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.reveal-text-by-line .word, .reveal-text-by-line .whitespace {
  display: inline-block;
}

.flex-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.flex-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.hide {
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.no-wrap {
  flex-wrap: nowrap;
}

.grain-texture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: url("img/grain.png");
  background-repeat: repeat;
  background-size: 130px;
  opacity: 0.2;
  z-index: 100;
  pointer-events: none;
}

.fw-img {
  width: 100%;
}

.ta-center {
  text-align: center;
}

.no-scroll {
  position: relative !important;
  overflow-y: hidden !important;
  height: 100vh !important;
}

:root {
  --br-scale: 0.15rem;
  --br-xs: var(--br-scale);
  --br-sm: calc(var(--br-scale) * 2);
  --br-md: calc(var(--br-scale) * 4);
  --br-lg: calc(var(--br-scale) * 10);
  --br-xl: calc(var(--br-scale) * 20);
}
@media (max-width: 600px) {
  :root {
    --br-md: calc(var(--br-scale) * 3);
    --br-lg: calc(var(--br-scale) * 4);
    --br-xl: calc(var(--br-scale) * 10);
  }
}

.test {
  border-radius: var(--br-xs);
  border-radius: var(--br-lg);
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.mix-darken {
  mix-blend-mode: darken;
}

.mix-screen {
  mix-blend-mode: screen;
}

.mix-lighten {
  mix-blend-mode: lighten;
}

.mix-overlay {
  mix-blend-mode: overlay;
}

.mix-softlight {
  mix-blend-mode: soft-light;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.4rem;
  color: #000000;
  font-family: "Inter", sans;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 300;
  letter-spacing: 0rem;
  text-transform: none;
}

section .h1, section .h2, section .h3, section .h4, section .h5, section .h6 {
  margin-bottom: 0;
}

h1, .h1, h1 span {
  font-size: 4.2rem;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: 0rem;
}
@media (max-width: 700px) {
  h1, .h1, h1 span {
    font-size: 2.2rem;
  }
}

h2, .h2, h2 span {
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 900px) {
  h2, .h2, h2 span {
    font-size: 1.8rem;
  }
}

h3, .h3, h3 span {
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 135%;
  font-weight: 500;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media (max-width: 1300px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 700px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 700px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

p, .p, span, a {
  font-size: clamp(1.4rem, 0.9vw, 1.8rem);
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 700px) {
  p, .p, span, a {
    font-size: 1.2rem;
  }
}

p, .p {
  margin-bottom: 20px;
}

p, .p {
  margin-bottom: 20px;
}

p.major, .p.major, span.major {
  font-size: clamp(2rem, 1vw, 3rem);
  margin-bottom: 25px;
  text-transform: none;
  color: #000000;
}
@media (max-width: 700px) {
  p.major, .p.major, span.major {
    font-size: 1.8rem;
  }
}

p.minor, span.minor {
  font-size: 1.4rem;
}

p a, span a, li a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
p a:hover, span a:hover, li a:hover {
  color: #000000;
}

strong {
  font-weight: 700;
}

li {
  font-size: 1.6rem;
  font-family: #000000;
  font-weight: 500;
  position: relative;
  letter-spacing: 2px;
  line-height: 2.3rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 700px) {
  li {
    font-size: 1.8rem;
    font-weight: 400;
  }
}

ul.bullets li {
  padding-left: 20px;
}
ul.bullets li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  border: 1.5px solid #000000;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%) rotate(45deg);
}

a, li a {
  text-decoration: none;
}
.wrapper.pill-btns .btn, .wrapper.pill-btns .btn-2, .wrapper.pill-btns .btn-secondary, .wrapper.pill-btns .btn-1, .wrapper.pill-btns .btn-primary, .wrapper.pill-btns a.btn, .wrapper.pill-btns button.btn {
  border-radius: 50px;
}

.btn, .btn-2, .btn-secondary, .btn-1, .btn-primary, a.btn, button.btn {
  position: relative;
  display: inline-block;
  min-width: 130px;
  margin: 0;
  text-align: center;
  transform: scale(1);
  transition: 300ms;
  transition-timing-function: ease-out;
  background-color: #000000;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 100%;
  border-radius: 0px;
}
@media (max-width: 1300px) {
  .btn, .btn-2, .btn-secondary, .btn-1, .btn-primary, a.btn, button.btn {
    padding: 10px 20px;
    min-width: 120px;
  }
}
@media (max-width: 700px) {
  .btn, .btn-2, .btn-secondary, .btn-1, .btn-primary, a.btn, button.btn {
    font-size: 1.1rem;
  }
}

.btn-1, .btn-primary {
  color: #ffffff;
  border: 2px solid #000000;
}
.btn-1:hover, .btn-primary:hover {
  color: #ffffff;
}

.btn-2, .btn-secondary {
  color: #000000;
  border: 2px solid #000000;
}
.btn-minor {
  padding: 10px 15px;
  font-size: 1.2rem;
  min-width: 100px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-icon img {
  width: 17px;
  height: auto;
  margin-right: 20px;
  margin-left: -5px;
  margin-bottom: -3px;
}
.btn-icon:hover img {
  animation: gelatine 0.5s;
}

.btn-group {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 700px) {
  .btn-group {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .btn-group {
    flex-direction: row;
  }
}

.ta-center .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .ta-center .btn-group {
    flex-direction: column;
  }
}

.btn-close, .btn-close-toggle {
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 8px;
  position: relative;
  pointer-events: all;
  display: block;
  transition: 0ms;
}
.btn-close::before, .btn-close::after, .btn-close-toggle::before, .btn-close-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5px;
  background-color: #000000;
  transform-origin: center;
  transition: 100ms;
  margin: auto;
}
.btn-close::before, .btn-close-toggle::before {
  transform: rotate(45deg);
}
.btn-close::after, .btn-close-toggle::after {
  transform: rotate(-45deg);
}

.btn-close:hover {
  transform: rotate(90deg);
  transition: 300ms;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
}

.btn-1, .btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-1:hover, .btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

.btn-2, .btn-secondary {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
.btn-2:hover, .btn-secondary:hover {
  border-color: #000000;
  color: #000000;
}

.disabled_link {
  color: #000000;
  opacity: 0.5 !important;
  text-decoration: underline;
}

.btn-alt-color .btn-1, .btn-alt-color .btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-alt-color .btn-1:hover, .btn-alt-color .btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-alt-color .btn-2, .btn-alt-color .btn-secondary {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-alt-color .btn-2:hover, .btn-alt-color .btn-secondary:hover {
  border-color: #000000;
  color: #000000;
}

.mobile-book-now {
  display: none;
  width: 100%;
  margin: 1rem auto;
}
@media (max-width: 700px) {
  .mobile-book-now {
    display: block;
  }
}

input[type=submit] {
  cursor: pointer;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  pointer-events: none;
  animation-duration: 1.5s;
  animation-delay: 500ms;
  animation-name: loader;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.logo-mobile {
  margin: 40px auto;
}

.nav-mobile {
  display: none;
  pointer-events: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 500ms;
  z-index: 94;
}
.nav-mobile ul {
  margin-top: 140px;
  font-size: 3rem;
  transition: 300ms 300ms ease-out;
  opacity: 0;
  text-align: center;
  flex-direction: column;
  gap: 24px;
}
.nav-mobile li.current-page a {
  color: #000000;
}
.nav-mobile a {
  font-size: 3vw !important;
}
.nav-mobile a.btn-1 {
  margin: 20px auto;
}

.nav-mobile.revealed {
  opacity: 1;
  pointer-events: all;
}
.nav-mobile.revealed ul {
  opacity: 1;
  transition: 0;
}

.nav-btn {
  position: absolute;
  top: 0px;
  right: 30px;
  margin: 0;
  display: none;
  width: 40px;
  height: 25px;
  background-color: transparent;
  background-color: #ffffff;
  z-index: 95;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.nav-btn::before, .nav-btn::after, .nav-btn span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 0px;
  background-color: #000000;
  transition: 300ms ease-out;
  pointer-events: none;
}
.nav-btn span {
  display: block;
  top: 0;
  top: 50%;
  margin: auto;
  opacity: 1;
}
.nav-btn::before {
  top: 0px;
  transform-origin: top;
}
.nav-btn::after {
  top: 100%;
  transform-origin: bottom;
}
.nav-btn:focus {
  outline: none;
}

.nav-btn.close {
  cursor: pointer;
}
.nav-btn.close span {
  opacity: 0;
}
.nav-btn.close::before {
  transform: rotate(45deg);
  top: 52%;
  background-color: #FF0000;
}
.nav-btn.close::after {
  top: 48%;
  transform: rotate(-45deg);
  background-color: #FF0000;
}

@media (max-width: 700px) {
  .nav, ul.header-cta, .nav-center {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .nav-mobile {
    display: block;
    opacity: 0;
  }
  .nav-mobile a {
    font-size: 2.8rem !important;
  }
}
.nav-cta-mobile, .header-cta-mobile, .logo-mobile {
  z-index: 105;
  position: relative;
}

.main-nav-mobile, .header-cta-mobile {
  transition: height 300ms;
  margin-bottom: 100px;
}

.nav-mobile.revealed ul.sub-menu {
  position: relative;
  margin-top: 0;
  display: none;
  background-color: transparent;
  transition: height 300ms;
}
.nav-mobile.revealed ul.sub-menu li {
  text-align: center;
}
.nav-mobile.revealed ul.sub-menu li a::before {
  display: none;
}

.container-masthead {
  display: block;
  margin: 0 auto;
}

section.masthead {
  display: grid;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  grid-template-areas: "content";
  color: #000000;
  margin: 0 auto;
}

.masthead-wrapper {
  grid-area: content;
  margin: 0 auto;
  padding: 75px;
  width: 100%;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.6rem;
  z-index: 1; /* To ensure it is above the image */
}

.masthead.no-media .masthead-wrapper.fw {
  max-width: 1700px;
  margin: auto;
  padding: 40px 48px;
}
@media (max-width: 900px) {
  .masthead.no-media .masthead-wrapper.fw {
    padding: 20px 36px;
  }
}
@media (max-width: 700px) {
  .masthead.no-media .masthead-wrapper.fw {
    padding: 20px 24px;
  }
}

.masthead.has-media {
  color: #000000;
}
.masthead.has-media img, .masthead.has-media video {
  grid-area: content;
  width: 100%;
  height: 100%;
  max-height: 120vh;
  object-fit: cover;
  z-index: 0; /* To ensure it is behind the content */
  animation-name: mastheadZoom-lg;
  animation-duration: 6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.masthead.has-media .h1, .masthead.has-media .h3 {
  pointer-events: none !important;
  z-index: -3;
}

@media (min-width: 2000px) {
  .masthead-wrapper {
    max-width: 1400px;
  }
}
@media (max-width: 900px) {
  .masthead.has-media img {
    animation-name: mastheadZoom-md;
  }
}
.masthead.fw {
  max-width: calc(1700px - 2 * 48px);
}

.masthead.no-text img {
  height: auto;
  min-height: auto;
}

@keyframes mastheadZoom-lg {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.05;
  }
}
@keyframes mastheadZoom-md {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1.25;
  }
}
.masthead.ta-center h3 {
  margin: 0 auto;
}

.masthead.alt-color.has-media .h1, .masthead.alt-color.has-media .h3 {
  color: #ffffff;
}

.masthead.alt-color .h1, .masthead.alt-color .h3 {
  color: #000000;
}

@media (max-width: 900px) {
  .masthead-wrapper {
    padding: 30px 15px;
  }
  .masthead.fw .masthead-wrapper {
    padding: 50px;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .masthead.has-media .masthead-wrapper {
    padding: 10vh 36px;
  }
}
@media (max-width: 700px) {
  .masthead:not(.has-img) {
    min-height: 10vh;
  }
  .masthead.has-image .masthead-wrapper {
    padding: 80px 36px;
  }
}
::selection {
  background-color: #FF0000;
  columns: #000000;
}

.reveal-text-by-line .word {
  display: inline-block;
  margin-right: 5px;
}

.reveal-text-by-line .word {
  margin-right: 10px;
}

header {
  width: 100%;
}

.logo {
  width: 100%;
}

.logo-svg {
  width: 100%;
  max-width: 355px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  transform: rotate(2deg);
}
@media (max-width: 700px) {
  .logo-svg {
    max-width: 80%;
  }
}

.header-desktop {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 50px;
  margin-bottom: 80px;
  z-index: 2;
}

@media (max-width: 900px) {
  .header-desktop {
    margin: 20px auto !important;
  }
}
@media (max-width: 700px) {
  .header-desktop {
    display: block;
  }
  .logo-svg {
    margin: 20px auto 60px;
  }
}
nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-left: 25px;
}
nav li {
  margin-bottom: 0;
}
nav a {
  font-size: 2rem;
}
nav a:hover {
  color: #FF0000;
}
@media (max-width: 900px) {
  nav ul {
    margin-left: 15px;
  }
  nav a {
    font-size: 1.8rem;
  }
}

.social-links a {
  width: 30px;
  display: block;
  transform: translateY(6px);
}
.social-links a svg path {
  fill: #000000;
  transition: 300ms;
}
.social-links a:hover svg path {
  fill: #FF0000;
}

.nav-mobile .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.page-template-home .portfolio-footer {
  border-top: 0;
  margin-top: 0px;
  padding-top: 0;
}
.page-template-home .portfolio-footer h2.h1 {
  display: none;
}

section {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  section {
    margin-bottom: 40px;
  }
}
.home-masthead.heading-title {
  margin: 150px auto;
}
@media (max-width: 700px) {
  .home-masthead.heading-title {
    margin: 50px auto;
  }
}

.heading-title, .section-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  margin: 100px auto;
  max-width: 800px;
}
@media (max-width: 900px) {
  .heading-title, .section-title {
    margin: 70px auto;
  }
}
@media (max-width: 700px) {
  .heading-title, .section-title {
    margin: 40px auto;
  }
}

.portfolio-body {
  margin: 50px auto;
  display: block;
}

img.portfolio-img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}

.portfolio-description {
  margin-top: -25px;
  max-width: 900px;
  color: rgba(0, 0, 0, 0.55);
}

.portfolio-video {
  width: 100%;
}
.portfolio-video video {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.thumb-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  margin: 65px 0;
  text-transform: uppercase;
}

.thumb-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.55);
}
.thumb-wrap img {
  width: 100%;
}

.portfolio-footer {
  border-top: 1px solid #000000;
  padding-top: 100px;
  margin-top: 100px;
}
.portfolio-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  max-width: calc(33% - 2vw);
  min-width: 30%;
  text-align: center;
  margin-bottom: 60px;
}
.portfolio-footer a:hover h2 {
  color: #FF0000;
}
.portfolio-footer a:hover img {
  transform: scale(1.01);
}
@media (max-width: 900px) {
  .portfolio-footer a {
    max-width: calc(50% - 2vw);
    margin-bottom: 20px;
  }
}
.portfolio-footer img {
  width: 100%;
  display: block;
  transition: 300ms;
}

img.protected-icon {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-bottom: -3px;
}

@media (max-width: 700px) {
  .portfolio-footer {
    padding-top: 40px;
    margin-top: 20px;
  }
  .portfolio-footer a h2 {
    font-size: 1.4rem !important;
  }
}
a.null-link {
  opacity: 0.5;
  pointer-events: none;
}

.post-password-form {
  display: block;
  margin: 20px auto;
  border: 1px solid rgba(0, 0, 0, 0.55);
  padding: 80px 40px;
  text-align: center;
  max-width: 750px;
}
.post-password-form label {
  font-size: 0rem;
}
.post-password-form input {
  font-size: 2rem;
}
.post-password-form input[type=submit] {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  padding: 3px 10px;
  border: 0px;
  border-radius: 2px;
}
.post-password-form input[type=submit]:hover {
  background-color: #FF0000;
}
@media (max-width: 700px) {
  .post-password-form {
    display: block;
    text-align: center;
    padding: 40px 20px;
  }
  .post-password-form input[type=submit] {
    margin-top: 10px;
  }
}

.about-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10%;
}
.about-body .h1 {
  margin-bottom: 20px;
}

.about-left {
  width: 30%;
}

.about-right {
  width: 70%;
  text-align: left;
}
.about-right p {
  font-size: clamp(2rem, 0.9vw, 2.8rem);
}

@media (max-width: 900px) {
  .about-body {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .about-body p {
    font-size: clamp(1.6rem, 0.9vw, 1.8rem);
  }
  .about-left, .about-right {
    width: 100%;
  }
  .about-left img, .about-right img {
    max-width: 400px;
    margin: 0px auto 40px;
  }
}
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
  width: 100%;
}
footer a, footer span {
  color: #000000;
}
footer .footer-logo {
  max-width: 80px;
  height: auto;
  margin-top: -10px;
}

h2.center {
  margin: 50px auto;
  text-align: center;
  color: #FF0000;
}
