body {
	color: #ddd;
}

#footer {
	padding: 5em 1em 5em 1em;
	background-color: black;
}

.sec01 {
	background-color: #020202;
	padding-bottom: 3em;

}

.sec01-imgs, .sec02-imgs {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	/* background-color: blue; */
}

.sec01-imgs {
	flex-direction: column;
}

.sec02-imgs {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

/*800*/
@media (min-width: 800px) {
	.sec02-imgs {
		flex-wrap: nowrap;
	}
}


.gap-h, .gap-w { display: block; }
.gap-h { height: 2em; }

.link-img {
	position: relative;
	background-color: orange;
	display: inline-block;
}

.link-1, .link-2, .link-3 {
	position: absolute;
	opacity: 0;
	background-color: red;
}

.link-1 {
	height: 20%;
	left: 5%;
	right: 5%;
	top: 20%;
}

.link-2 {
	width: 35px;
	height: 35px;
	bottom: 15%;
	left: 20%;
}

.link-3 {
	width: 35px;
	height: 35px;
	bottom: 15%;
	left: 32%;
}


.artist-info {
	text-align: left;
	color: #020202;
	flex: 1 0 50%;
	padding: 2em;
}

.artist-info h2 {
	font-size: 2rem;
}

.artist-info p {
	padding: 1em 0;
}

.nn-logo {
	background-image: url(../media/site/logo_nn_lite.svg?v=1.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
