html {
  scroll-behavior: smooth;
 }
 * {
 	font-family: sans-serif;
 }
 a {
  text-decoration: none;
  color: black;
 }
 a:hover {
 	text-decoration: underline;
 }
 h1 {
 	font-size: 32px;
 }
 h2 {
 	text-align: center;
 }
 p {
 	font-size: 20px;
 }
.section--nav {
	height: 9vh;
	margin: auto;
  padding: 10px;
	display: flex;
}
.navitem {
	margin-right: 20px;
}
.img--logo {
	width: 200px;
	height: auto;
	margin: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.topleftnav {
	float: left;
	margin: auto;
}
.toprightnav {
	float: right;
	margin: auto;
	text-align: right;
}
#fullnewsletter {
	display: grid;
	place-items: center;
	padding-bottom: 10px;
	margin-top: -10px;
}
#newsletter {
	display: flex;
}
input[type=text] {
	width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	border: 2px solid black;
  border-radius: 4px 0px 0px 4px;
  color: black;
}
input[type=submit] {
	width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	border: 2px solid black;
  border-radius: 0px 4px 4px 0px;
  background-color: black;
  color: white;
}
#downarrow {
	width: 100%;
}
#datetime {
	text-align: center;
	padding-top: 40px;
}
.gallery__img {
	width: 100%;
	border: 1px solid #000000;
}
iframe {
	width: 100%;
}
svg:hover {
	fill: #000000;
	transition: all .2s ease-in-out;
  transform: translate(0px, -5px);
  cursor: pointer;
  z-index: 1;
}
.gallery__item {
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 5%;
	padding-bottom: 10%;
}
.gallery__info {
	text-align: center;
}
.gallery__links {
	font-size: 20px;
}
#motiongraphic {
	width: 100%;
	height: 550px;
	margin-top: 10px;
}
.section--bottom {
	text-align: center;
}
#about {
	margin-top: -5px;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 50px;
	font-weight: 500;
	line-height: 65px;
	text-align: justify;
}