@charset "UTF-8";
/* CSS Document */

@media (max-width: 1499px) {
body {
background: url("../images/background-texture-small.webp") center center;
}
}
@media (min-width: 1500px) {
body {
background: url("../images/background-texture-large.webp") center center;
}
}
html {
scroll-behavior: smooth;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
color: #222;
}
.em {
font-style: italic;
}
h1 {
font-size: 6em;
}
h2, h3 {
font-size: 3em;
}
a {
color: #000;
}
.font-16 {
font-size: 1.6em;
}
.font-14 {
font-size: 1.4em;
}
.font-12 {
font-size: 1.2em;
}
.margin-0 {
margin: 0;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-left-20 {
margin-left: 20px;
}
.margin-left-150 {
margin-left: 150px;
}
.margin-top-150 {
margin-top: 150px;
}
.padding-0 {
padding: 0;
}
.padding-width-10 {
padding: 0 10%;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.margin-auto {
margin: 0 auto;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.width-75 {
width: 75%;
}
.width-50 {
width: 50%;
}
.width-25 {
width: 25%;
}
.width-100 {
width: 100%;
}
.full-height {
min-height: 0;
height: 100vh;
}
.block {
display: block;
}
.no-dots {
list-style: none;
list-style-type: none;
}
ul li, ul {
margin: 0;
padding: 0;
text-align: center;
}
table {
border-collapse: collapse;
display: inline-table;
}
table, td {
border: 1px solid #3c5349;
}
td {
padding: 8px;
}
.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.oswald-bold {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.uppercase {
text-transform: uppercase;
}
.green {
color: #3c5349;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.no-border {
border: none;
}
.photo {
background-color: #eeeeed;
padding: 20px 20px 70px 20px;
filter: drop-shadow(2px 2px 3px #777);
margin-bottom: 40px;
max-width: 300px;
}
.line-through {
text-decoration: line-through;
}
.caption {
font-size: 1.1em;
display: block;
padding-top: 10px;
}
.rotation-minus-5 {
rotate: -10deg;
}
.rotation-plus-5 {
rotate: 10deg;
}
.button, .button-back, .button-paypal {
text-decoration: none;
padding: 0.8em 1.5em 0.9em 1.5em;
border-radius: 1.6em;
color: #fff;
width: auto;
white-space: nowrap;
font-size: 1.2em;
background-color: #3c5349;
border: 2px solid #3c5349;
display: inline-table;
}
.button:hover, .button-back, .button-paypal:hover {
color: #3c5349;
background-color: #fff;
}
.background-none {
background: none;
}
.fade-in {
opacity: 0;
animation: fade-in 1.2s ease both;
}
.fade-in-delay-1 {
opacity: 0;
animation: fade-in 1.2s ease both;
animation-delay: 1.3s;
}
.fade-in-delay-2 {
opacity: 0;
animation: fade-in 1.2s ease both;
animation-delay: 2.5s;
}
.fade-in-rotate-top-left {
animation: fade-in-rotate-top-left 1.2s ease both;
}
.fade-in-rotate-top-right {
animation: fade-in-rotate-top-right 1.2s ease both;
}
.fade-in-rotate-left {
animation: fade-in-rotate-left 1.2s ease both;
}
.fade-in-rotate-left-right {
animation: fade-in-rotate-left-right 1.2s ease both;
}
.fade-in-rotate-right {
animation: fade-in-rotate-right 1.2s ease both;
}
.fade-in-rotate-right-left {
animation: fade-in-rotate-right-left 1.2s ease both;
}
.move-left {
animation: move-left 1.2s ease both;
}
@keyframes fade-in {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fade-in-rotate-left {
from {
    margin: 0 0 0 -120%;
    rotate: 0deg;
}
to {
    margin: 0 0 0 50px;
    rotate: -10deg;
}
}
@keyframes fade-in-rotate-left-right {
from {
    margin: 0 0 0 -120%;
    rotate: 0deg;
}
to {
    margin: 0 0 0 150px;
    rotate: 10deg;
}
}
@keyframes fade-in-rotate-top-left {
from {
    margin: -10% 0 0 -10%;
    rotate: 0deg;
}
to {
    margin: 0;
    rotate: -10deg;
}
}
@keyframes fade-in-rotate-top-right {
from {
    margin: -100% -10% 0 0;
    rotate: 0deg;
}
to {
    rotate: 10deg;
}
}
@keyframes fade-in-rotate-right {
from {
    margin: -100% 0 0 0;
    rotate: 0deg;
    opacity: 0;
}
to {
    margin: 0;
    rotate: 10deg;
    opacity: 1;
}
}
@keyframes fade-in-rotate-right-left {
from {
    margin: 0;
    rotate: 0deg;
    opacity: 0;
}
to {
    margin: 0 0 0 150px;
    rotate: -10deg;
    opacity: 1;
}
}
.pause {
animation-play-state: paused;
}
@media (max-width: 991px) {
.width-50, .width-75, .width-25, .padding-width-10 {
width: 100%;
margin: 0;
padding: 0;
}
.full-height {
height: auto;
}
.photo, .photo img {
min-width: 150px;
max-width: 150px;
}
.photo {
display: inline-block;
margin-left: 0;
margin-right: 0;
padding: 10px;
}
.images {
text-align: center;
}
.text {
padding: 0 20px;
}
.margin-top-150 {
margin-top: 50px;
}
h1 {
font-size: 2.6em;
}
h2, h3 {
font-size: 2em;
}
td {
display: block;
}
table table td {
display: table-cell;
}
.button, .right, #photo-3, #photo-4 {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
.photo, .photo img {
min-width: 200px;
max-width: 200px;
}
.photo {
padding: 10px;
}
.none {
display: none;
}
.margin-left-150 {
margin-left: 20px;
}
.full-height {
height: auto;
}
}
@media (min-width: 1400px) and (max-width: 2099px) {
.margin-left-150 {
margin-left: 20px;
}
.photo, .photo img {
min-width: 200px;
max-width: 200px;
}
.photo {
padding: 10px;
}
}