/* A5A4CF is curve color 
salmon: F5A5A3



header {
    width: 600px;
    margin: 40 auto;
    background: lavenderblush;
    text-align: left;
}

  html {
    font-size: 18px; /* px means "pixels": the base font size is now 10 pixels high
    font-family: 'Roboto Mono', monospace; /* this should be the rest of the output you got from Google fonts
  }

*/

body {
  background: #A5A4CF;
  margin: 0px;
  padding: 0px;
}

.toggle-header {
  cursor: pointer;
  padding: 0px 5px;
  height: 30px;
  border: 1px solid #ccc;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-width: 100%; 
  box-sizing: border-box; 
}

.image-container {
  height: 100%;
  overflow: hidden;  /* Move overflow hidden here instead */
  min-width: 0;
}

.toggle-header img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  margin-right: 0px;
  max-width: 200px;
  min-width: 0;
}

.toggle-container {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.toggle-header h5 {
  margin: 5px 2px;
  margin-right: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.toggle-header:hover {
  background: #e0e0e0;
}

.arrow {
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 5px;
}

.arrow.open {
  transform: rotate(180deg);
}

.spacer {
  flex-grow: 1;   /* For items with no image */
}

.toggle-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
  border-top: none;
}

.toggle-content.open {
  display: block;
}

.toggle-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  margin-right: 0px;
  max-width: 200px;
  min-width: 0;
}

.right img {
  flex-shrink: 0;
  width: 200px; /* Or whatever size you want */
}


.top-menu-bar {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: silver;
  font-weight: bolder;
  text-align: center;
  font-family: 'Courier Prime', monospace;
}

.curve {
  position: relative;
  cursor: default;
  margin: 2em auto;
  width: 80%;
  border: 6px double #fff;
  border-color: #fff;
  padding: 1em;
  max-width: 640px;
  font-family: 'Courier Prime', monospace;
  overflow: hidden;  /* Add this */

}

.blue {
  background: #3465a4;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #3465a4, 1em 1em 3px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 0 3px #3465a4, 1em 1em 3px 0 rgb(0 0 0 / 50%);
}

.gray {
  background: silver;
  color: #000;
  -webkit-box-shadow: 0 0 0 3px silver, 1em 1em 3px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 0 3px silver, 1em 1em 3px 0 rgb(0 0 0 / 50%);
}

.text_center {
  text-align: center;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
  max-width: 100%;
}

nav {
  display: block;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}

.social-links a {
  text-decoration: none;
  border: none;
}

.social-links img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.top_guy {
  color: white;
  font-size: 48px;
  display: inline;
  font-family: 'Times New Roman';
  padding: 20;
}

.top_top {
  margin: 5;
}

.pg_margins {
  margin-top: 0;
}

.logo {
  text-align: center;
  vertical-align: middle;
}

.right {
  display: flex;
  gap: 20px;
}

.right_float {
  text-align: right;
}

.gallery {
  position: relative;
  max-width: 640px;
  column-count: 4;
  padding: 20px;
  background: white;
}

.designs {
  margin: 10px;
  overflow: auto;
  float: left;
  width: 175px;
}

.designs img {
  width: 100%;
  height: auto;
  cursor: pointer;
  float: left;
}

/* https://www.youtube.com/watch?v=073XKB9xv-M */

.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: silver;
}

/* Modal Content */
.modal-content {
  vertical-align: middle;
  align-items: center;
  background-color: silver;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #A5A4CF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: bold;
}

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

/* Hide the slides by default 
https://www.w3schools.com/howto/howto_js_lightbox.asp */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #A5A4CF;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: silver;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:768px) {
  .right {
    display: block;
    align-items: center;
    justify-content: flex-start;
  }

  .right img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
}