html,body{margin:0;font-family:Google Sans,sans-serif;line-height:1.6;background-color:#000;color:#eee}a{color:#eee}body{display:flex;flex-direction:column;min-height:100vh;padding-bottom:100px;box-sizing:border-box;background-image:url(/images/night-sky-background.jpg);background-size:cover;background-attachment:fixed;background-position:center;position:relative;z-index:0}header,article,footer{padding:0 30px}header{background-color:#000;display:flex;justify-content:space-between;align-items:center;height:106px;padding:0 10%;position:relative;z-index:1}header h1 img{width:120px}nav ul{list-style:none;display:flex;font-size:18px}nav ul li:not(:last-child){margin-right:30px}header a{text-decoration:none;color:#eee}#home{position:relative;color:#eee;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:2em;line-height:1.6em}#home p{width:65%;margin:0 auto 10px}.page{width:100%;max-width:660px;box-sizing:border-box;margin:0 auto;padding:60px 30px;font-size:1.25em}.page>:first-child{margin-top:0}.page>:last-child{margin-bottom:0}.page:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000008c;z-index:-1;pointer-events:none}article button:first-of-type{margin-right:20px}button{display:inline-block;background-color:#eee;color:#000;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-family:inherit;font-weight:600;text-transform:none;margin-top:1rem;transition:opacity .2s ease,transform .1s ease}button:hover{opacity:.8}button:active{transform:translateY(1px)}.contact-form-container{margin-top:30px;background-color:#00000080;padding:30px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem;text-align:left}.form-group label{font-weight:600;font-size:.9rem;color:#eee;margin-bottom:.25rem}.form-group input,.form-group textarea{width:100%;padding:1rem;font-family:inherit;font-size:1rem;background-color:#000;color:#eee;border:1px solid rgba(255,255,255,.2);border-radius:6px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px #fff3}.submit-btn{align-self:flex-start;margin-top:.5rem}.night{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:-1;pointer-events:none}.home-content{position:relative;z-index:1}.shooting_star{position:absolute;left:50%;top:50%;height:2px;background:linear-gradient(90deg,#00f0,#fff);border-radius:999px;filter:drop-shadow(0 0 6px rgba(255,255,255,1));--angle: 145deg;--duration: 3s;animation:tail var(--duration) ease-in-out infinite,shooting var(--duration) ease-in-out infinite}.shooting_star:before,.shooting_star:after{content:"";position:absolute;top:calc(50% - 1px);right:0;height:2px;background:linear-gradient(90deg,#00f0,#fff,#00f0);border-radius:100%;animation:shining var(--duration) ease-in-out infinite}.shooting_star:before{transform:translate(50%) rotate(45deg)}.shooting_star:after{transform:translate(50%) rotate(-45deg)}.shooting_star:nth-child(1){top:0%;left:80%;--angle: 145deg;--duration: 20s;animation-delay:1s}.shooting_star:nth-child(1):before,.shooting_star:nth-child(1):after{animation-delay:1s}.shooting_star:nth-child(2){top:-10%;left:50%;--angle: 140deg;--duration: 25s;animation-delay:8s}.shooting_star:nth-child(2):before,.shooting_star:nth-child(2):after{animation-delay:8s}.shooting_star:nth-child(3){top:10%;left:100%;--angle: 150deg;--duration: 18s;animation-delay:14s}.shooting_star:nth-child(3):before,.shooting_star:nth-child(3):after{animation-delay:14s}.shooting_star:nth-child(4){top:20%;left:110%;--angle: 148deg;--duration: 22s;animation-delay:4s}.shooting_star:nth-child(4):before,.shooting_star:nth-child(4):after{animation-delay:4s}.shooting_star:nth-child(5){top:-5%;left:30%;--angle: 142deg;--duration: 27s;animation-delay:11s}.shooting_star:nth-child(5):before,.shooting_star:nth-child(5):after{animation-delay:11s}.shooting_star:nth-child(6){top:15%;left:90%;--angle: 146deg;--duration: 24s;animation-delay:19s}.shooting_star:nth-child(6):before,.shooting_star:nth-child(6):after{animation-delay:19s}@keyframes tail{0%{width:0}5%{width:100px}10%{width:0}to{width:0}}@keyframes shining{0%{width:0}5%{width:30px}10%{width:0}to{width:0}}@keyframes shooting{0%{transform:rotate(var(--angle)) translate(0)}10%{transform:rotate(var(--angle)) translate(1000px)}to{transform:rotate(var(--angle)) translate(1000px)}}.copy-symbol{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}footer{background-color:#000;color:#eee;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 10%;position:fixed;bottom:0;width:100%;box-sizing:border-box;z-index:10}footer a{text-decoration:none;color:#eee}@media(max-width:600px){article p{font-size:.75em!important;line-height:1.6em}footer{height:100px;padding:20px;flex-flow:column;justify-content:space-evenly}}@media(min-width:1800px){article p{font-size:1.2em!important;line-height:1.6em}}
