/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container for overall layout */
.container {
  //  width: 90%;
    max-width: 1200px;
    //padding: 20px;
}
.frame {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Responsive layout for details */
.details p {
    margin-bottom: 10px;
}

/* Responsive image styling */
.image img {
    max-width: 100%;
    height: auto;
}

/* PayPal button styling */
.paypal-button {
    margin: 20px 0;
}

/* Form and comments styling */
.comment-section, .comments {
    margin-top: 30px;
}

.comment-section form {
    display: flex;
    flex-direction: column;
}

.comment-section label, .comment-section input, .comment-section textarea {
    margin-bottom: 10px;
}

.comment-section input[type="text"], .comment-section textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Quicksand';
}

.comment-section input[type="submit"] {
    padding: 10px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-family: 'Quicksand';
}

.comment-section input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Comments list styling */
.comments ul {
    list-style-type: none;
}

.comments li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.comments li p {
    margin: 5px 0;
}

body {
    font-family: 'Quicksand';
    margin: 20px;
        background-color: #f4f4f4;
}
.container {
    max-width: 800px;
    margin: 0 auto;
}
.submission-details {
    border: 0;
    padding: 15px;
    border-radius: 5px;
}
.submission-details h2 {
    margin-top: 0;
}
.submission-details p {
    margin: 5px 0;
}
.submission-details img {
    max-width: 100%;
    height: auto;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: 'Quicksand';
}
.form-group textarea {
    resize: vertical;
    border: 1px solid #ccc;
}
.form-group input[type="number"] {
    -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-group button {
    background-color: #9D14CD;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    font-family: 'Quicksand';
}

.form-group button:hover {
    background-color: #9D14CD;
}
.form-group input[type="file"] {
    display: block;
}
a.button1 {
      background-color: #9D14CD;
      color: white;
      border: none;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 10px;
      width: 100%;
}

input#rsvp {
    transform: scale(1.75);
    margin-right: 10px;
    border: 1px solid #cccccc;
    margin-left: 5px;
}
button.replytocomment {
      background-color: #F27317;
      color: white;
      border: none;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
      width: 100%;
      border-radius: 10px;
      font-family: 'Quicksand';
      margin-bottom: 2em;
}
input#tos {
    width: auto;
    transform: scale(1.75);
    margin-right: 10px;
    border: 1px solid #cccccc;
    margin-left: 5px;
}

input#tos:checked {
}
.eventimage {
    width: 100%;
    margin-top: .5em;
}


h1 {
    color: black;
    text-align: center;
    font-family: 'Quicksand';
    font-weight: 100;
    font-size: 2em;
    /* margin-bottom: .5em;*/
}

.logo {
    text-align: center;
    font-family: 'Quicksand';
    color: #9D14CD;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: -10px;
}
.logo a:link{
    color: #9D14CD;
    text-decoration: none;  
}

.hostedby {
    text-align: center;
    font-size: .75em;
}

.description {
    margin-top: 10px;
}
.replyheadline {
    text-align: center;
    font-size: 1em;
}
h3 {
    text-align: center;
    font-weight: 100;
}
h2 {
    text-align: center;
    font-size: .75em;
    font-weight: 100;
    font-family: 'Quicksand';
    margin-bottom: 1em;
}
.contributedescription {
    text-align: center;
}

.count {
    text-align: center;
    margin-top: 20px !important;
}
.countnumber{
  font-weight: bold;
}
.commentcontainer {
    background: #ECECEC;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.requiredtext, .required {
    float: right;
    font-size: .75em;
    color: red;
}
button#button1:disabled {
    background-color: #b9b9b9;
}
.requiredtext {
width: 100%;
text-align: right;
}
input {
    border: 1px solid #ccc;
    width: 100%;
}
span.attend {
    color: green;
}

span.notattend {
    color: red;
}
p.timestamp {
    font-size: .75em;
}
.tos {
    padding-top: 5px;
}
input#rsvp {
    width: auto;
}

/* Responsive design adjustments */
@media (max-width: 768px) {

}
