﻿body {
    background-color: black;
    color: #ff6600;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 25px 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    max-width: 95%;
}
@media screen and (min-width: 810px) {
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
/*
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
.logo {
    max-height: 175px;
}

.banner {
	background: url('img/banner_gradient.png') top no-repeat;
	background-size: 1000px 200px;
	min-height: 200px;
	filter: grayscale(1);
	margin-top: 35px;
}

h2 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #ffffff;
}

.description {
    width: 80%;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
    text-align: center;
}

.member {
    display: inline-block;
    text-align: center;
    /*margin: 0px 5% 20px 5%;*/
	margin-bottom: 20px;
	width: 25%;
	min-width: 265px;
}

.member img {
    max-height: 175px;
	width: auto;
	border-radius: 10px;
}

@media screen and (min-width: 1000px) {
	.member img {
		max-height: 275px;
		width: auto;
		border-radius: 15px;
	}
}

.member figcaption {
    margin-top: 10px;
}

.member h3 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    color: #ffffff;
}

.member p.instrument {
    font-size: 16px;
    margin: 0;
}

.videos p {
	height: 1px;
}

.video-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 15px;
	margin-bottom: 3px;
}

.video-title {
	text-align: right;
	min-height: 25px;
}

.video-title p {
	margin: 0;
}

.video-link {
	text-align: left;
}

.video-link img {
	height: 17px;
}

footer {
    margin-top: 20px;
}

footer p {
	margin-top: 0px;
	margin-bottom: 50px;
	font-weight: bold;
}

footer a {
	color: #ff6600;
	text-decoration: none;
}
