/*darkslateblue rgb(72, 61, 139)
gainsboro rgb(220, 220, 220)*/
figure{
	margin: 0;
}
ul{
	padding: 0;
	list-style: none;
}
p{
	text-align: left;
}
body{
	text-align: center;
	margin: 0;
/*	margin-top: -16px;*/
	background-color: rgb(72, 61, 139);
}
main{
	margin-top: 150px;
	background-color: rgb(220, 220, 220);
	padding: 0 10px;
}
nav{
	background-color: rgb(72, 61, 139);
	padding: 2px 0;
	position: fixed;
	top: 0px;
	width: calc(100vw - 20px);
	margin-left: 2px;
}
nav ul{
	/*display: flex;*/
	/*justify-content: space-around;*/
	margin: 0;
}
nav ul li{
	/*width: 125px;*/
	margin-bottom: 2px;
}
nav ul li a{
	display: block;
	background-color: rgb(220, 220, 220);
	padding: 5px 20px;
	/*border-radius: 50%;*/
	color: rgb(0, 0, 0);
	text-decoration: none;
	/*font-size: 1.25em;*/
}
header{
	height: 100vh;
	background-image: url("images/background_small.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.flex-container{
	display: flex;
	flex-direction: column;
	/*justify-content: space-around;*/
	height: calc(100vh - 375px);
	align-items: center;
	margin-top: 175px;
}
.flex-container figure{
	height: 200px;
	width: 165px;
}
.flex-container figure img{
	height: 100%;
	width: 100%;
}
.flex-container figure figcaption{
	font-size: 1.5em;
	font-weight: bold;
	background-color: rgb(220, 220, 220);
}
section{
	height: 100vh;
/*	display: flex;
	justify-content: space-between;*/
	padding-top: 150px;
}
section:nth-child(even){
	background-color: rgb(255, 255, 255);
	padding-left: 5px;
}
section article{
/*	flex-basis: 50%;*/
	padding-right: 10px;
}
section aside{
/*	flex-basis: 45%;*/
}
section img{
	width: 100%;
}
#pro article{
	flex-basis: calc(95% - 270px);
}
/*.columns{
	column-count: 2;
	column-gap: 10px;
}*/
.columns p:first-child{
	margin-top: 0;
}
#pro aside{
	max-width: 270px;
}
#superbowls article br{
	display: none;
}
@media only screen and (min-width: 450px){
	main{
		margin-top: 115px;
	}
	nav{
	padding: 10px 0;
	}
	nav ul{
		display: flex;
		/*justify-content: space-around;*/
	}
	nav ul li{
		/*width: 125px;*/
		margin-right: 2px;
		margin-bottom: 0;
	}
	nav ul li a{
		padding: 20px 20px;
	}
	header{
	height: 100vh;
	background-image: url("images/background.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
	.flex-container{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: calc(100vh - 375px);
	align-items: flex-end;
	}
	.flex-container figure{
		height: 200px;
		width: 165px;
	}
	.flex-container figure img{
		height: 100%;
		width: 100%;
	}
	.flex-container figure figcaption{
		font-size: 1.5em;
		font-weight: bold;
		background-color: rgb(220, 220, 220);
	}
} /*end of 450px*/
@media only screen and (min-width: 650px){
	nav ul{
	justify-content: space-around;
	}
	nav ul li{
		width: 125px;
		margin-right: 0;
	}
	nav ul li a{
		padding: 20px 0;
		border-radius: 50%;
		font-size: 1.25em;
	}
	section{
	height: 100vh;
	display: flex;
	justify-content: space-between;
	padding: 125px;
	}
	section:nth-child(even){
		background-color: white;
	}
	section article{
		flex-basis: 50%;
		padding-right: 10px;
	}
	section aside{
		flex-basis: 45%;
	}
	#superbowls article br{
	display: inline;
	}
} /*end of 650px*/
@media only screen and (min-width: 800px){
	.flex-container{
		height: calc(100vh - 195px);
	}
	.flex-container figure{
		height: 300px;
		width: 250px;
	}
} /*end of 800px*/


@media only screen and (min-width: 925px){
	#superbowls article br{
		display: none;
	}
	.columns{
		column-count: 2;
		column-gap: 10px;
	}
} /*end of 925px*/