/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
  font-family: 'Kode_Mono'; 
  src: url('https://creepycrawlieparty.neocities.org/seabird_website/KodeMono.ttf') format('woff2'),
       url('https://creepycrawlieparty.neocities.org/seabird_website/KodeMono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .column{
    width:100%
  }
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1;
    background-color: #e3dfba;
    opacity: 0.8;
    background-image:  radial-gradient(circle, #c8d6bf 0.8px, transparent 0.8px), radial-gradient(circle, #c8d6bf 0.8px, transparent 0.8px) ;
    background-size: 5px 20px, 20px 5px;
    background-position: -2.5px -10px, -10px -2.5px;
    }
    
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }

    .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: auto; 
    z-index: 1; 
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

label {
  color: white;
  font-size: 1.5rem;
}
input {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.confetti-container {
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.confetti {
  position: absolute;
  top: -20px;
  animation: fall 6s linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(105vh) rotate(360deg);
    opacity: 0;
  }
}

.confetti .pentagram {
  width: 0rem;
  height: 0rem;
  display: block;
  margin: 0.5rem 0;
  border-right: 1rem solid transparent;
  border-bottom: 0.7rem solid var(--bg);
  border-left: 1rem solid transparent;
  transform: rotate(35deg);
  position: relative;
  color: #806b28;
}
.confetti .pentagram:before {
  border-bottom: 0.8rem solid var(--bg);
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -0.45rem;
  left: -0.65rem;
  display: block;
  content: "";
  transform: rotate(-35deg);
  color: #806b28;
}
.confetti .pentagram:after {
  position: absolute;
  display: block;
  color: var(--bg);
  top: 0.03rem;
  left: -1.05rem;
  width: 0rem;
  height: 0rem;
  border-right: 1rem solid transparent;
  border-bottom: 0.7rem solid var(--bg);
  border-left: 1rem solid transparent;
  transform: rotate(-70deg);
  content: "";
  color: #806b28;
}

#container2 {
    z-index: 100;
    position: relative;
    margin: 50px auto;
    width: 800px;
    height: 500px;
    background-size: cover;
    background-position: center;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container3 {
    z-index: 100;
    position: absolute;
    top: 36%;
    left: 280px; 
    margin: 50px auto;
    width: 600px;
    height: 500px;
    background-size: cover;
    background-position: center;
    border: none;
    font-family: 'Kode_Mono';
    font-size: 20px;
    color: #e2d8bf;
    transform: rotate(20deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

#beetle {
  position: absolute;
  transform: rotate(165deg);
  z-index: 10;
  top: 350px;        
  left: -150px;       
  width: 420px;       
  height: auto;
}

#beetle img {
  width: 100%;        
  height: auto;
  display: block;
}


#invite {
  transition: transform .7s ease-in-out;
  z-index: 50;
  position: relative;
  top: 50%;
  transform: translateY(-50%); /* Base transform */
  left: 250px; 
  width: 100px;
  height: 200px;
}

  #envelope {
    transition: transform .7s ease-in-out;
    z-index: 20;
    position: relative;
    top: 10%;
    transform: translateY(-50%);
    right: 350px; 
    width: 800px;
    height: 200px;
  }
  
  #envelope:hover {
    transform: translateY(-50%) rotate(90deg); 
  }
  
  #roach {
    transform: rotate(-65deg);
    z-index: 999;
    position: relative;
    top: 76%;
    right: 640px; 
    width: 800px;
    height: 200px;
  }
  
  #buttons button {
    margin-bottom: 20px; 
    transform: rotate(22deg);
    right: -720px;
    top: 465px;
    position: relative;
    z-index: 1000;
    outline: 0;
    background-color: #806b28;
    border: 1px solid #000;
    cursor: pointer;
    flex-shrink: 0;
    font-family: 'Kode_Mono';
    font-size: 16px;
    color: #e2d8bf;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;
  }
  
  #buttons button:hover {
    box-shadow: 4px 4px 0 #000;
  }
  
  #buttons {
    z-index: 1000;
    width: 700px;
    text-align: center;
}

