@charset "utf-8";
/* humororama.css humororamalol 20251231 */

@font-face {
  font-family: CCSmash-Regular;
  src: url(https://humororama.lol/files/Web/CCSmash-Regular.woff2)format("woff2");
  font-display: swap;
  }
 
@font-face { 
  font-family: CCSmash-Open;
  src: url(https://humororama.lol/files/Web/CCSmash-Open.woff2)format("woff2");
  font-display: swap;
  }
  
@font-face {
  font-family: CCSmash-Inline;
  src: url(https://humororama.lol/files/Web/CCSmash-Inline.woff2)format("woff2");
  font-display: swap;
  }
  
@font-face {
  font-family: CCSmash-Slice;
  src: url(https://humororama.lol/files/Web/CCSmash-Slice.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCDoohickeyLower-Open;
  src: url(https://humororama.lol/files/Web/CCDoohickeyLower-Open.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCDoohickeyLower-Regular;
  src: url(https://humororama.lol/files/Web/CCDoohickeyLower-Regular.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCLegendaryLegerdemain-Ita;
  src: url(https://humororama.lol/files/Web/CCLegendaryLegerdemain-Ita.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCLegendaryLegerdemain-BolIta;
  src: url(https://humororama.lol/files/Web/CCLegendaryLegerdemain-BolIta.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCLegendaryLegerdemain-Bold;
  src: url(https://humororama.lol/files/Web/CCLegendaryLegerdemain-Bold.woff2)format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CCLegendaryLegerdemain-Reg;
  src: url(https://humororama.lol/files/Web/CCLegendaryLegerdemain-Reg.woff2)format("woff2");
  font-display: swap;
}
  
@font-face {
  font-family: TAYFlapjack;
  src: url(https://humororama.lol/files/Web/TAYFlapjack.woff2)format("woff2");
  font-display: swap;
}


body {
    font-family: 'TAYFlapjack', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f1e8;
}

.header {
    background-color: #ff9999;
    text-align: center;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header h1 {
    color: #1e3a8a;
    font-size: 4.5rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'CCSmash-Regular';
}

.header h2 {
    color: #1e3a8a;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 10px 0 0 0;
    letter-spacing: 0.02em;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    font-style: italic;
}

.header .tagline {
    color: #1e3a8a;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    letter-spacing: 0.03em;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    text-transform: lowercase;
}

.menu-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px 0 40px;
    background-color: #f5f1e8;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    border-left: 4px solid #1e3a8a;
    padding-left: 30px;
    font-family: 'TAYFlapjack';       
}

.item-details {
    flex: 1;
}

.item-name {
    color: #1e3a8a;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.item-description {
    color: #1e3a8a;
    font-size: 1.1rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    max-width: 500px;
}

.item-price {
    color: #1e3a8a;
    font-size: 2.2rem;
    font-weight: bold;
    margin-left: 20px;
    white-space: nowrap;
}
 
/*.image-credits {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
    margin-top: 6px;
    opacity: 0.8;
    max-width: 200px;
    text-align: left;
}*/

.image-credits {
    font-size: 0.7rem;
    color: #888;
    line-height: 1.3;
    margin-top: 5px;
    opacity: 0.7;
    max-width: 200px;
    text-align: left;
    font-style: italic;
}


/* Base styles for all fieldsets */
fieldset {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
}

/* Specific class for privacy policy fieldset */
fieldset.privacy-policy {
    max-width: 800px;
    text-align: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Specific class for about fieldset */
fieldset.about {
    max-width: 800px;
    text-align: left;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* New class for different fieldset style */
fieldset.contact-form {
    max-width: 600px;
    text-align: center;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    /* whatever other styles you need */
}


.motto {
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.0em;
    color: #5a5a5a;
    margin-top: 30px;
    margin-bottom: 10px;
}

.quote {
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 0.95em;
    color: #777;
    margin-bottom: 5px;
}

.footnote {
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.75em;
    color: #999;
    font-style: normal;
}

.prevent-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



/* Contact Form Styles */
.contact-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px;
}

.contact-title {
    color: #1e3a8a;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'CCSmash-Regular', Arial, sans-serif;
    letter-spacing: 0.05em;
}

.contact-subtitle {
    color: #1e3a8a;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    font-style: italic;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-field {
    margin-bottom: 25px;
}

.form-field label {
    display: block;
    color: #1e3a8a;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.required {
    color: #ff6b6b;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #1e3a8a;
}

.form-field textarea {
    min-height: 200px;
    resize: vertical;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.char-counter {
    text-align: right;
    font-size: 0.9rem;
    color: #1e3a8a;
    margin-top: 5px;
    font-family: 'TAYFlapjack', Arial, sans-serif;
}

.contact-submit {
    width: 100%;
    background-color: #1e3a8a;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'CCSmash-Regular', Arial, sans-serif;
    letter-spacing: 0.05em;
    transition: background-color 0.3s;
}

.contact-submit:hover {
    background-color: #152a5e;
}

.contact-submit:active {
    transform: translateY(2px);
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    font-family: 'TAYFlapjack', Arial, sans-serif;
    display: none;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}


/* Mobile Responsive Styles */

/* For phones in portrait and landscape */
@media screen and (max-width: 768px) {
    
    .header h1 {
        font-size: 2.5rem; /* Reduced from 4.5rem */
    }
    
    .header h2 {
        font-size: 1.1rem; /* Reduced from 1.5rem */
    }
    
    .header .tagline {
        font-size: 0.9rem; /* Reduced from 1.2rem */
    }
    
    .menu-container {
        padding: 30px 20px 0 20px; /* Reduced padding */
    }
    
    .menu-item {
        flex-direction: column; /* Stack vertically */
        align-items: center;
        text-align: center;
        border-left: none; /* Remove left border */
        border-top: 4px solid #1e3a8a; /* Add top border instead */
        padding-left: 0;
        padding-top: 20px;
        margin-bottom: 40px;
    }
    
    .item-details {
        width: 100%;
    }
    
    .item-name {
        font-size: 1.8rem; /* Reduced from 2.2rem */
        margin-bottom: 10px;
    }
    
    .item-description {
        font-size: 0.9rem; /* Reduced from 1.1rem */
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .item-price {
        margin-left: 0;
        margin-top: 10px;
    }
    
    /* Contact form adjustments */
    .contact-container {
        padding: 20px 15px;
    }
    
    .contact-title {
        font-size: 2rem; /* Reduced from 3rem */
    }
    
    .contact-subtitle {
        font-size: 1.1rem; /* Reduced from 1.3rem */
    }
    
    .contact-form {
        padding: 25px 20px; /* Reduced from 40px */
    }
    
    .form-field label {
        font-size: 1rem; /* Reduced from 1.1rem */
    }
    
    .contact-submit {
        font-size: 1.2rem; /* Reduced from 1.4rem */
    }
}

/* Extra small phones in portrait */
@media screen and (max-width: 480px) {
    
    .header h1 {
        font-size: 2rem;
    }
    
    .header h2 {
        font-size: 1rem;
    }
    
    .header .tagline {
        font-size: 0.8rem;
        padding: 0 10px;
    }
    
    .menu-container {
        padding: 20px 15px 0 15px;
    }
    
    .item-name {
        font-size: 1.5rem;
    }
    
    .item-description {
        font-size: 0.85rem;
    }
    
    /* Scale down images slightly on very small screens */
    .item-price img {
        max-width: 180px;
        max-height: 135px;
        width: auto !important;
        height: auto !important;
    }
    
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-form {
        padding: 20px 15px;
    }
}

/* Landscape orientation on phones */
@media screen and (max-width: 896px) and (orientation: landscape) {
    
    .header {
        padding: 5px 0; /* Reduce header height in landscape */
    }
    
    .header h1 {
        font-size: 2rem;
        margin: 0;
    }
    
    .header h2 {
        font-size: 0.9rem;
        margin: 5px 0 0 0;
    }
    
    .header .tagline {
        font-size: 0.8rem;
        margin: 3px 0 0 0;
    }
    
    .menu-container {
        padding: 20px 15px 0 15px;
    }
    
    .menu-item {
        margin-bottom: 30px;
    }
}


