h1 {
  font-size: 1.75rem; 
}

.header-nav {
	text-align: center;
	margin-bottom: 3rem;
}

.header-nav img {
	margin-bottom: 0.5rem;
}

.header-nav-subtitle {
	font-size: 1rem;
	letter-spacing: 0.2rem;
}

.header-nav-link {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05rem;
	color: #000;
}

.header-nav-link:hover {
	color: #BB7676;
} 

.is-active {
	color: #FF9B26;
}

.menu li {
	list-style-type: none;
	display: inline;
	margin: 0.5rem;
}

.content {
	margin: 2rem 2rem;
}

.gallery img {
	margin: 2rem;
	display: block;
	max-width: 50%;
}
