html,body{
	width: 100%;
	height: 100%;
	margin:0;
}



.nav-link{
  padding: 10px;
  background-color: white;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
	transition: 150ms ease;
}
	.nav-link:hover{
		color: grey;
	}

.header{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around;
  padding: none;

}


h1, .title{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
	margin: 10px;         /*The default vakue is NOT 0!*/
	text-decoration: none;
	color: black;
}
									h1:link {
									  text-decoration: none;
									}

									h1:visited {
									  text-decoration: none;
									}

h2{
  text-align: center;
  font-size: 20px;
  margin: 0;
	font-family: 'Open Sans', sans-serif;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  margin: 0;
}

.photos {               /*Gallery on home page*/
    text-align: center;
}

.video{
	text-align: center;
	margin: 20px;
}


footer {
    display: flex;
    justify-content: center;
    padding: 40px;
		margin: 0px;
		margin-top: 0;
    background-color: black;
    color: white;

}
