@viewport {
	width: device-width;
	zoom: 1.0;
}

@media screen and (max-width: 800px) {
	.icon-bar a {
		font-size: 100%;
	}
	.navi {
		margin-top: 3vw;
	}

	.sitemap {
		display: grid;
		align-items: stretch;
		justify-content: space-between;
		grid-template-columns: 1fr;
	}

	.navi li {
		font-size: 80%;
		padding: 0.4em;
	}

	h3 {
		font-size: 125%;
		margin-bottom: 7vw;
	}

	.sub_section strong {
		color: #9c5223;
		font-size: 100%;
		margin-bottom: 7vw;
	}	

	p {
		font-size: 100%;
		margin-bottom: 4vw;
	}

	.foot p {
		margin-bottom: 0;
	}

	#gototop {
		font-size: 100%;
	}

	main {
		padding: 2vw 6vw 12vw 6vw;
	}

	.landscape_img {
		width: 85vw;
	}

	audio, video, iframe {
		width: 85vw;
	}
	
	iframe {
		height: 45vw;
	}
	
	.contact-info{
		padding-left: 50px;
	}

	.book img {
		width: 40vw;
	}

	.foot h3 {
		font-size: 100%;
	}

	.foot {
		display: grid;
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 1fr 1fr;
		font-size: 75%;
		margin-left: 2vw;
		margin-right: 3vw;
		padding-top: 1vw;
	}

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

	.navi li li {
		font-size: 100%;
	}
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
	.icon-bar a {
		font-size: 100%;
	}

	.navi li {
		font-size: 125%;
		padding: 0.75em;
	}

	h3 {
		font-size: 200%;
		margin-bottom: 5vw;
	}

	.sub_section strong {
		color: #9c5223;
		font-size: 125%;
		margin-bottom: 5vw;
	}	

	p {
		font-size: 120%;
		margin-bottom: 2vw;
	}

	#gototop {
		font-size: 125%;
	}

	main {
		padding: 2vw 6vw 6vw 6vw;
	}

	.landscape_img {
		width: 50vw;
	}

	audio, video, iframe {
		width: 50vw;
	}

	iframe {
		height: 25vw;
	}

	.book img {
		width: 40vw;
	}

	.foot h3 {
		font-size: 120%;
	}

	.foot p {
		margin-bottom: 0;
	}

	.sitemap {
		display: grid;
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 1fr 2fr;
		font-size: 125%;
	}

	.foot {
		display: grid;
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 1fr 1fr;
		font-size: 75%;
		margin-left: 6vw;
		margin-right: 7vw;
		padding-top: 1vw;
	}

	.navi li li {
		font-size: 75%;
	}
}

@media screen and (min-width: 1101px){
	.icon-bar a {
		font-size: 125%;
	}

	.navi li {
		font-size: 150%;
		padding: 1em;
	}

	h3 {
		font-size: 250%;
		margin-bottom: 3vw;
	}

	.sub_section strong {
		color: #9c5223;
		font-size: 150%;
		margin-bottom: 3vw;
	}	

	p {
		font-size: 120%;
		margin-bottom: 1vw;
	}

	#gototop {
		font-size: 125%;
	}

	main {
		padding: 2vw 6vw 2vw 6vw;
	}

	.landscape_img {
		width: 50vw;
	}

	audio, video, iframe {
		width: 50vw;
	}

	iframe {
		height: 25vw;
	}

	.book img {
		width: 30vw;
	}

	.dropdown:hover .dropdown-content { /* Was .dropdown:hover .dropdown-content */
		display: block;
	}

	.foot h3 {
		font-size: 120%;
	}

	.foot p {
		margin-bottom: 0;
	}

	.sitemap {
		display: grid;
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 1fr 2fr;
		font-size: 125%;
	}

	.foot {
		display: grid;
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 1fr 1fr;
		font-size: 75%;
		margin-left: 6vw;
		margin-right: 7vw;
		padding-top: 1vw;
	}

	.navi li li {
		font-size: 75%;
	}
}

body {
	background-color: #000000;
	color: #FFFFFF;
	/* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
	font-family: 'Lucida Grande', sans-serif;
	width: 100vw;
}	

html, body {
    margin:0;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
}

h3 {
	color: #ca3a2d;
}

.navi.stay-put {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
  
.icon-bar a {
	display: block;
	text-align: center;
	padding: 1em;
	transition: all 1.0s ease;
	color: white;
}
  
.icon-bar a:hover {
	background-color: #000;
}
  
.facebook {
	background: #3B5998;
	color: white;
}
  
.twitter {
	background: #55ACEE;
	color: white;
}
  
.google {
	background: #dd4b39;
	color: white;
}
  
.wikipedia {
	background: grey;
	color: white;
}
  
.youtube {
	background: #bb0000;
	color: white;
}

.university {
	background: #012169;
	color: white;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navi {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/* background-color: #48100b; */
	padding: 0;
	background-color: #000000;
}

.navi li {
    display: inline;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	/* background-color: #48100b; */
	background-color: #000000;

}		

.navi a:link{
	color: #ffffff;
	text-decoration: none;
}

.navi a:visited{
	color: #b7e4d5;
	text-decoration: none;
}

.navi a:hover, .nav-items a:focus{
	color: rgb(166, 32, 28);
}

.navi a:active{
	color: #FFFFFF;
}

.name {
	  margin-left: auto;
	  margin-right: auto;
	  background-color: #000000;
	  position: relative;
} 

.name img {
	width: 100vw;
}	

#mail {
	font-size: 18px;
}	

#mail img, a{
	display: inline;
}	

#gototop {
	float: right;
	display: inline;
	padding-right: 1vw;
}	

#gototop a:hover {
	font-style: italic;
}	

table img {
	width:267px;
}	

.bookshelf table {
	margin-bottom:60px;
}	

.bookshelf {
	display: grid;
	grid-template-columns: 1fr;
	width: 90vw;
	justify-content: space-between;
}

.book {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10vh;
}

.book div {
	align-self: center;
}

a img {
	display: inline;
}	

script {
	display: inline;
	width: 10vw;
}	

p {
	line-height: 2.0;
}

audio, video, iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 0;
	clear:both;
	display:block;
	width: 100%;               
	background-color:#ffffff;
	height: 1px;
	margin-bottom: 10vw;
}

.dropdown {
	position: relative;
	display: inline;
	background-color: #000000;
	padding: 1vw;
	font-size: 100%;
	border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	top: 100%;/* use this */
	z-index: 1;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1vh;
}

/* Links inside the dropdown */
.dropdown-content li {
	padding: 1vw;
	text-decoration: none;
	display: block;
	margin: 0;
}

.navi li:hover {
	background-color: #212121;
}

.emph {
	color: #e99d84;
}

footer {
	background-color: #252525;
}

.foot h3 {
	font-family: 'Geneva', 'Trebuchet MS', 'Verdana', 'sans-serif';
	margin-bottom: 1vw;
}

.foot ul {
	font-size: 100%;
	line-height: 1.5;
}

.foot ul ul {
	padding-inline-start: 0.75em;
}

.contact {
	justify-self: end;
}

#copyright {
	color: white;
	font-size: 75%;
	text-align: center;
	background-color: #1a1a1a;
}

#copyright p {
	padding: 1em;
	margin: 0;
}

#final-hr {
	margin-bottom: 0;
}

.foot a:visited {
	color:rgb(144, 71, 71);
}

.foot a:hover, a:focus {
	color:rgb(92, 71, 144);
}

main a:link {
	color:#b7e4d5;
}

main a:hover{
	color:#303f3a;
	text-decoration: none;
}

main a:visited{
	color:rgb(144, 71, 71);
}

.bordered_img {
	border: 0.5vw #643516 solid;
}

.hasattch {
	color:#e39770;
}