body {
    background-image: url(/IMAGES/TILES/5019.png);
}

@font-face {
    font-family: cool; /* set name */
    src: url(/good-times/Good\ Times\ Rg.otf); /* url of the font */
}

.josefin-sans-font {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

.back-button {
    font-family: 'Josefin Sans';
    font-size: medium;
    padding: 20px;
    background-image: linear-gradient(#fbc6c6, #ce6e6e);
    box-shadow: inset 0px 0px 12px 2px #280408;
    border: 1px solid rgba(250, 236, 236, 0.4);
    border-radius: 5px;
    position: sticky;
}

.back-button:hover {
    background-image: linear-gradient(#d79292, #a34242);
    box-shadow: inset 0px 0px 12px 2px #1e0205;
}

.divider {
    margin: auto;
    width: 1300px;
}

.divider img {
    width: 1300px;
}

.gallery-intro {
    background-image: linear-gradient(#fbc6c6, #ce6e6e);
    box-shadow: inset 0px 0px 12px 2px #280408;
    border-radius: 100px 15px 100px 10px;
    padding: 35px;
    border: 5px solid rgba(250, 236, 236, 0.4);
    width: 1000px;
    margin: auto;
    margin-bottom: 0px;
}

.intro-container {
    width: 1100px;
    background-image: linear-gradient(#6d1c1c, #3f0202);
    box-shadow: inset 0px 0px 30px #1a0204;
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
}

.intro-heading {
    font-family: cool;
    color: #f7dada;
}

.intro-text {
    font-family: "Josefin Sans";
    color: #f7dada;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eda2a2;
  color: #130000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 4px solid #100000;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #100000;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #d35858;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #eda2a2;
  border-radius: 0px 0px 10px 10px;
}

.gallery {
    display: flex;
    flex-direction: row;
    padding: 0 4px;
    margin: auto;
    width: 1000px;
    background-image: linear-gradient(#d37e7e, #862f2f);
    box-shadow: inset 0px 0px 12px 2px #280408;
    padding: 25px;
}

.column {
    display: flex;
    flex-direction: column;
    padding: 0 4px;
    margin-left: auto;
    margin-right: auto;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    max-width: 400px;
}

.art-label {
    max-width: 400px;
    font-family: 'Josefin Sans';
}

.better-grid {
    width: 1100px;
    margin:auto;
    margin-bottom: 30px;
    background-image: linear-gradient(#d37e7e, #862f2f);
    box-shadow: inset 0px 0px 12px 2px #280408;
    padding: 20px;
}

.bio-text {
    font-family: 'Josefin Sans';
}