body {
	background-image: url(../img/headerbackground.jpg);
	background-repeat: no-repeat;
	border-image-width: 100%;
	background-size: contain;
	background-color: black;
	color: #e1ca9a;

}

header nav {
	margin: 0;
	padding: 0;
}

header a:link {
	text-decoration: none;
	color: #e1ca9a;
	font-family: 'Germania One';
	font-size: 1.1em;
	padding: 1em;
}

header a:visited {
	color: #e1ca9a;
}

header a:hover {
	text-decoration: none;
	background-color: #363226;
}


.link a:link {
	text-decoration: none;
	color: #e1ca9a;
	font-family: 'Germania One';
	font-size: 1.1em;
	padding: 1em;

}

.link a:visited {
	color: #e1ca9a;
}

.link a:hover {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
}

.dropbtn {
	background-color: black;
	color: #e1ca9a;
	font-size: 1.1em;
	border: none;
	font-family: 'Germania One';
	padding: 1em;
	margin: 0;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: black;

	min-width: 160px;
	z-index: 1;
}

.dropdown-content a {
	color: #e1ca9a;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #363226
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #363226;
}

nav {
	background-color: black;
	padding: 1.2em;
	margin: 0;
	text-align: center;
}

header table {
	font-family: 'Germania One';
	width: 100%;
	margin: 4vw 0 20vw 0;
	padding: 2vw 6vw 2vw 6vw;
	letter-spacing: 2px;
	background-color: black;
	opacity: 0.75;
}

table td {
	font-size: 4vw;
	width: 29vw;
	height: 6vw;
}

table th {
	text-align: left;
	font-size: 8vw;
}

.bio {
	font-size: 2.5vw;
	padding: 2vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bio :nth-child(odd) {
	text-align: right;
	border-right: 1px solid #e1ca9a;
}

.bio p {

	padding: 0 2vw;
	margin: 1px;
}

.quote {
	font-family: 'Germania One';
	letter-spacing: 2px;
	padding: 0 6vw;
	display: grid;
	grid-template-columns: 1fr 19fr;
}

section span {
	font-size: 6em;
	transform: translate(0, 45px);
	line-height: 0;
	margin: 0;
}

quote {
	padding: 21px 0 30px 3px;
	line-height: 7vw;
	font-size: 3.5vw;
}

.body {
	margin: 0 6vw;
}

.border {
	width: 95%;
	margin: 2vw;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr;
}


.gallery img {
	margin: 2vw;
	width: 100%;
}

.gallery :hover {
	transform: scale(1.05);
}

h2 {
	font-family: 'Germania One';
	text-align: center;
	letter-spacing: 0.5vw;
	margin: 1vw;
}

.body p {
	line-height: 40px;
}

h3 {
	font-family: 'Germania One';
	text-align: center;
	text-decoration: none;
}


footer table {
	margin: 0;
	text-align: center;
	font-family: 'Germania One';
	margin: auto;
}

footer table td {
	font-size: 15px;
	width: 19px;
}

footer img {
	margin: 10px;
}

footer img:hover {
	transform: scale(1.4);
}













@media (min-width: 700px) {

	table td {
		width: 25vw;
	}

	table th {
		font-size: 10vw;
	}

	.bio {
		font-size: 2vw;
	}

	section span {
		font-size: 9em;
	}

	quote {
		font-size: 4vw;
	}


	.gallery {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.gallery img {
		width: 90%;
	}

	h2 {
		font-size: 3.5vw;

	}









}



@media (min-width: 1200px) {

	table th {
		font-size: 12vw;
	}

	.bio {
		font-size: 1.5vw;
	}

	.gallery {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}



}
