body {
	background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/109282289_yvU3BobxBK00VnG.jpg?1761417755');
	background-color: #FCFEE8;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: monospace;
}

.grid-container {
  display: grid; 
  grid-template-areas:
     'header header header header header header'
     'navbar navbar navbar navbar navbar navbar'
     'leftbody centerbody centerbody centerbody  centerbody rightbody'
     'footer footer footer footer footer footer';
	grid-gap: 5px;
}

.grid-container2 {
  display: grid; 
  grid-template-areas:
     'header header header header header header'
     'navbar navbar navbar navbar navbar navbar'
     'leftbody centerbody centerbody centerbody  centerbody centerbody'
     'footer footer footer footer footer footer';
	grid-gap: 5px;
}

.grid-container3 {
	display: grid;
	grid-template-columns: 40% auto;
	grid-gap: 5px;
}

.grid-container4 {
	display: grid;
	grid-template-columns: 50% auto 30%;
	grid-gap: 5px;
}

.grid-container5 {
	display: grid;
	grid-template-columns: 30% auto;
	grid-gap: 5px;
}

.grid-container6 {
	display: grid;
	grid-template-columns: 50% auto;
	grid-gap: 5px;
}

.grid-container7 {
	display: grid;
	grid-template-columns: 35% auto;
	grid-gap: 5px;
}

.grid-container8 {
	display: grid;
	grid-template-columns: 45% auto 30%;
	grid-gap: 5px;
}

.grid-container9 {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	text-align: center;
}

.grid-container10 {
	display: grid;
	grid-template-columns: auto auto auto;
}

.header {
	grid-area: header;
	text-align: center;
	color: #E0DECD;
	border-radius: 10px;
}

.navbar {
	grid-area: navbar;
	background-color: #CE7E77;
	text-align: left;
	color: #E0DECD;
	font-weight: bold;
	font-size: 20px;
	border-radius: 10px;
}

.navbar a {
	color: #FCFEE8;
   overflow: hidden;
   text-decoration: none;
	margin: 20px;
}

.navbar li {
	position: relative;
	display: inline-block;
}

.container {
	background-color: #FCFEE8;
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

.container2 {
	background-color: #E0DECD;
	border-radius: 10px;
}

.leftbody {
	grid-area: leftbody;
	text-align: center;
	color: #513328;
	min-height: 500px;
	max-width: 200px;
	border-radius: 10px;
}

.leftbody a {
	color: #513328;
	text-decoration: none;
	font-weight: bold;
}

.leftbody p {
	padding: 0px 5px 0px 5px;
}

.centerbody {
	grid-area: centerbody;
	text-align: center;
	color: #513328;
	overflow: scroll;
	max-height: 1000px;
	border-radius: 10px;
}

.centerbody a {
	color: #CE7E77;
	text-decoration: underlined;
}

.centerbody p {
	padding: 0px 15px 0px 15px;
	font-size: 15px;
}

.rightbody {
	grid-area: rightbody;
	text-align: center;
	color: #513328;
	min-height: 500px;
	max-width: 200px;
	border-radius: 10px;
}

.rightbody a {
	color: #252426;
	text-decoration: none;
}

.rightbody p {
	padding: 0px 5px 0px 5px;
}

.footer {
	grid-area: footer;
	background-color: #FCFEE8;
	text-align: center;
	color: #513328;
	border-radius: 10px;
}

.footer a {
	color: #CE7E77;
	text-decoration: underlined;
}

.greentitle {
	background-color: #C69546;
	min-height: 40px;
	padding: 1px;
	border-radius: 10px;
	margin: 0px 5px 0px 5px;
}

.greentitle p {
	color: #FCFEE8;
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
}

.pinktitle {
	background-color: #CE7E77;
	min-height: 40px;
	padding: 1px;
	border-radius: 10px;
	margin: 0px 5px 0px 5px;
}

.pinktitle p {
	color: #FCFEE8;
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
}

.box {
	overflow-y: scroll;
}

#default {
	border: none;
	color: #252426;
	font-weight: bold;
	font-size: 15px;
	font-family: monospace;
	background: none;
	padding: 15px;
	display: flex;
}

#green {
	background-color: #0C594B;
	min-height: 50px;
	padding: 1px;
	border-radius: 10px;
	border: none;
	margin: 5px 5px 5px 5px;
	color: #E0DECD;
	font-weight: bold;
	font-size: 15px;
	font-family: monospace;
	width: 98%;
}

.content {
	overflow: hidden;
	display: none;
}

.hr {
	background-color: #252426;
	opacity: 0.2;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

@media only screen and (max-width: 600px) {
  .header {grid-area: 1 / span 6;}
  .navbar {grid-area: 2 / span 6;}
  .leftbody {grid-area: 3 / span 6;}
  .centerbody {grid-area: 4 / span 6;}
  .rightbody {grid-area: 5 / span 6;}
  .footer {grid-area: 6 / span 6;}
}



/* Gallery */

.desc {
	display: none;
}


/* Add Responsiveness */
.responsive {
  padding: 0 1px;
  display: inline-block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#blur {
	filter: blur(5px);
}