@charset "UTF-8";
@media (min-width: 990px) {

	body {
		background-color: snow;
		padding-top: 100px;
	}

	h1 {
		color: #ee7800;
		font-weight: 900;
	}

	h2 {
		font-family: cursive;
	}

	.title {
		text-decoration: underline;
	}

	#imagemap {
		cursor: pointer;
	}

	.region-info {
		display: none;
	}

	.region-info p {
		font-size: 18px;
	}

	strong {
		color: #ee7800;
	}

	.box {
		display: inline-block;
		vertical-align: top;
		border: 2px solid black;
		text-align: center;
	}

	#mapsite,
	#information{
		text-align: center;
	}
	
	#mapsite {
		width: 50%;
		height: auto;
		text-align: center;
		background-color: lightblue;
		position: relative;
	
	}
	#mapsite img{
		width: 76%;
		height: auto;
	}

	#information {
		width: 40%;
		height: 720px;
		background-color: lightyellow;
		margin-left: 1%;
		position: relative;
	}
}

@media (max-width: 990px){
	body{
		background-color: snow;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	h1 {
		color: #ee7800;
		font-weight: 900;

	}

	h2 {
		font-family: cursive;
	}

	#mapsite {
		width: 97%;
		background-color: lightblue;
		margin: 10px 0;
		position: relative;
		height: auto;
		
	}

	#mapsite img{
		width: 100%;
		height: auto;
	}

	.title {
		text-decoration: underline;
	}

	#information {
		width: 97%;
		background-color: lightyellow;
		margin: 10px 0;
		position: relative;
		height: auto;
	}

	.region-info {
		display: none;
	}

	.region-info p {
		font-size: 18px;
	}

	strong {
		color: #ee7800;
	}

	.box {
		display: inline-block;
		vertical-align: top;
		border: 2px solid black;
		text-align: center;
	}
}