/* Theme Name: WPSE Barebones */

/* FONT FORMATTING */

@font-face {
      font-family: 'Fiance';
      src: url('fonts/FianceRosalie.otf');
    }

@font-face {
      font-family: 'Mini';
      src: url('fonts/Minimasimple-regular.ttf');
    }

@font-face {
      font-family: 'Caligraphy';
      src: url('fonts/Delicate Caligraphy Demo.ttf');
    }

@font-face {
      font-family: 'Please';
      src: url('fonts/Please write me a song.ttf');
    }

/* BODY FORMATTING */

body {
  background-color: #e5e5e3; 
  color: #000000;
}

a {
  color: #605d56;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: -10px;
  letter-spacing: 1pt;
  text-decoration: none;
  font-family: merriweather;
  font-size:2.2vmin;
  text-transform: uppercase;
}

.align-center-image {
    float: center;
    margin: 15px 15px 15px 15px;
}

.clear-float {
    clear: left;
}

/* HEADER FORMATTING */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  background-image: url('headers/header_brushstroke_logo.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  width: auto;
  max-width:630px;
  margin-left: auto;
  margin-right: auto;
}

/* CONTAINER FORMATTING */

.block-container {
        max-width: 950px;
        width:100%;
        height: auto;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.header-container {
        width: auto;
        margin: 0 auto;
        padding: 0px; 
        padding-bottom: 20px;
        border: 1px solid #ccc;
        background-color: #e5e5e3;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-family: Fiance;
        font-size:8vmin;
    }

.post-container {
        width: auto;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
        background-color: #e5e5e3;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-family: merriweather;
        font-size:.8vmax;
        letter-spacing:1px;
    }

.menu-container {
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
        background-color: #e5e5e3;
        color:#605d56;
        font-family:merriweather;
        font-size:2.5vmin;
    }

.onePost {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 0px solid #ccc;
        background-color: #e5e5e3;
    }

.swatch-container {
  display: flex; /* Arranges swatches horizontally */
  flex-flow: row wrap;
  gap: 10px; /* Adds space between swatches */
  justify-content: center;
  align-items: center;
    }

/* HEADER FORMATTING */

h1 {
  font-family: merriweather;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform:uppercase;
  font-size:2.5vmin;
  color: #605d56;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top:5px;
  padding-bottom:5px;
}

h2 {
  color: #605d56;
  letter-spacing: 1pt;
  text-decoration: none;
  font-family: merriweather;
  font-weight: normal;
  font-size:2.5vmin;
  text-transform: uppercase;
  text-align: left;
  padding-bottom:10px;
  padding-top:3px;
  border-bottom: 1px solid #ccc;
}

p {
  font-family:merriweather;
  font-size:1.7vmin;
  color: #000000;
  letter-spacing:1px;
  font-weight:light;
}

/* FORMS AND LABEL FORMATTING */

    label {
      color: #605d56;
      font-family: merriweather;
      font-size: 2vmin;
      text-transform: uppercase;
      letter-spacing: 1pt;
    }

    input[type="text"],
    textarea {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: merriweather;
        text-transform:uppercase;
        font-size:1.5vmin;
        width: auto;
        min-width:400px;
        max-width:700px;
        height:35px;
    }

    input[type="tel"],
    textarea {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: merriweather;
        text-transform:uppercase;
        font-size:1.5vmin;
        width: auto;
        width: auto;
        max-width: 300px;
        height:35px;
    }

    input[type="date"],
    textarea {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: merriweather;
        color: #605d56;
        text-transform:uppercase;
        font-size:1.5vmin;
        width: auto;
        min-width: 400px;
        max-width: 400px;
        height:35px;
    }

    input[type="submit"] {
        font-family: merriweather;
        color: #605d56;
        font-size:2.5vmin;
        letter-spacing: 2px;
        font-weight: normal;
        text-transform: uppercase;
        border: none;
        background: none;
        letter-spacing:1px;
        justify-content: center;
        transition: background-color 0.3s ease;
    }

    select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: merriweather;
    text-transform: uppercase;
    font-size: 1.5vmin;
    width: auto;
    min-width: 400px;
    max-width: 400px;
    height:40px;
    }

    option {
    padding: 40px;
    color: #605d56;
    letter-spacing: 2pt;
    text-decoration: none;
    text-transform: uppercase;
    font-family: merriweather;
    font-weight: normal;
    }
    
    legend {
    padding: 40px;
    color: #605d56;
    letter-spacing: 2pt;
    text-decoration: none;
    text-transform: uppercase;
    font-family: merriweather;
    font-weight: normal;
    }

    field set {
    font-family:merriweather;
    font-size:2.2vmin;
    color: #000000;
    letter-spacing:1px;
    font-weight:light;
    }
    
    textarea {
    width: auto;
    max-width: 700px;
    height: 150px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: merriweather;
    font-size:2.2vmin;
    color: #000000;
    letter-spacing:1px;
    font-weight:light;
    }