:root {
  --color-text: black;
  --color-accent: darkslategrey; }

html {
  height: 100%;
  margin: 0;
  font-size: 1.2rem;
  font-family: 'Cinzel', serif; }

body, #content {
  height: 100%;
  margin: 0;
  color: var(--color-text); }

.parallax-image {
  position: relative;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%; }

@media only screen and (max-width: 640px) {
  .parallax-image {
    background-attachment: scroll; } }

#pimg1, #pimg4 {
  background-image: url("/img/image1.jpg"); }

#pimg2 {
  background-image: url("../img/image2.jpg"); }

#pimg3 {
  background-image: url("../img/image3.jpg"); }

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute; }

/* @media only screen and (max-width: 640px) {
video {
    display: none;
}
} */
.text-border {
  opacity: 1;
  padding: 1rem;
  background-color: var(--color-accent);
  display: inline-block;
  position: absolute;
  top: 50%; }

@media only screen and (min-width: 640px) {
  .text-border {
    padding-left: 5rem; } }

.parallax-text, .text-section h2 {
  font-family: 'Cinzel Decorative', cursive;
  text-transform: uppercase;
  font-size: 2rem; }

.parallax-text {
  letter-spacing: 0.75rem; }

.text-section {
  margin: 1rem;
  text-align: center;
  padding-bottom: 2rem; }

.text-section h2 {
  padding-bottom: 2rem; }
