/*
Theme Name: RSVP
Theme URI: https://40thparallelstudio.com
Author: Patrick Cummings
Version: 1.0
Text Domain: rsvp
*/

body {
    margin: 0;
    font-family: "spectral", serif;
    background-color: #524161;
    background-image: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.7) 100%), url(/wp-content/themes/RSVP/images/ivy-bg.jpg);
    color: antiquewhite;
    font-weight: 600;
    /* background-image: url(/wp-content/themes/RSVP/images/ivy-bg.jpg); */
    background-size: 800px;
    background-repeat: repeat;
    font-size: 16px;
}
.container {
    max-width: 500px;
    margin: auto;
}
.site-title {
    display: flex;
    justify-content: center;
        margin: .5em 0 0 0;
}
.hero, .site-footer {
    justify-items: center;
}
.site-nav a {
    text-decoration: none;
    color: inherit;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}
.site-nav {
    display: flex;
    justify-content: center;
}
#rsvp-page, .heading {
    justify-items: center;
    text-align: center;
}
@media (width < 600px) {
  .container {
    padding: 0 2em;
  }
}

.baskervville-<uniquifier> {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}
h1 {
    font-family: "Pinyon Script";
    font-size: 98px;
    font-weight: 400;
    line-height: 44px;
}
h1 span {
    font-family: "spectral", serif;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    display: block;
}
.form-group {
    display: grid;
    margin: 0 0 1em 0;
}
.rsvp-container {
    width: 100%;
}
.form-group label {
    text-align: left;
    padding: 0 0 .5em 0;
    font-weight: 100;
    font-size: 21px;
}
.form-group input {
    border-radius: 12px;
    height: 2em;
}
.radio-wrap {
    display: flex;
    justify-content: center;
    height: 54px;
}
.radio-wrap input {
    margin-right: 1em;
}
.radio-wrap label {
    display: flex;
    align-items: center;
    padding: 0 1em;
}
.heading {
    display: flex;
    flex-direction: column;
}
h3 {
    font-family: "cofo-raffine", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 55px;
    margin-bottom: 0;
}
#rsvp h3 {
    margin-bottom: 14px;
}
.heading h1 {
    line-height: 65px;
}
h2 {
    font-weight: 400;
}
button {
    background: none;
    border: 2px white solid;
    padding: .25em 0 0 0;
    color: white;
    border-radius: 42px;
    font-family: 'cofo-raffine', sans-serif;
    font-size: 34px;
    width: 100%;
    letter-spacing: 4px;
    margin: 1em 0;
}
button:hover {
    background: white;
    color: purple;
}
textarea {
    border-radius: 12px;
}
.header-img {
    width: 100px;
}
.title-wrap h1 {
    margin: .75em 0 0 0;
}
.sub-title h2 {
    text-transform: uppercase;
    font-size: 18px;
}
ul {
    list-style: none;
    padding: 0;
    font-weight: 100;
    margin: 1em 0 3em 0;
    line-height: 30px;
}
li {
    margin: 0 0 12px 0;
}
.bold {
    font-weight: 800;
}
h4 {
    font-family: "cofo-raffine", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 34px;
    text-transform: uppercase;
    margin: 1em 0 0 0;
}
.heading.success {
    display: none;
}
.rsvp-success h1 {
    line-height: 78px;
    margin-bottom: 12px;
}
input,
textarea,
select {
    font-size: 16px;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}