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

body {
    padding: 20px;
background: #f7f0ec;
  display: flex;
  height: 100vh;
  font-family: sans-serif;
  overflow: hidden;
  justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}

.left {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
}

.left .menu {
  flex-grow: 1;
  overflow-y: auto;
}

.left .logo {
  text-align: center;
  margin-top: 20px;
}

.left .logo img {
  width: 150px;
}

.middle {
  width: 125px;
  padding: 20px;
  overflow-y: auto;
  flex-shrink: 0;
}

.middle a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #a58f82;
}

.middle a:hover {
  color: #000000;
}

.middle a.active {
font-weight: bold;
color: #000;
}

.right {
    flex-grow: 0;
    width: 100%;
    padding: 0 30px;
    overflow-y: auto;
  overflow-x: visible;
}

.contentcard{
    flex-grow: 0;
  padding: 30px;
  overflow-y: auto;
  overflow-x: visible;
  position: relative;
  background: white;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
width: 100%;
}

.right::before {
content: " ";
position: absolute;
top: 20px;
left: -20px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 20px solid white;
}

.photo {
  max-width: 100%;
  margin: 10px 0;
}

a {
color: #de844d;
text-decoration: none;
}

.total{font-size: 11px;
padding-bottom: 10px;
}


.menu a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.menu a:hover {
    background: #fff;
    color: black;
    border-radius: 8px;
}

input, select, textarea{
    height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: none;
  background: #eee;
  padding: 0 10px;
}

textarea{
    height: 300px;
    width:100%;
}

button, #submit{
    background: black;
  color: white;
  border: none;
  padding: 5px 30px;
  border-radius: 5px;
  margin: 5px;
}

button:hover, #submit:hover{
    background: #de844d;
}

#submit{
    line-height: initial;
  margin: 0;
}

.mwd-key form{
    margin-bottom: 20px;
}

.link {
      display: block;
      margin: 6px 0;
    }
    .heading {
      margin-top: 1.5em;
      font-weight: bold;
      font-size: 1.2em;
      color: #333;
    }

#editor{
    display:none;
}

#hidejournalmobile {
  text-align: right;
}

#hidejournalmobile{
    display: none;
}


@media only screen and (max-width: 600px) {
    body {
        display: block;
    }
    .left {
  width: 100%;
}

input, select{
    margin: 10px auto;
    display: block;
    text-align: center;
    width: 100%;
}

.left .logo img {
  width: 100px;
}

body {
  overflow: auto;
}

.menu a {
  width: auto;
  display: inline-block;
}

#entry-container {
    position: fixed;
      top: 0;
      left: 0;
      overflow: scroll;
      height: 100vh;
      margin: 0;
}

.middle{
    padding-bottom: 90vh;
}

.short {
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0;
}

#entry-container.hideContainer {
  display: none;
}

#hidejournalmobile{
    display: block;
}


}
