---
---

.current {
    color: #1EAEDB;
}

nav {
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #222;
  border-bottom: 1px solid #E1E1E1; 
  margin-bottom: 5%;
}

nav a {
  font-weight: 600;
  text-decoration: none;
  color: #222;
  font-size: 1.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

video {
	border-radius: 5px;
}

.padding-row {
	padding: 1rem;
}

.post-list {
  list-style: none outside;
}

.content {
    padding-bottom: 5%;
}

.logo {
    display: inline-block;
}

.square {
    position: relative;
    color: white;
    text-decoration: none;
    margin-bottom: 4%;
}

.square-gradient::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #222 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
}

.square h3 {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 16px;
}

.square-image {
    width: 100%;
    opacity: 0.7;
    transition: 0.5s ease;
    display: block;
}

.square:hover .square-image {
    opacity: 1;
}

.names {
    font-family: 'Cinzel Decorative', cursive;
    color: #1A5653;
    color: #162404;
}

.dates {
    font-size: 2rem;
}

span.avoidwrap {
    display: inline-block; 
}

figure {
  margin: 0;
}
