html, body {
    min-height: 100%;
    font-weight: 300;
    line-height: 1.5;
    margin:auto;
  }

  header {
    padding: 20px 0;
  }
  
  header .row,
  footer .row {
    display: flex;
    align-items: center;
  }

  header p {
    padding: 0 20px;
    margin: 0;
  }

h1 {
    color:black;
    font-size: 3vh;
    ;
}

h2{
    font-size: 35px;
    color: chartreuse;
    font-family: Impact, Charcoal, sans-serif;
    line-height: 30px;
    margin-left: 15;
    margin-top: 2vh;
}

h3{
    font-size: 25px;
    color: black;
    font-family: Impact, Charcoal, sans-serif;
    line-height: 30px;
    margin-left: 15;
   
}

p{
    font-size: 20;
    margin-left: 15;
}

p2{
  font-size: 20px;
}

.p3{
  font-size:  20px;
  font-family:Impact;
  font-weight: lighter;
  margin-left:15px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.past-exhibitions{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        
}

.exhibition-poster{
    margin: 20px;
        }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.gallery {
  display: grid;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 17vw);
  grid-gap: 15px;
  }

  .container {
    padding-top: 10;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }


  .footer {
    position: fixed;
    left: 0;
    bottom: 1vh;
    width: 100%;
     }

  .button {
    transition-duration: 0.4s;
    font-size: 24px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-block-start: 10px;
    width: 80%;
  }
  
  .button:hover {
    background-color:  chartreuse;
    color: white;
  }

  .content{
    width:400px;
    max-height:100px;
    overflow:hidden;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}
.content.open{
    max-height:100px;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}
.show-more{
  font-family:Impact;
  background:chartreuse;
  width:200;
  height:100;
  display: block;
background-color:black;
text-transform:uppercase;
cursor:pointer;
}
#p5Canvas{
width:100%;
height: 100%;
display:block;
position: fixed;
top: 0;
left:0;
z-index: -9999;
}

model-viewer {
  background-color: #eee;
  overflow-x: hidden;
  --poster-color: #eee;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
@media (max-width:1800px){

/* Style the navigation bar links */
.navbar a {
  color: white;
  background-color:RGB(50,50,50);
  padding: 10px 15px;
  text-decoration: underline overline wavy chartreuse;
  text-align: center;
  font-family:Impact;
  display:flex;
}

/* Change color on hover */
.navbar a:hover {
  background-color:chartreuse;
  color: black;
}
}

@media (max-width: 700px) {
  .row, .navbar {   
    flex-direction: column;
  }
/* Style the navigation bar links */
.navbar a {
  color: white;
  background-color:RGB(50,50,50);
  padding: 8px 10px;
  text-decoration: underline overline wavy chartreuse;
  text-align: center;
  font-family:Impact;
  display:flex;
}

/* Change color on hover */
.navbar a:hover {
  background-color:chartreuse;
  color: black;
}
}

<<<<<<< HEAD
#mapid { height: 300px; }
=======

 
}
>>>>>>> eb4adb002b5c600edab5f51cb2b81c0145d585f5
