@font-face {
font-family: "Neoneon";
src: 
url("../fonts/Neoneon.otf") format("opentype");
}

* {
  cursor: url("../img/3d-pointer.svg"), default !important;

}

body {
  overflow: hidden;
  color: #000;
  background-color: #5781C2;
}

a {
  cursor: url("../img/3d-pointer-gr.svg"), default !important;
}

.star {
  --size: 20vmin;
  --holes: calc(var(--size)*.495);
  width: var(--size);
  aspect-ratio: 1/1;
  position: fixed;
  background: white;  
  --mask: radial-gradient(var(--holes) at var(--holes) var(--holes), #0000 99%,#000) calc(var(--holes)*-1) calc(var(--holes)*-1);
  -webkit-mask: var(--mask);
  mask: url("https://upload.wikimedia.org/wikipedia/commons/f/fd/Maple_Leaf.svg");
  border-radius: 50%;
  animation: sparkle 1s linear forwards;
}
@keyframes sparkle {
  0% { transform: scale(0); }
  25% { opacity: 1; }
  100% { opacity: 1; }
}

#header {
  overflow: hidden;
  display: grid;
  place-items: center;
}
h1 {
  line-height: 100%;
  margin: 0;
  color: #7fff00;
  font-family: "Neoneon";
  font-size: 6rem;
}
h2 {
  line-height: 100%;
  margin: 0;
  color: #7fff00;
  font-family: "Neoneon";
  font-size: 4rem;
}
h3, .navbar a {
  line-height: 100%;
  margin: 0;
  color: #ff1493;
  font-family: "Jura";
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  line-height: 100%;
  margin: 0;
  color: #ff1493;
  font-family: "Neoneon";
  font-size: 1.5rem;
  font-weight: 700;
}

b {

  font-weight: 700;
}

.resume-item h4 span {
  border-bottom: 2px solid #fff;
}


.dot {
  height: 20px;
  width: 20px;
  border: 2px #000 solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
}

.exit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M15.898,4.045c-0.271-0.272-0.713-0.272-0.986,0l-4.71,4.711L5.493,4.045c-0.272-0.272-0.714-0.272-0.986,0s-0.272,0.714,0,0.986l4.709,4.711l-4.71,4.711c-0.272,0.271-0.272,0.713,0,0.986c0.136,0.136,0.314,0.203,0.492,0.203c0.179,0,0.357-0.067,0.493-0.203l4.711-4.711l4.71,4.711c0.137,0.136,0.314,0.203,0.494,0.203c0.178,0,0.355-0.067,0.492-0.203c0.273-0.273,0.273-0.715,0-0.986l-4.711-4.711l4.711-4.711C16.172,4.759,16.172,4.317,15.898,4.045z'%3E%3C/path%3E%3C/svg%3E");
}

.min {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M80 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H432c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z'/%3E%3C/svg%3E");
}

.max {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.window-box {
  border: 3px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0px !important;
  background:  transparent !important;
}

.window-box-top {
  padding: 10px;
  background: linear-gradient(90deg,red,white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: right;
}

.window-box-content {
  padding: 30px;
  background: white;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  position: relative;
}

.jf-form-buttons {
  background-color: white !important;
    border: 3px black solid !important;
    color: black !important;
    font-family: "Jura", sans-serif !important;
    box-shadow: 3px 3px !important;
}

label {
  color: black;
}

fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  margin: 20px;
  align-items: flex-start;
  min-width: 400px;
}
label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.aside {
  color: #ccc;
}

input[type="checkbox"] {
  position: relative !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 8px;
  box-sizing: content-box;
  overflow: hidden;
  padding: 0 5px 5px 0;
}

input[type="checkbox"]:hover {
  cursor: url("3d-pointer-gr.svg"), default !important;
}

input[type="checkbox"]:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  filter: drop-shadow(3px 3px 0px #000);
  background-color: white;
  transition: 0.2s border-color ease;
}
input[type="checkbox"]:checked:before {
  border-color: #1493ff;
  filter: drop-shadow(3px 3px 0px #1493ff);
  transition: 0.5s border-color ease;
}
input[type="checkbox"]:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
input[type="checkbox"]:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 40% 40%;
  background-color: #1493ff;
  width: 25px;
  height: 25px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}

input[type="checkbox"]:after {
  width: 16px;
  height: 26px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #1493ff;
}
input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}

input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}

@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

.form-control {
  border-radius: 0px;
  border: 2px solid #000;
  box-shadow: 3px 3px #000 !important;
}

.form-control:focus {
  border-color: #1493ff !important;
  box-shadow: 3px 3px 0px #1493ff !important;
}

.form-control:hover {
  cursor: url("3d-pointer-gr.svg"), default !important;
}

.btn-default {
  border: 2px solid #000;
  box-shadow: 3px 3px #000;
  background-color: white;
}

.btn-default:active {
  box-shadow: 3px 3px #fff;
  margin-left: 3px;
  margin-top: 3px;
  color: #000;
  background-color: white;
}

.btn-default:hover {
  cursor: url("3d-pointer-gr.svg"), default;
  border: 2px solid #000;
  box-shadow: 3px 3px #000;
  color: #000;
  background-color: white;
}

.spec-check {
  flex-direction: column;
  text-align: center;
}

.spec-check input,p{
  margin: 0;
}

.tags{
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tags > span{
  cursor:pointer;
  display:block;
  float:left;
  padding:5px;
  margin:4px;
  color: white;
  background: #1493ff;
  border: 2px solid #1493ff;
}

.tags > span:hover{
  background: #1493ff99;
  border: 2px solid #1493ff99;
}

.tags > span:before {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.185,1.417c-4.741,0-8.583,3.842-8.583,8.583c0,4.74,3.842,8.582,8.583,8.582S18.768,14.74,18.768,10C18.768,5.259,14.926,1.417,10.185,1.417 M10.185,17.68c-4.235,0-7.679-3.445-7.679-7.68c0-4.235,3.444-7.679,7.679-7.679S17.864,5.765,17.864,10C17.864,14.234,14.42,17.68,10.185,17.68 M10.824,10l2.842-2.844c0.178-0.176,0.178-0.46,0-0.637c-0.177-0.178-0.461-0.178-0.637,0l-2.844,2.841L7.341,6.52c-0.176-0.178-0.46-0.178-0.637,0c-0.178,0.176-0.178,0.461,0,0.637L9.546,10l-2.841,2.844c-0.178,0.176-0.178,0.461,0,0.637c0.178,0.178,0.459,0.178,0.637,0l2.844-2.841l2.844,2.841c0.178,0.178,0.459,0.178,0.637,0c0.178-0.176,0.178-0.461,0-0.637L10.824,10z'%3E%3C/path%3E%3C/svg%3E");
}

.tags > span:hover:before{
  display: block;
}

.tags > input{
  padding:7px;
  width:400px;
}

.tags span span {
  padding-left: 5px;
}

.diet-list {
  display: none;
}

.diet-list-show {
  display: block;
}

.guest-title {
  margin-top: -15px;
  margin-left: 10px;
  background-color: #fff;
  width: initial;
}

.guest-inner {
  padding-top: 20px;
}

.rendered-form > .row {
  margin-top: 20px;
}

.guest-box {
  border: 2px #000 dashed;
  margin-top: 35px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: none;
}

.guest-box-show {
  display: flex;
}

::-webkit-scrollbar {
  width: 32px;
}
::-webkit-scrollbar:horizontal {
  height: 17px;
}

::-webkit-scrollbar-corner {
  background: #fff;
}

::-webkit-scrollbar-track {
  background: #ddd;
  border: 2px solid #000;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg,#fe62f2,#9810d0);
  border: 2px solid black;
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start {
  height: 32px;
  border: 2px solid #000;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-52.8 -52.8 435.60 435.60' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_93_' d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
::-webkit-scrollbar-button:vertical:end {
  height: 32px;
  border: 2px solid #000;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-52.8 -52.8 435.60 435.60' xml:space='preserve' transform='matrix(1, 0, 0, -1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='XMLID_93_' d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

#rsvp {
  margin-top: 10px;
  margin-left: 10px;
} 

#faq {
  margin-top: 20px;
  margin-left: 20px;
} 

.inset-shadow {
  box-shadow: inset 0 0 10px black;
  position: absolute;
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .dt {
    margin-top: -24px;
  }
}

.overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.85);
  z-index:9999;
}

#enter-form input {
  width: 300px;
}

#enter-form label {
  color: white;
}





