body * {
    font-family: inherit;
    color: inherit;
}
.menu-toggle {
    display: none;
}
body {
    display: grid;
    grid-template-columns: 25% 1fr 1fr;
    grid-template-rows: auto auto auto;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
body h1,h2,h3,h4,p,li,ul {
    font-family: "Open Sans", sans-serif;
}
.header {
    grid-column: 1 / 4;
    background-color: #26221a;
    text-align: left; 
    padding: 10px;
    color: #e0ddd4;
    text-align: center;
    border: 3px solid white;
    border-bottom: 1.5px solid white;
    width: 100%;
}
/*Sidebar formatting*/
.sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #403b31;
    color: #e0ddd4;
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-top: 3px solid white;
    padding-top: 20px;
}
.sidebar h2 {
    margin-left: 32px;
    margin-top: 10px;
    font-size: 24px;
}
.sidebar a {
    margin: 20px 0;
    padding: 10px 25px;
    list-style: none;
    display: inline-block;
    gap: 20px;
    justify-content: left;
    color: #322d24;
    text-decoration: none;
    gap: 15px;
    font-weight: 500;
    background-color: #dee4cc;
    border-radius: 8px;
    box-shadow: 0 2px 6px #0e0a07;
}
.sidebar a:hover {
    background-color: #635f54;
    color: #e0ddd4;
    transform: scale(1.1);
}
.sidebar li {
    margin: 10px 0;
    list-style: none;
}
/*Content formatting*/
.content1 {
    grid-column: 2/ 4;
    grid-row: 2 / 3;
    background-color: #a58a6d;
    padding: 10px;
    color: #26221a;
    font-size: 14pt;
    border: 3px solid white;
    border-left: 3px solid white;
    font-weight: normal;
}
.content1 .book {
    font-size: 11pt;
    background-color: #c9bcaa;
    color: #1b1915;
    position: relative;
    max-width: 50%;
    padding: 15px 20px 15px 30px;
    border-left: solid #1a1414;
    box-shadow: 0 3px 9px #0e0a07;
    margin-bottom: 20px;
}
.content1 .book::before {
    content: " '' " ;
    position: absolute;
    left: 5px;
    top: -9px;
    font-size: 55px;
    color: #281c0e;
    opacity: 0.6;
}
.images-content1 {
    float: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 15px;
}
.content1 .img-right {
    width: 340px;
    margin: 0 auto;
    filter: brightness(105%);
    transition: transform 0.6s ease-in-out;
    float: right;
    border: 3px solid #26221a;
    box-shadow: 0 4px 10px #0e0a07;
    border-radius: 3px;
}
.content1 .img-middle {
    display: flex;
    width: 300px;
    filter: brightness(105%);
    transition: transform 0.6s ease-in-out;
    border: 3px solid #26221a;
    box-shadow: 0 4px 10px #0e0a07;
    border-radius: 3px;
    align-items: center;
    gap: 20px;
    margin-top: 150px;
}
.content1 .img-right-book {
    height: 600px;
    margin: 0 auto;
    filter: brightness(115%);
    transition: transform 0.6s ease-in-out;
    float: right;
    border: 3px solid #26221a;
    box-shadow: 0 4px 10px #0e0a07;
    border-radius: 3px;
}
.content1 img:hover {
    transform: scale(1.5);
}
.content1 tr {
    border-bottom: 1px solid #ba9d7f;
    font-size: 16px;
}
.content1 .caption {
    color: #635f54;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
}
.content2 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    background-color: #9ba897;
    padding: 23px;
    color: #e0ddd4;
    border: 3px solid white;
}
.content2 img {
    width: 350px;
    display: block;
    margin: 0 auto;
    transition: transform 0.6s ease-in-out;
    border: 3px solid #26221a;
    box-shadow: 0 4px 10px #0e0a07;
    border-radius: 3px;
}
.content2-special img {
    width: 200px;
    height: 200px;
    transition: transform 0.6s ease-in-out;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white; 
    border-bottom: 25px solid white;
    box-shadow: 0 4px 10px #0e0a07;
    margin-top: -227px;
}
.content2-special img:hover {
    transform: scale(1.5);
}
.content2 img:hover {
    transform: scale(1.5);
}
.content2-special {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    background-color: #887878;
    padding: 23px;
    color: #e0ddd4;
    border-left: 3px solid white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    display: flex;
    justify-content: center;
    gap: 143px;
    flex-wrap: wrap;
}
.content2-special h5 {
    font-size: 24px;
    padding-top: 10px;
    color: #26221a;
    letter-spacing: 2px;
}
.content3 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background-color: #525952;
    padding: 10px;
    color: #e0ddd4;
    border: 3px solid white;
}
.content3 img {
    width: 350px;
    display: block;
    margin: 0 auto;
    transition: transform 0.6s ease-in-out;
    border: 3px solid #26221a;
    box-shadow: 0 4px 10px #0e0a07;
    border-radius: 3px;
}
.content3 img:hover {
    transform: scale(1.5);
}
.content3 h5 {
    padding-left: 8px;
}
.content3-special {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background-color: #887878;
    padding: 10px;
    color: #e0ddd4;
    border-right: 3px solid white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    display: flex;
    justify-content: center;
    gap: 143px;
    flex-wrap: wrap;
}
.content3-special img {
    width: 200px;
    height: 200px;
    transition: transform 0.6s ease-in-out;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white; 
    border-bottom: 25px solid white;
    box-shadow: 0 4px 10px #0e0a07;
    margin-top: 89px;
}
.content3-special img:hover {
    transform: scale(1.5);
}
.content2, .content3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
}
/*Sleep Collection - - didn't work not using
.sleepgallery {
    text-align: center;
    margin-bottom: 40px;
}
.sleep-title {
    display: inline-block;
    margin-bottom: 20px;
    background: #a49193;
    color: #e0ddd4;
    padding: 10px 25px;
    font-size: 35px;
    letter-spacing: 2px;
    border: 3px solid white;
    box-shadow: 0 0 15px #0e0a07;
    transition: 0.3s ease;
}
.sleep-title:hover {
    transform: scale(1.15);
    cursor: pointer;
    box-shadow: 0 0 15px #0e0a07;
}
*/
/*Contact Form*/
.contactform {
    font-family: 'Open Sans', sans-serif;
    background-color: #403b31;
    color: #e0ddd4;
    padding: 20px;
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    padding-bottom: 100px;
}
.contactform .btn-primary {
    background-color: #a58a6d;
    border: none;
    color: #322d24;
}
.contactform .btn-primary:hover {
    background-color: #806246;
    color: #e0ddd4;
    transform: scale(1.1);
}
.contactform h1 {
    margin-top: 10px;
}
textarea:focus, input:focus {
    outline: none !important;
    border-color: black !important;
    box-shadow: 0 0 3px black !important;
}
/*Footer*/
.footer {
    grid-column: 1 / 4;
    background-color: #26221a;
    text-align: left; 
    padding: 10px;
    color: #e0ddd4;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 3px solid white;
}
/*tablet sizing*/
@media screen and (max-width: 1024px) {
body {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}
.header {
    grid-column: 1 / 2; 
}
.sidebar {
    grid-column: 1 / 2;
}
.content1 {
    grid-column: 1 / 2;
}
.content1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
}
.content1 .img-right-book {
    display: block;
    margin-left: auto;
    margin-right:auto; 
    text-align: center;
    max-width: 60%;
    height: auto;
}
.content1 .img-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
}
.content1 .book {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%
}
.content1 h1, h2 {
    white-space: nowrap;
    text-align: center;
}
.content2 {
    grid-column: 1 / 2;
    padding-bottom: 10px;
    font-size: 10px;
}
.content2 h5 {
    font-size: 1rem;
}
.content2 img {
    max-width: 60%
}
.content2-special {
    display: none;
}
.content3 {
    grid-column: 1 / 2;
    padding-bottom: 10px;
    font-size: 10px;
}
.content3-special {
    display: none;
}
.content3 img {
    max-width: 60%;
}
.content3 h5 {
    font-size: 1rem;
}
.footer {
    grid-column: 1 / 2;
}
/*Hamburger Menu*/
.menu-toggle {
    display: inline-block;
    font-size: 1.6rem;
    background: #373924;
    box-shadow: 0 3px 9px #0e0a07;
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    cursor: pointer;
    position: sticky;
    z-index: 89; 
}
.sidebar {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #887868;
    padding: 10px 20px;
    display: none;
    z-index: 88;
}
.sidebar.open {
    display: flex;
    flex-direction: column;
}
}
/*phone sizing*/
@media screen and (max-width: 600px) {
    body {
        display: block;
}
.header, .sidebar, .content1, .content2, .content2-special, .content3, .content3-special, .footer {
    width: 100%;
    margin: 0;
}
.content2-special .content3-special {
    display: none;
}
h1 { 
    font-size: 1.6rem;
}
h2 {
    font-size: 1.3rem;
}
p {
    font-size: 1rem;
}
.content1 img {
    display: inline-block;
    text-align: center;
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 60%;
    height: auto;
}
.content1 .img-middle {
    display: inline-block;
    text-align: center;
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 60%;
    height: auto;
}
.content1 h1, h2 {
    white-space: nowrap;
    text-align: center;
}
}

