@font-face {
  font-family: "Judges";
  src: url("fonts/Judges SC.woff2") format("woff2"), url("fonts/Judges SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --c1: #d291ff;
  --c2: #8f4bec;
  /*#309aff
    #00dffc*/
}

a {
  color: var(--c2);
  text-decoration: none;
}

a:hover {
  color: var(--c1);
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #aaaaaa;
  color: #dddddd;
  margin: 0px;
  font-family: "Arial", sans-serif;
  background-image: url(/assets/images/projects/lavenderhollow/lavhol\ bg.png);
  background-position: bottom;
  background-size: cover;
}

h1 {
  color: var(--c2);
  margin: 5px 0px;
  font-family: "Judges";
  letter-spacing: 4px;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
}

section h1 {
  background-color: #435655;
  color: transparent;
  font-size: 64px;
  text-shadow: 2px 2px 3px #69849c;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

h2 {
  margin: 2px;
  font-family: "Judges";
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

h3 {
  font-family: "Judges";
  font-size: 32px;
  margin: -4px 4px;
  font-weight: normal;
  text-align: center;
}

section h3 {
  background-color: #435655;
  color: transparent;
  text-shadow: 2px 2px 3px #69849c;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

h4 {
  font-family: "Judges";
  font-size: 18px;
  margin: -4px 4px;
  font-weight: normal;
  text-align: center;
}

blockquote {
  display: block;
  padding: 10px 20px;
  margin: 0px;
  background-color: #444;
  font-weight: bold;
}

strong {
  color: var(--c2);
  font-weight: bold;
}

#wrapper {
  vertical-align: top;
  height: 100%;
  overflow-x: hidden;
}

header {
  background-color: #444;
  text-align: center;
  padding: 0px 10px 0px 70px;
  vertical-align: top;
  height: 100%;
  overflow: auto;
  float: left;
}

#container {
  height: 100%;
}

#prettyborder {
  position: fixed;
  width: 60px;
  display: table-cell;
  top: 0px;
  bottom: 0px;
}

.pretty1 {
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: var(--c1);
  display: table-cell;
}

.pretty2 {
  position: absolute;
  height: 100%;
  margin-left: 20px;
  width: 20px;
  background-color: #444;
  display: table-cell;
}

.pretty3 {
  position: absolute;
  height: 100%;
  margin-left: 40px;
  width: 20px;
  background-color: var(--c2);
  display: table-cell;
}

#fiximage {
  pointer-events: none;
  position: fixed;
  bottom: 15px;
  left: 100px;
  z-index: 999;
  max-width: 200px;
  max-height: 200px;
}

#logo {
  margin-top: 15px;
  margin-bottom: -5px;
}

nav {
  width: 190px;
  position: fixed;
  margin-left: -4px;
}

.sidemenu {
  background-color: #666;
  border: 3px solid #444;
  line-height: 25px;
  padding-top: 7px;
  color: var(--c1);
}

.sidemenu:hover {
  background-color: #888;
}

main {
  margin: 50px 30px 30px 20px;
}

@media screen and (min-width: 600px) {
  header {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  header {
    width: 100%;
  }
}
section {
  border-bottom: 5px solid #69849c;
  padding: 10px 20px;
  background-color: #a2bcc5;
  color: #435655;
}

#topbar {
  background-color: #444;
  padding: 5px;
  position: fixed;
  top: 0px;
  width: 100%;
}

#social-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.social-button {
  width: 43px;
  height: 43px;
  border: 5px solid #444;
  background-color: #444;
  margin: 0px 10px;
  border-radius: 100%;
}

.social-button img {
  width: 43px;
  height: 43px;
  filter: saturate(0%) brightness(2000%);
}

.social-button img:hover {
  filter: none;
}

.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-around;
}

.card {
  margin: 10px;
  padding: 5px;
  height: 150px;
  overflow: hidden;
  background-color: #edcaff;
}

.card-title {
  bottom: 40px;
  height: 40px;
  position: relative;
  font-family: "Judges";
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  background-color: rgba(68, 68, 68, 0.75);
}

.gallery-card {
  margin: 10px;
  padding: 5px;
  min-height: 310px;
  background-color: #edcaff;
  text-align: center;
}

.gallery-card2 {
  margin: 10px;
  padding: 5px;
  min-height: 250px;
  background-color: #edcaff;
  text-align: center;
}

.gallery-card3 {
  margin: 10px;
  padding: 5px;
  min-height: 256px;
  background-color: #edcaff;
  text-align: center;
}

.catalog-card {
  margin: 0px;
  padding: 5px;
  min-height: 160px;
  background-color: #edcaff;
  text-align: center;
}

.card-container .gallery-card a {
  color: var(--c1);
}

.card-container a {
  color: #ddd;
}

.card-container a:hover {
  color: var(--c2);
}

.image-centered {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 1500px;
}

.image-centered-small {
  margin: 0 auto;
  display: block;
  width: 30%;
  max-width: 500px;
}

.image-centered-small2 {
  margin: 0 auto;
  display: block;
  width: 60%;
  max-width: 1000px;
}

.image-centered-medium {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-height: 500px;
}

#openingstone {
  width: 100%;
  margin-bottom: -5px;
}

.download-button {
  width: 250px;
  margin: 5px;
  font-family: "Judges";
  letter-spacing: 4px;
  text-align: center;
  font-weight: normal;
  border: 5px solid #69849c;
  background-color: #435655;
  color: transparent !important;
  padding-top: 2px;
  font-size: 32px;
  text-shadow: 2px 2px 3px #69849c;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.download-button:hover {
  background-color: #69849c;
}

/*# sourceMappingURL=lavhol.css.map */