*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}



ul {
  list-style: none;

}

a {
  color: #333;
}

h1, h2 {
  font-weight: 300;
  line-height: 1.2;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 200;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#events h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
}


p {
  margin: 10px 10px;
 text-align: left;

}
img {
  width: 100%;
}

video {
  width: 100%;
}

/* img {
  align-self: center;
  vertical-align: center;
} */

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #333;
  opacity: 0.8;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0px;
  padding: 0 30px;
  transition: 0.5s ease-in;
  z-index: 100;
}

.navbar a {
  color: #333;
  padding: 10px 10px;
  margin: 0 5px;
}

.navbar a:hover {
  border-bottom: #333 2px solid;
}

.navbar ul {
  display: flex;
}

.navbar .logo {
  font-weight: 400;
}

.navbar.top {
  background: transparent;
}




/* Artwork Pages */
.grid {
  display: grid;
  grid-gap: 1rem;
  /* grid-template-columns: repeat (auto-fit, minmax(10px, 10px)); */
grid-template-columns: repeat(2, auto);
}


.artwork {
  padding: 3rem;
  text-align: center;
}


#mc_embed_signup{
  background:#fff; 
  clear:left; 
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
}


/* Footer */
.footer {
  display: flex;
  flex-direction: column;
  align-items: bottom;
  justify-content: center;
  text-align: right;
  margin-right: 10px;
  height: 70px;
}

.footer p {
  text-align: right;

}



/* Mobile */
@media(max-width: 1000px) {

.studio-column {
font-size: 14px;
}


}

@media(max-width: 768px) {
  .navbar {
    flex-direction: column;
    max-width: 100%;
    height: 120px 0px;
  }

  .navbar a {
    padding: 10px 10px;
    margin: 0 3px;
  }

  .slideshow-container {
    padding: 120px 0px;
  }

  .flex-items {
    flex-direction: column;
  }

  .flex-columns .column, .flex-grid .column {
    flex: 100%;
    max-width: 100%;
  }

  h2 {
  padding: 75px 0px 0px;
  font-weight: 50;
  }

  h3 {
    font-weight: 60;
    font-weight: bold;
  }

  .studio-column {
    flex: 100%;
    max-width: 100%;
    
  }

  .studio-row {
flex-wrap: wrap;
  }



  .series-row {
    flex-wrap: wrap;
      }

  .series-column {
    flex: 100%;
    max-width: 100%;
  }
}

@media(max-width: 500px) {
.video-column {
  flex: 100%;
  max-width: 100%;
}


.video-row {
flex-wrap: wrap;
}

.video-caption {
  flex:100%;
  max-width: 100%;
}
}