.hero{display:flex;justify-content:center;align-items:center;text-align:center;height:100vh;background-image:url(/main_background_with_stuff.png);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;padding:20px}.hero-content{padding:20px;border-radius:10px}.hero h1{font-size:3rem;margin-bottom:20px}.hero h3{font-size:1.5rem;line-height:1.6}.hero h1,.hero h3{text-shadow:2px 2px 4px rgba(0,0,0,.15);color:#3b3b3b;margin:0}.hero-text-background{background-color:rgba(237,232,208,.6);padding:20px;border-radius:10px;display:inline-block}.intro-text{font-size:1rem;color:#555;line-height:1.6;text-align:center;margin:0 auto;padding-bottom:25px}.photogallery_wrapper{max-width:75%;margin:0 auto;text-align:center}.photogallery-intro{max-width:800px;margin:0 auto;padding-bottom:45px}.photogallery-title{text-align:center;margin:60px 0;font-size:2rem}.photogallery{padding-bottom:60px}.photogallery-button{display:inline-block;margin:0 auto;padding:.75rem 2.5rem;background:#ede8d0;color:#3b3b3b;font-size:1.1rem;font-weight:600;border:2px solid #3b3b3b;border-radius:30px;box-shadow:0 2px 8px rgba(59,59,59,.08);text-align:center;text-decoration:none;transition:background .2s,color .2s,border .2s,transform .2s,box-shadow .2s;cursor:pointer}.photogallery-button:focus,.photogallery-button:hover{background:#3b3b3b;color:#ede8d0;border-color:#ede8d0;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 16px rgba(59,59,59,.15);text-decoration:none}