* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'Excelorate';
    src: url('../fonts/Excelorate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* header font */
.header, h1, h2, h3, h4, h5, .footer  {
  font-family: 'Excelorate';
}

h1 {
  text-align: center;
}

/* body font */
p, ul, #caption {
  font-family: 'Gamja Flower';
  font-size: 18px;
}

a {
  color: crimson;
  text-decoration: none;
}

a:hover {
  color: palevioletred;
  text-decoration: none;
}


ul {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

li {
  height: 30vh;
  flex-grow: 1;
  margin: 10px;
}

li:last-child {
  flex-grow: 10;
}

body {
  background-image: url("/img/doodleborder.gif"), url("/img/doodleborder.gif"), url("/img/pinkgrid.png"); 
  background-position: top, bottom;
  background-size: auto, auto;
  background-repeat: repeat-x, repeat-x, repeat;
  background-attachment: fixed, fixed;
  background-color: white; 
  margin: 0px;
}

.frame {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: -115px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  user-select: none;
}

/* Column */

.leftcolumn {
  float: left;
  height: auto;
  width: 25%;
  padding-bottom: 1px;
}

.rightcolumn {
  float: left;
  height: auto;
  width: 75%;
  padding: 40px;
}

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

.about {
  position: fixed;
  width: 28%;
  background-color: white;
  height: 100%;
  padding: 40px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: left;
}

.art {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  padding-top: 20px;
  color: black;
  height: 100%;
  overflow: scroll;
}

#myImg {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  background-image: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  width: auto;
  max-height: 600px;
  padding: 30px;
  background-image: url("/img/pinkgrid.png");
  border: 5px solid deeppink;
}

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

.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;
}
