@charset "UTF-8";
/* CSS Document */

body{
	background-color: white;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
	font-family: "Urbanist", sans-serif;
	font-weight: 800;
}


li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

#logo{
	margin: -15px 0px;
}

li a:hover {
  background-color: #069300;
	color: white;
}


h1{
	font-family: "Urbanist", sans-serif;
	font-size: 5rem;
	margin-left: 50px;
	margin-bottom: 15px;
	padding: 10px 40px;
}

p{
	font-family: "Urbanist", sans-serif;
	padding: 10px 40px;
	margin-top: -20px;
	margin-right: 500px;
	margin-left: 50px;
	margin-bottom: 30px;
}

div.gallery {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	padding-left: 90px
}

div.gallery-item {
  margin: 5px;
  border: 2px solid #ccc;
  width: 300px;
}

div.gallery-item:hover {
  border: 2px solid #069300;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
	font-family: "Urbanist", sans-serif;
}

h2{
	font-family: "Urbanist", sans-serif;
	font-size: 2rem;
	margin-left: 50px;
	margin-top: -40px;
	padding: 10px 40px;
}

.sources{
	font-family: "Urbanist", sans-serif;
	margin-left: 90px;
}

.sources a{
	color: black;
}

.sources a:hover{
	color: #069300;
}

footer {
  text-align: left;
	margin-top: 50px;
	padding-bottom: 50px;
  background-color: black;
  color: white;
}

footer a{
	color: white;
}

footer a:hover{
	color: #069300;
}

footer p{
	padding-top: 30px
}