/* Christine Kharazian - 90s Web Aesthetic */

body {
    font-family: Times New Roman, Times, serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 20px;
}

a {
    color: #00009c;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #00009c;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 5px 0;
}

.tagline {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

hr {
    border: none;
    border-top: 1px solid #000;
    margin: 20px 0;
}

.nav-list {
    text-align: center;
    margin: 20px 0;
}

.nav-list a {
    margin: 0 10px;
}

.hero-photo {
    display: block;
    max-width: 100%;
    width: 500px;
    margin: 20px auto;
    border: 1px solid #000;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

ul {
    margin: 10px 0;
    padding-left: 30px;
}

li {
    margin: 5px 0;
}

.venue-list {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 20px 0;
}

.testimonial {
    margin: 15px 0;
    padding-left: 20px;
    border-left: 2px solid #ccc;
}

.testimonial em {
    display: block;
    font-style: italic;
}

.testimonial cite {
    font-style: normal;
    font-size: 14px;
    color: #555;
}

.quote-block {
    text-align: center;
    font-style: italic;
    margin: 30px 0;
    color: #333;
}

.quote-block cite {
    display: block;
    font-style: normal;
    margin-top: 5px;
}

.contact-form {
    max-width: 400px;
    margin: 20px 0;
}

.contact-form label {
    display: block;
    margin: 10px 0 3px 0;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 5px;
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    border: 1px solid #000;
}

.contact-form textarea {
    height: 100px;
}

.contact-form button {
    margin-top: 10px;
    padding: 5px 15px;
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    background: #eee;
    border: 1px solid #000;
    cursor: pointer;
}

.contact-form button:hover {
    background: #ddd;
}

.social-links {
    text-align: center;
    margin: 20px 0;
}

.social-links a {
    margin: 0 10px;
}

footer {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-top: 30px;
}

.asterisks {
    text-align: center;
    letter-spacing: 5px;
    color: #555;
    margin: 25px 0;
}

details {
    margin: 15px 0;
}

summary {
    cursor: pointer;
    color: #00009c;
    font-style: italic;
}

summary:hover {
    text-decoration: underline;
}

details[open] summary {
    margin-bottom: 10px;
}
