/*================= clearfix =================*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
..clearfix:after {
	clear: both;
}
.clearfix {
*zone: 1;
}
/*======= MENU VIEW button=============*/

.body-container {
  position: relative;
  width: max-content;
  overflow: auto;
}

.topnav {
  position: absolute;
  margin: 30px;
  width: auto;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "ＭＳ ゴシック" , "MS Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/*================= Body size+background =================*/
body {
	width: 1600px;
	height: 900px;
	background-image: url(../images/mapsketch_adjusted.jpg);
}

/*================= Rows 1 to 8 ==========================*/

.row {
	height: 150px;
	width: 100%;
	margin: 0;
}

/*================= Columns 1 to 8 =========================*/

.column {
	width: 200px;
	height: 100%;
	margin: 0;
	float: left;
	display: block;
}


/*================= modals ===========================*/
em {
	color: #FF0000;
}

.text {
	padding: 2rem;
}

iframe {

	margin-left: 24px;
	margin-right: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#img-modal-11 {
	width: 720px;
	margin-left: 5px;
}
