body{
		background-color: blue;
		font-size: 90%;
		font-family: Helvetica;
	}
h1
{
	margin-bottom: 0px;
}
h2
{
	margin-top: 0px;
	
}
h3
{
	text-align: center;
}

a:link {
	color: purple;
}

a:visited {
	color: blue;
}

a:hover {
	font-size: 1.4em;
	color: hotpink;
	background-color: red;
}

a:active {
	color: lightblue;
}
	
#attribution{
		font-size: 10px;
	}

nav
{
	
	background-color: lightblue;
	border-radius: 15px;
	padding-right:40px;
	text-align: center;
}

ul 
{
	list-style-type: none;
	max-height: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul li
{
	padding: 20px;
	background-color: white;
	margin-bottom: 5px;
	border-radius: 15px;
}

#description
{
}

footer
{
	
}

main
{
	background-color: yellow;
	border-radius: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	background-image: linear-gradient(red, yellow);
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	row-gap: 2em;
	column-gap: 0.5em;
	column-count: 2;
	
}
.leftpics
{
	
	justify-content: left;
}

.rightpics
{
	
	justify-content: right;
}

.imgflair
{
	background-color: darkblue;
	border-radius: 10px;
	padding: 5px;
	margin: 0px;
}

#logo
{
	background-color: lightblue;
	padding: 10px;
	margin: 10px;
	border-radius: 15px;
	margin-bottom: 0px;
	width: 320px;

}

#intwrapper
{
	display:grid;
	grid-template-columns: 30% 70%;
}

#intdescription
{
	
}

.intgallery
{
	display: grid;
	grid-template-columns:50% 50%;
	column-gap: 20px;
}

@media (min-width: 700px) {
	
	#wrapper
	{
		display: flex;
		flex-wrap: wrap;
		column-count: 2;
		column-width: 300px;
		flex-direction: row;
		row-gap: 2em;
		column-gap: 2em;
		
	}
	
	#wrapper
	{
		display: flex;
		flex-wrap: wrap;
		column-count: 2;
		column-width: 300px;
		flex-direction: row;
		row-gap: 2em;
		column-gap: 2em;
		
	}
	
	nav
	{
		height: 280px;
		padding-right:10px;
		padding-left: 10px;
		margin-left: 0px;
		border-left: 0px;
		width:180px;
		
	}
	
	#description
	{
		justify-content: right;
		align-items: right;
		
	}
	.gallery
	{
		justify-content: center;
	}
	.imgflair
	{
		width: 180px;
	}

	
	h3
	{
		text-align: left;
	}
	p
	{
		align-items: right;
		width: 300px;
	}
	
	ul
	{
		padding-left: 0px;
	}
	
	ul li
	{
		padding: 10px;
	}
}

@media (min-width: 1000px) {
	
	body{
		background-color: pink;
		margin-left: 150px;
		margin-right: 150px;
		margin-top: 10px;
		margin-bottom: 10px;
		max-width:1024px;
		margin: auto;
		font-family: Helvetica;
	}
h1
{
	margin-bottom: 0px;
}
h2
{
	margin-top: 0px;
	
}

.gallery {
  column-count: 2;
  column-gap: 5px;
  width: 500px;
  position: ;
}

	#wrapper
	{
		display: flex;
		flex-wrap: wrap;
		column-count: 2;
		column-width: 300px;
		flex-direction: row;
		row-gap: 2em;
		column-gap: 2em;
		
	}

nav
{
	float: left;
	background-color: lightblue;
	border-radius: 15px;
	padding-right:40px;
}

#description
{
	justify-content: right;
}

p
{
	width: 600px;
}


main
{
	background-color: yellow;
	border-radius: 25px;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: 10px 10px 5px black;
	padding-bottom: 50px;
	background-image: linear-gradient(red, yellow);
}

.leftpics
{
	justify-content:left;
}

.imgflair
{
	background-color: darkblue;
	border-radius: 10px;
	padding: 10px;
}

}
