/* --------------------------------------------------------------- Background */
.Background {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100%;
    background-image: url('https://www.legacyreforge.com/Extras/Images/Background.jpg'),linear-gradient(rgb(148, 157, 255), rgb(253, 184, 199));
    background-position: center;
}
#Particles {
	pointer-events: none;
}
.flip {
    transform: scaleX(-1);
    font-size: 100%;
}
/* --------------------------------------------------------------- Header */
.Header {
display: block;
  position: fixed;
  width: 100%;
  height: 55px;
  background: radial-gradient(circle, rgba(180, 141, 198, 0.9) 4%, rgb(118, 91, 184) 23%, rgba(0, 0, 0, 0.73) 91%);
  box-shadow: 0px 5px 50px #00000087, 0px 1px 5px #9700ff5e, 0px 2px 10px #00000070 inset, 0px -1px 5px #da00f936 inset, 0px 5px 10px #0000007d;
  text-align: center;
  z-index: 120;
}
.Header-Logo {
width: 190px;
  height: 53px;
  background-image: url('https://www.legacyreforge.com/Extras/Images/Logo.png');
  position: absolute;
  top: 0px;
  left: 20px;
}
.Header-Button {
padding-right: 93px;
  font-size: 27px;
  top: 9px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-family: MysticFay-1;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.Header-Button:hover {
	transform: scale(1.03);
}
.Header-Instagram {
position: absolute;
  width: 41px;
  height: 41px;
  right: 8px;
  top: 6px;
  background-image: url('https://www.legacyreforge.com/Extras/Images/Instagram.png');
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
  filter: drop-shadow(0px 3px 10px black);
}
.Header-Instagram:hover {
	transform: scale(1.03);
}
/* --------------------------------------------------------------- Mobile Menu Button */
.Header-MobileMenu {
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
    }
    .Header-MobileMenu span {
        display: block;
        width: 24px;
        height: 4px;
        margin: 5px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 1px 6px black, 0px 0px 1px #626262 inset;
}
#MobileMenu {
position: fixed;
  width: 100vw;
  height: calc(100vh - 56px);
  margin-top: 54px;
  text-align: center;
  transform: translateX(100vw);
  overflow-y: auto;
  z-index: 101;
  background-color: #ac90ff;
  box-shadow: 0px -1px 5px #3f0048 inset, 0px -50px 200px 30px black inset;
}
#MobileMenu.Show {
    transform: translateX(0vw);
}
.MobileMenu-Button {
display: block;
  top: 70px;
  width: 320px;
  height: 0px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 102px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  font-size: 37px;
  font-weight: bold;
  text-shadow: 0px 0px 5px #f0f8ffa3;
  filter: drop-shadow(0px 3px 10px black);
  font-family: Initial;
    }
    .MobileMenu-Button:hover {
        background: linear-gradient(#171717 4px, #2f2f2f);
}
.MobileMenu-Button::after {
content: "";
  position: absolute;
  border-bottom: 5px solid #ffffff36;
  top: -5px;
  border-radius: 72px;
  height: 49px;
  border-top: 5px solid #ffffff36;
}
.MobileMenu-Contact {
    max-width: 80vw;
    margin-top: 100px;
    font-size: 13px;
}
.MobileMenu-Socials {
    max-width: 80vw;
    margin-top: 30px;
    }
    .MobileMenu-Socials a {
        width: 43px;
        height: 43px;
        min-width: max-content;
        margin: 25px;
        cursor: pointer;
        filter: drop-shadow(0px 3px 5px black);
        background-image: url("https://www.legacyreforge.com/Extras/Images/Icon-Blank.png");
}
/* --------------------------------------------------------------- Footer */
body {
	min-height: calc(100vh - 55px);
	padding-bottom: 55px;
}
.Footer {
position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 31px;
  text-align: left;
  background: radial-gradient(circle, rgba(180, 141, 198, 0.9) 4%, rgb(118, 91, 184) 23%, rgb(68, 71, 116) 91%);
  box-shadow: -1px 5px 50px #0000, 0px 1px 5px #9700ff5e, 0px 2px 1px #0000007d inset, 0px -1px 5px #da00f936 inset, 0px 5px 10px #000;
}
.Footer a {
margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
  color: white;
  top: 7px;
  left: 13px;
}
.Footer-Copyrights {
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 6px;
}
.Footer-BackToTop {
position: absolute;
  right: 13px;
  font-size: 21px;
  cursor: pointer;
  transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.2s ease-in-out;
}
.Footer-BackToTop:hover {
	transform: scale(1.03);
}
/* --------------------------------------------------------------- Cookies */
nobr {
    font-size: inherit;
    font-family: inherit;
}
button {
    width: 162px;
    margin: auto;
    margin-top: auto;
    color: #eee;
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-family: MysticFay-1;
    text-shadow: 1px 0 1px #ffffff54, 0 0 11px #ffffff42;
    background: radial-gradient(farthest-corner at 50% 0%,#ffffff9c,#ff00545c);
    box-shadow: 0 3px 3px #4f063a, 0 0px 13px 1px #0000001c,inset 0 0 2px #ff45b6, inset 0 1px 5px #ffffff80;
    border: none;
    border-radius: 20px;
    margin-top: 38px;
    font-variant: small-caps;
}
#Cookies-Window, #Privacy-Window, #Terms-Window{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    background: #4800005c;
    z-index: 500;
}
#Cookies-Window h3, #Privacy-Window h3, #Terms-Window h3 {
    display: block;
    top: -11px;
}
.Cookies-Background, .Privacy-Background, .Terms-Background {
    padding: 39px;
    color: #eee;
    font-size: 22px;
    text-align: center;
    align-content: center;
    font-family: MysticFay-1;
    box-shadow: inset 0 0 10px 1px #ff00004f, inset 0 0 8px #fff, 0 0 20px -5px white, 0 0 20px #c8000070;
    border-radius: 93px;
    background: radial-gradient(circle,rgb(127, 17, 95) 23%, rgb(206, 114, 145) 91%);
}
/* ================================================================= Section 1 */
#Section1 {
    width: 100%;
    min-height: 425px;
    margin-top: 125px;
    overflow: hidden;
    background: #8272bdc2;
    width: 100%;
    margin-top: 125px;
    text-align: center;
    align-content: start;
    padding-bottom: 100px;
}
#Section1 h2 {
    margin: 15px;
}
.BackToHome {
    transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.2s ease-in-out;
  left: 30%;
  top: 100px;
  font-family: MysticFay;
  text-decoration: none;
  color: white;
  font-size: 31px;
}
.BackToHome:hover {
    transform: scale(1.03);
}
h2 {
    margin-top: 17px;
  margin-bottom: 5px;
}
.Gallery-Grid {
    display: block;
}
.Gallery-Grid img {
    border-radius: 12px;
    box-shadow: 0 10px 30px #00000055;
    transition: transform 0.25s ease;
    width: 300px;
    max-width: 90vw;
}
.Gallery-Grid img:hover {
    transform: scale(1.03);
}
/* ================================================================= Tablet */
@media (max-width: 1430px) {

}
/* ================================================================= Mobile */
@media (max-width: 1000px) {
.Background {
    background-size: auto 100%, 100%;
}
#Section1 {
	margin-top: 0px;
	padding-top: 50px;
}
.Header-Logo {
    position: relative;
    left: 0px;
}
.Footer {
    height: 52px;
    text-align: center;
}
.Footer a {
    margin-right: 34px;
    text-decoration: underline;
    top: 5px;
}
.Footer-BackToTop {
    bottom: 100px;
    text-align: center;
    left: 8px;
    width: 100%;
}
}