
@font-face {font-family: "oddballz"; src: url("./Fonts/oddballz.ttf")}

:root{
    --yellow: #fbe423;
    --light-orange: #fba004;
    --dark-orange: #e56604;
    --brown: #854326;
    --rust: #a83104;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

a{
    color: var(--yellow);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10pt;
    animation: blink 2s infinite;
}

body {
  background: #e56604;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

fieldset {
  border-color: rgb(169, 28, 197);
}

h2 {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 0px;
  /* text-decoration: underline dotted var(--yellow); */
}

h3 {
  font-size: 24px;
  font-style: italic;
  margin: 5px;
}

input {
  width: 90%;
  background-color: #fba004;
  box-sizing: border-box;
  border: 3px solid #f36c05;
  -webkit-transition: 0.3s;
  transition: 0.5s;
  outline: none;
}

input[type="text"]:focus {
  border: 3px solid #0e0d0d;
}

textarea {
  width: 90%;
  background-color: #fba004;
  caret-color: #000;
  border: 3px solid #f36c05;
}

#add-guest {
  box-shadow: 5px 6px 10px -2px #114604;
  background-color: #f36c05;
  border-radius: 38px;
  border: 6px solid #994203;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  padding: 5px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  margin: 5px;
}

.additional{
    margin-bottom: 5px;
}

.bringin{
    margin: 2px;
}

#button-box {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.bye {
  display: none;
}

.cloud {
  height: 180px; /* control the size */
  aspect-ratio: 1.8;
  --g: radial-gradient(50% 50%, #000 98%, #0000) no-repeat;
  mask: var(--g) 100% 100%/30% 60%, var(--g) 70% 0/50% 100%,
    var(--g) 0 100%/36% 68%, var(--g) 27% 18%/26% 40%,
    linear-gradient(#000 0 0) bottom/67% 58% no-repeat;
  background: #03192b;
  z-index: 0;
}

#detail-box{
    width: 100vw;
    max-width: 600px;
}

#details, #dresscode {
/* font-family: 'oddballz';
font-size: 10px; */
  display: flex;
  flex-direction: column;
  background-color: var(--yellow);
padding: 5px;
margin: 15px;
border-radius: 5px;
font-weight: 500;
border: 8px solid var(--rust);

}

#details{
width: 60%;
align-items: end;
margin-left: auto;
box-shadow: 10px -10px 5px 0px rgba(133,67,38,0.75);
-webkit-box-shadow: 10px -10px 5px 0px rgba(133,67,38,0.75);
-moz-box-shadow: 10px -10px 5px 0px rgba(133,67,38,0.75);
transform: perspective(400px) rotateY(-5deg);
animation: float 6.2s ease-out infinite
}

#dresscode{
width: 70%;
align-items:baseline;
margin-right: auto;
box-shadow: -10px -10px 5px 0px rgba(133,67,38,0.75);
-webkit-box-shadow: -10px -10px 5px 0px rgba(133,67,38,0.75);
-moz-box-shadow: -10px -10px 5px 0px rgba(133,67,38,0.75);
transform: perspective(400px) rotateY(5deg);
animation: float 7s ease-in infinite
}

#details-link{
    width: 90vw;
    max-width: 600px;
    display: flex;
    align-items: end;
    justify-content: end;
}

#directions{
    width: 100vw;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

#guest-box {
  display: flex;
  flex-direction: column;
}

#header{
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: var(--yellow);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: skew(-30deg);

}

#parking{
    width: 70vw;
    max-width: 300px;
    border: 8px solid var(--rust);
    box-shadow: 0px 0px 15px 0px rgba(133,67,38,0.75);
-webkit-box-shadow: 0px 0px 15px 0px rgba(133,67,38,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(133,67,38,0.75);
}

#pickles{
    width:40%;
    animation: spin 5s linear infinite;
}

#pickle-box{
    display: flex;
    justify-content: center;
}

.please{
    /* font-family: Courier;
    font-style: italic bold;
    font-size: 16px; */
    font-family: 'oddballz'; 
    font-size: 12px;
    margin-top: 3px;
    margin-left: 20px;
}

.req{
    color: red;
}

#rsvp-box {
  display: grid;
  background-color: var(--yellow);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 25px;
}

.rsvp-button {
  box-shadow: 5px 6px 10px -2px #114604;
  background-color: #f36c05;
  border-radius: 38px;
  border: 6px solid #994203;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}

.rsvp-button:active {
  position: relative;
  top: 1px;
}

.selected{
    background-color: #fa2ae9;
  border: 6px dotted #12db22;
}

#sub-butt-box {
  display: flex;
  justify-content: center;
  margin: 10px;
}

#submit {
  box-shadow: 5px 6px 10px -2px #114604;
  background-color: #994203;
  border-radius: 38px;
  border: 6px solid var(--yellow);
  display: inline-block;
  cursor: pointer;
  color: var(--yellow);
  font-family: Arial;
  font-size: 20px;
  padding: 10px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}


.under{
    text-decoration:underline;
}

#yes-box {
  width: 360px;
  background-color: var(--yellow);
  transform: perspective(400px) rotateY(5deg);
    -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s
  /* animation: myAnim 1s ease 0s 1 normal forwards; */
}

#no-box {
  width: 360px;
  background-color: var(--yellow);
  transform: perspective(400px) rotateY(-5deg);
    -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s
}









/* //////////////////////////POP UP/// */


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #2cb933;
  border: 2px solid green;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@keyframes float {
  0% {
    transform: translateY(-4px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(-4px);
  }
}

@keyframes blink {
            0% {
                color: var(--yellow);
            }

            50% {
                color: #9b8d11;
            }

            100% {
                color: var(--yellow);
            }
        }