/* theogeez.com overrides */
main .container a:not(.btn-simple) { color:#fff; text-decoration:underline; text-underline-offset:4px; text-decoration-color:rgba(255,255,255,.4); }
main .container a:not(.btn-simple):hover { text-decoration-color:#fff; }
.btn-simple { display:inline-block; border:1px solid rgba(255,255,255,.7); color:#fff; padding:.85em 1.7em; border-radius:999px; text-decoration:none; letter-spacing:.04em; font-size:.95rem; margin:.35em .35em .35em 0; transition:background .2s,color .2s; }
.btn-simple:hover { background:#fff; color:#111; }
footer a { color:#fff; }
.contact-form input, .contact-form select, .contact-form textarea {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.25); color:#fff;
  padding:.9em 1em; border-radius:6px; font:inherit; width:100%;
}
.contact-form ::placeholder { color:rgba(255,255,255,.5); }
.contact-form button { cursor:pointer; background:transparent; }
.contact-form select option { color:#111; }
img[src$="sanjo-cover.jpg"] { background:#1a1a1a; min-height:280px; object-fit:cover; }
