body {
    background-color: #FFFBF2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

main {
    width: 100%;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 2.5rem;
    justify-content: flex-start;
    align-items: center;
    color: #D0604C;
}

header > img {
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
}

.navbaritem {
    flex-grow: 1;
}

.current-page {
    font-weight: bold;
}

.stylist {
    display:flex;
}

a:link {
    text-decoration: none;
    color:#D0604C;
}

.button {
    background-color: #D0604C; 
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}

.button:hover {
    background-color: #FFFBF2;
    outline: 2px solid #D0604C;
    color: #D0604C;
    transition: 0.5s;
}

.button2 {
    background-color: #FFFBF2; 
    border: none;
    color: #D0604C;
    padding: 2px 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.artsection {
    margin-top: 35px;
    width: 100%;
} 
  
.artContainer {
    background-color: #D0604C;
    border-radius: 5px;
    display: grid;
    margin: 0px 10px;
}

.stylistname {
    color: #D0604C;
}

.picture2 {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.picture3 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
}

.sectpromotional {
    text-align: center;
    display: flex;
    width: 100%;
}

.promotional {
    text-align: center;
    width: 100%;
    margin: 0px;
}

section {
    display: flex;
    width: 100%;
    margin: 0px;
    vertical-align: top;
    padding-bottom: 40px;
}

.row1 {
    display: flex;
    text-align: center;
    align-content:space-around;
}

.titlestylist {
    display: flex;
    align-items: center;
}

.stylist {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.bookform {
    display: flex;
    align-content: flex-start;
    margin-bottom: 20px;
}

.required-field::before {
    content: "*";
    color: #D0604C;
}

.booknow {
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #D0604C; 
    border: none;
    color: white;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 5px;
}

input, select, textarea {
    border-radius: 5px;
    border: 1px solid #777;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 7px;
}

#message {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    height: 150px;
}

article {
    flex: 1;
    text-align: center;
}

h2 {
    color: #FFFBF2;
    font-size: 1.5rem;
    margin: 8px 0px;
}

label, input {
    display: block;
}

.textbox {
    color: #FFFBF2;
    background-color: #D0604C;
    margin: 0px 10px 15px 10px;
}

.textbox2 {
    margin: 0px 10px 15px 20px;
}

footer {
    display: flex;
    width: 100%;
    padding-top: 15px;
}

.footerimage {
    height: 40px;
}

.footercontainer {
    text-align: left;
    padding-left: 10px;
}

.row {
    display: flex;
    margin-top: 40px;
  }
  
.column1 {
    padding-left: 8%;
    width: 60%;
}

.column1 img{
    width: 90%;
}
.column2 {
    width: 0%;
}

.copyright {
    color: #D0604C;
    text-align: right;
    padding-right: 10px;
}

.thankyou {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.thankyou > .hairdayteam {
    color:#D0604C;
    font-style: italic;
}

footer div {
    flex-grow: 1;
}

* {
    box-sizing: border-box;
  }

  .blogimage {
    width: 100%;
    padding: 20px;
  }
  
  .card {
    text-align: center;
    border: 1px solid #D0604C;
    background-color:#ffffff;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .bookform {
    display: flex;
  }

  /* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #777;
    background-color: #ffffff;
    border-radius: 5px;
  }
  
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .container input:checked ~ .checkmark {
    background-color:#D0604C;
    border-style: none;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }