#container {
    position: relative;
    top: 130px;
	width: 1200px;
    margin: 0px auto 0 auto;
	text-align: center;
}

#board-members {
    position: relative;
    top: 155px;
    width: 736px;
    margin: 0px auto 0px auto;
    display: grid;
    grid-template-columns: 66fr 144fr 66fr 144fr 66fr 144fr 66fr;
    grid-gap: 6px;
}

#page-title {
	font-size: 32px;
	font-weight: 500;
	line-height:42px;
	color: #000000;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#page-subtitle {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	color: #646363;
	width: 70%;
}

#page-description {
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	width: 100%;
    text-align: justify;
}

image:hover {
	filter: brightness(65%);
	cursor: pointer;
}

.hexagon-txt {
    color: white;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 10px black;
    text-align: center;
    line-height: 33px;
}

path {
	stroke: #000000;
	stroke-width: 1;
}

.hidden-overflow {
    overflow: hidden;
}

.modal {
    overflow: hidden;
    visibility: hidden;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: absolute;
	width: max(100%, 1000px);
	height: max(100%, 700px);
	background-color: rgba(0, 0, 0, 0.5);
    z-index:9999;
}

.modal image {
	filter: brightness(100%);
    cursor: default;
}

.modal-visible {
    visibility: visible;
    overflow: auto;
}

.board-modal-float {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 335px;
    width: 1100px;
    margin: 0px auto 0px auto;
}

.biography-background {
    flex-basis: 990px;
    height: 520px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #000000;
    border: 1px solid #707070;
    border-radius: 28px;
    opacity: 1;
}

.biography-titlebox {
    margin: 30px 30px 10px 30px;
    display: flex;
    flex-direction: row;
    filter: brightness(100%);
	cursor: default;

}

.bio-hex {
    flex-basis: 162px;
}

.name-box {
    padding-left: 30px;
    
}

.bio-close {
    text-align: right;
    flex-grow: 1;
}

.biography-textbox {
    column-count: 2;
    column-gap: 45px;
    margin: 20px 40px 40px 40px;
    height: 300px;
}

.bio-name {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0px;
}

.board-title {
    font-size: 18px;
    font-weight: 500;
}

.bio-title {
    font-size: 18px;
    color: #707070;
}

.company-url {
    margin-top: 5px;
    font-size: 12px;
    color: #000000;
}

.company-url a {
    text-decoration: none;
    color: #000000;
}

.bio-text {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: justify;
}

.nav-chevron {
    fill: #F2F2F2;
    height: 70px;
}

.nav-chevron:hover {
    fill: #4d4d4d;
    cursor: pointer;
}

#chevron-left {
    flex-basis: 55px;
}

#chevron-right {
    flex-basis: 55px;
}

.link-hexagon {
    position: relative;
    height:250px;
    width: 289px;
}

#board-member-header {
    grid-column: 1 / 8;
    grid-row: 1 / 2;
	font-size: 28px;
	font-weight: 500;
    text-align: center;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#link-anatole-pevnev {
    grid-column: 3 / 6;
    grid-row: 2 / 4;
}

#link-detlef-schoen {
    grid-column: 1 / 4;
    grid-row: 3 / 5;
}
#link-marcus-wignell {
    grid-column: 5 / 8;
    grid-row: 3 / 5;
}

#link-danny-thomas {
    grid-column: 3 / 6;
    grid-row: 4 / 6;
}

