@charset "UTF-8";
:root {
  --yellow: #FFF5DA;
  --beige: #FDE9D1;
  --light-salmon: #FDE1CB;
  --dark-salmon: #EACEB9;
  --rose-gold: #E18A66;
  --dark-gold: #98622F;
  --warm-gray: #D4C7B6;
  --light-olive: #9A9776;
  --dark-olive: #5D604D;
  --gallery-image-bg: url(../images/wp_damask_027-yellowish.jpg);
  --body-bg: url(../images/wp_angels_039.jpg);
  --header-bg-thin: url(../images/bord_acanthus_061.gif);
  --header-bg-thick: url(../images/bord_acanthus_010.gif);
}

@font-face {
  font-family: Dancing Script;
  src: url("../fonts/static/DancingScript-Regular.ttf") format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: light;
}
@font-face {
  font-family: Dancing Script;
  src: url("../fonts/static/DancingScript-Medium.ttf") format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: normal;
}
@font-face {
  font-family: Dancing Script;
  src: url("../fonts/static/DancingScript-SemiBold.ttf") format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: bold;
}
@font-face {
  font-family: Dancing Script;
  src: url("../fonts/static/DancingScript-Bold.ttf") format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: bolder;
}
@font-face {
  font-family: Charm;
  src: url(../fonts/static/Charm-Regular.ttf) format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: normal;
}
@font-face {
  font-family: Charm;
  src: url(../fonts/static/Charm-Bold.ttf) format("truetype");
  font-variant-ligatures: common-ligatures contextual;
  font-weight: bold;
}
html {
  transition: ease-out 0.2s;
  scroll-behavior: smooth;
}

body {
  background: var(--body-bg);
}

a {
  color: #8b8370;
}
a:visited {
  color: var(--warm-gray);
}

h1,
h2 {
  font-family: Dancing Script;
  color: var(--dark-gold);
  text-shadow: 1px 1px 2px var(--yellow);
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: auto;
  max-width: 30%;
}

.none {
  display: none;
  transition: ease-in-out 0.5s;
}

hr {
  max-width: 50%;
  border: 0;
  height: 1.5rem;
  background: url(../images/ruler1.svg) center top no-repeat;
}

.header-fixed #body-wrapper {
  padding-top: 6rem;
}

section#header {
  background: var(--header-bg-thin) repeat-x bottom left/6rem, var(--header-bg-thick) repeat-x top center;
  color: #8b8370;
  border-bottom: 1px solid var(--light-olive);
  height: 8.5rem;
}
section#header .logo img,
section#header .logo svg {
  height: 13rem;
  padding-top: 3.5rem;
  padding-left: 10%;
}

body.header-fixed.header-animated #header.scrolled {
  height: 4rem;
  background: var(--header-bg-thin) repeat-x bottom left/6rem, var(--header-bg-thick) repeat bottom center;
}
body.header-fixed.header-animated #header.scrolled.navbar-section {
  height: 4rem;
}
body.header-fixed.header-animated #header.scrolled section.navbar-section.desktop-menu {
  padding-top: 0rem;
  margin-top: -0.6rem;
}
body.header-fixed.header-animated #header.scrolled .dropmenu ul {
  margin-top: 1.2rem;
}
body.header-fixed.header-animated #header.scrolled .dropmenu ul li a {
  border-radius: 0 0 10px 10px;
  transition: ease-out 0.2s;
}
body.header-fixed.header-animated #header.scrolled .logo img,
body.header-fixed.header-animated #header.scrolled .logo svg {
  height: 7rem;
  margin-top: -1rem;
  padding-left: 10%;
}

section#footer {
  background: var(--header-bg-thick) repeat top center;
  color: #8b8370;
}
section#footer p {
  background-color: var(--beige);
  padding: 0.3rem;
  border-radius: 0.3rem;
}
section#footer p a,
section#footer p a:visited {
  color: var(--dark-olive);
  font-style: italic;
}

button#totop {
  background: var(--light-olive);
  border: none;
  border-radius: 1em;
  color: var(--beige);
  font-weight: normal;
  margin: 0.2rem;
  padding: 0.4rem;
  cursor: pointer;
  min-width: 3rem;
  transition: ease-out 0.3s;
}
button#totop:hover {
  background: var(--dark-olive);
  transition: ease-out 0.3s;
}
button#totop:active, button#totop:focus {
  background: var(--dark-olive);
}

#header .navbar-section {
  height: 7rem;
}

section.navbar-section.desktop-menu {
  padding-right: 25%;
  padding-top: 3rem;
}

.navbar .navbar-brand {
  width: 100%;
}

.dropmenu ul {
  margin: 1.6rem 0 0;
  font-family: "Charm";
  font-weight: normal;
}
.dropmenu ul li {
  padding: 0 0.5rem;
}
.dropmenu ul li a {
  color: var(--dark-gold) !important;
  font-size: 1.4rem;
  background: var(--beige);
  border: 2px solid var(--warm-gray);
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.1rem 2rem 0rem 1.25rem;
  transition: ease-out 0.2s;
}
.dropmenu ul li a:only-child {
  padding-right: 1.25rem;
}
.dropmenu ul li a::before {
  content: "⤸";
}
.dropmenu ul li a.active, .dropmenu ul li a:active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
  color: var(--rose-gold) !important;
  transition: ease-out 0.2s;
}
.dropmenu ul ul {
  display: block;
  background: var(--gallery-image-bg);
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  margin-top: 0px;
  border: solid var(--warm-gray);
  border-width: 0 2px 2px;
}
.dropmenu ul ul li {
  padding: 0.3rem 0;
}
.dropmenu ul ul a:only-child {
  background-color: transparent;
  font-size: 1.2rem;
  border: 0;
  border-radius: 0;
  padding: 0rem 0.5rem;
}
.dropmenu ul ul a:only-child:hover {
  background-color: var(--beige);
}
.dropmenu.animated ul li ul,
.dropmenu.animated ul li:hover ul {
  transition: ease-out 0.2s;
}

.gallery .title {
  padding: 2rem 0 0;
}
.gallery h1 {
  float: left;
  margin-top: 0.5rem;
}
.gallery .clear {
  clear: both;
}
.gallery .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 0.2rem;
  list-style: none;
  margin: 1rem 0 0;
}
.gallery ul li.gallery-content {
  height: 12em;
  flex: 1 0 auto;
  margin: 0.2rem;
  position: relative;
  transition: ease-out 0.2s;
  background: var(--gallery-image-bg) repeat;
  opacity: 0.8;
  padding: 0.8rem;
  outline: var(--warm-gray) solid 2px;
}
.gallery ul li.gallery-content a img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border: 2px solid var(--dark-salmon);
  transition: ease-out 0.2s;
}
.gallery ul li.gallery-content:hover {
  opacity: 1;
}
.gallery ul::after {
  content: "";
  flex-grow: 999;
}

button.gallery-label {
  background: var(--light-olive);
  border: none;
  border-radius: 1em;
  color: var(--beige);
  font-weight: normal;
  margin: 0.2rem;
  padding: 0.4rem 1rem;
  cursor: pointer;
  min-width: 5rem;
  transition: ease-out 0.3s;
}
button.gallery-label:hover {
  background: var(--dark-olive);
  transition: ease-out 0.3s;
}
button.gallery-label:active, button.gallery-label:focus {
  background: var(--dark-olive);
}
button.gallery-label.pressed {
  transition: ease-out 0.2s;
  background: var(--warm-gray);
  color: var(--light-olive);
}/*# sourceMappingURL=custom.css.map */