body {
	font-family: sans-serif;
	font-size: 120%;
	line-height: 2.5rem;
	color: white;
	background-color: #111;
	margin: 0;
	padding: 0 1em;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


.pugetsound {
	max-width: 100%;
	align-self: center;
	


}



a {
color: #fec;
}
a:link {color: grey;}
a:visited {color:white;}
a:hover{color:grey;}
a:active {color:black;}



header {
	min-height: 50vh;
	background-color: var(--headerbg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home header {
	background-color: var(--bg1);
}
.collective header {
	background-color: var(--bg2);
}
.events header {
	background-color: var(--bg3);
}
.about header {
	background-color: var(--bg4);
}


h1 {
	font-size: 1.5rem;
	margin: 0;
}
h2 {
	font-size: 8vw;
	line-height: 1.1em;
}

nav {
	padding-bottom: 1em;
}

ul.toplinks {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column; 
	justify-content: center;
	gap: .5em;
}

.toplinks a.cr {
	pointer-events: none;
	text-decoration: none;
}

main {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.collective {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 1em;
	padding-top: 1em;
}

.collective figure {
	background-color: #333;
	height: 10em;
	width:90vw;
	margin: 0;
	color: var(--bg3);
	margin: .2em;
	text-align: center;
}

.collective figure img{
	width:100%;
	





}


@media (min-width: 600px) { 

  main {
	flex-direction: row;
	gap: 1em;
  }
  .about main {
	flex-direction: column;
	padding: 0 20vw;
  }
  
  section.primary {flex:89;}
  section.secondary {flex:55;}
  
 .collective figure {
	max-width:20em;




} 
  
  
  
  
  ul.toplinks {
	flex-direction: row;
    gap: 2em;
  }

}
