/*****Google Fonts****/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&display=swap');
/*
font-family: 'Dancing Script', cursive;
*/

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    color: #333;
}

h1,
h2,
h3 {
    font-family: "Uncial Antiqua", cursive;
    margin: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.logo {
    font-family: "Candara", cursive;
    font-size: 2.5rem;
    color: #f2f2f2;
}

.logo a:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

header {
    background-color: #2ecc71;
    padding: 20px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-right: 15px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    font-size: 1.2rem;
    color: #fff;
}

nav ul li a:hover {
    text-decoration: underline;
}

.login-register a {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
}

.login-register a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

.hero-section {
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.featured-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
}

.featured-band,
.featured-venue {
    flex-basis: 45%;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.featured-band img,
.featured-venue img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.featured-band h3,
.featured-venue h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.band-description,
.venue-description {
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2ecc71;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #27ae60;
}

.testimonial-section {
    background-color: #f2f2f2;
    padding: 50px 0;
    text-align: center;
}

.testimonial-section h2 {
    margin-bottom: 30px;
    color: #333;
}

.testimonial {
    margin-bottom: 40px;
}

.testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonial blockquote {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
}

.testimonial cite {
    font-style: italic;
    color: #555;
}

footer {
    background-color: #2ecc71;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.band-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.band-card {
    flex-basis: 250px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.band-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.band-list {
    display: flex;
    justify-content: center;
}

.venue-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-section {
    text-align: center;
    font: sans-serif;
}

.about-section {
    text-align: center;
}

/* Add styles for the co-founders' images */
.co-founder-images {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.co-founder-images img {
    width: 200px;
    height: auto;
    border-radius: 50%;
    margin: 0 20px;
}

.venue-section {
    text-align: center;
}

/* Add styles for venue cards */
.venue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.venue-card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.venue-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.about-section {
    margin-bottom: 40px;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-section {
    margin-bottom: 40px;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.form-group label {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input {
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 5px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.register-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
}

.form-group .option-label input[type="radio"] {
    margin-right: 5px;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 10px;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 10px;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 10px;
}

/* Styling for the Band or Venue option */
.form-group .option-text::first-letter {
    text-transform: uppercase;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 10px;
}

/* Styling for the Band or Venue option */
.form-group .option-text::first-letter {
    text-transform: uppercase;
}

/* Style for radio button */
.form-group .option input[type="radio"] {
    margin: 0 5px 0 0;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 10px;
}

/* Styling for the Band or Venue option */
.form-group .option-text::first-letter {
    text-transform: uppercase;
}

/* Style for radio button */
.form-group .option input[type="radio"] {
    margin: 0 5px 0 0;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-left: 5px;
}

/* Styling for the Band or Venue option */
.form-group .option-text::first-letter {
    text-transform: uppercase;
}

/* Style for radio button */
.form-group .option input[type="radio"] {
    margin: 0;
}

.form-group .option-label {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.form-group .center-options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.form-group .option {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.form-group .option-text {
    margin-right: 5px;
}

.form-group .option input[type="radio"] {
    margin-left: 5px;
}

/* Example media query for smaller screens */
@media (max-width: 768px) {
    /* CSS rules specific to smaller screens */
}

.btn {
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #ffcc00;
}

.featured-band,
.featured-venue {
    transition: transform 0.3s ease;
}

.featured-band: hover,
;

.featured-venue:hover {
    transform: scale(1.05);
}

.btn {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: #ffcc00;
    transform: scale(1.1);
}

.featured-band,
.featured-venue {
    transition: transform 0.3s ease;
}

.featured-band: hover,
;

.featured-venue:hover {
    transform: scale(1.05);
}

.testimonial {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.testimonial-section:hover .testimonial {
    opacity: 1;
}

.about-section {
    opacity: 0;
    transition: opacity 0.5s ease;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-animation {
    animation: fade-in 0.5s ease forwards;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.event-card {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.event-card h2 {
    margin: 0 auto;
    /* Add this line to center the text */
    text-align: center;
    /* Add this line to center the text */
}

.event-item {
    display: flex;
    align-items: center;
}

.event-item img {
    width: 200px;
    /* Adjust the width to your desired size */
    height: 200px;
    /* Adjust the height to your desired size */
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

.event-item h3 {
    margin: 0;
}

.event-item p {
    margin-bottom: 10px;
}

.band-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.band-card {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.band-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.band-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Update grid-template-columns */
    grid-gap: 20px;
}

.band-card {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.band-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.band-card p {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.band-card:hover p {
    display: block;
    opacity: 1;
}

.band-card {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.band-image {
    width: 200px;
    height: 200px;
}

.band-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.band-card:hover .band-info {
    opacity: 1;
    visibility: visible;
}

.band-card {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.band-image {
    width: 200px;
    height: 200px;
}

.band-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.band-card:hover .band-info {
    opacity: 1;
    visibility: visible;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.event-card {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.event-card h2 {
    margin: 0 auto;
    text-align: center;
}

.event-item {
    display: flex;
    align-items: center;
}

.event-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

.event-item h3 {
    margin: 0;
}

.event-item p {
    margin-bottom: 10px;
}

/********************** Start: Create Account Form */
.form-section {
    background-color: #CED8DA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2rem 0;
}

.form-container {
    background-color: #FFF9FB;
    box-shadow: 4px 4px 10px #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    width: 35%;
    border-radius: 8px;
}

.form-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #284B74;
    font-size: 1.5rem;
}

#create-account-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.form-input {
    background-color: #7F9C96;
    width: 70%;
    margin: 10px auto;
    padding: 10px;
    border: none;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #979797;
    color: #FFF9FB;
    font-size: 1rem;
}

.btn--form-submit {
    width: 75%;
    margin: 1.2rem auto;
    padding: 10px;
    background-color: #D36135;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #979797;
    color: #FFF9FB;
    font-size: 1.5rem;

    transition: all 400ms;
}

.btn--form-submit:hover {
    background-color: #f2f2f2;
    border: 1px solid #D36135;
    color: #D36135;
}

.text-sm {
    color: #7B7B7B;
}

.text-sm a {
    color: rgba(211, 97, 53, .6);

    transition: all 400ms;
}

.text-sm a:hover {
    color: #d36135;
}

/********************** End: Create Account Form */

/****************** Start: Navbar Styling*/
/****** Notes
* Need to remove active border from burger menu
* Add background color???
* Style Sign in and Create Account buttons
*/
header,
.navbar {
    background-color: #FFF9FB;
}

.navbar-brand {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    font-weight: 700;
    color: #003E1F;
}

.navbar-toggler {
    border: none;
    color: #003E1F;
}

#navbarNav {
    justify-content: flex-end;
}

.nav-item a {
    color: #003E1F;
}

.navbar-nav {
    align-items: flex-end;
}

/****************** End: Navbar Styling*/
