/*===============================

frame content

===============================*/
#frame-content {
	position: relative;
	bottom:692px;
	margin-bottom:-540px;
	left:124px;
	background-color:;
	height:565px;
	width:564px;

}

#frame-text h4 {
	margin: 30px 0 0 30px;
}

#frame-list {
	display: flex;
	margin:20px 0 40px 100px;

}

#frame-list ul {
	margin-right: 35px;
}

#frame-article {
	background-color:;
	height:811px;
}

#map-wrap {
	width:100%;
	display:flex;
	justify-content: center;
}

#birds-eye{
	width:100%;
	margin:30px 0 30px 0;
}

/*===============================

frame media queries

===============================*/

@media only screen and (max-width: 900px) {
	#img-frame {
		display: none;
	}
 
	#frame-content {
		top:10px;
		left:0px;
		width:80%;
	}
}

@media only screen and (max-width: 820px) {
   
}


@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 610px) {
	#frame-list{
		flex-direction: column;
	}
	aside {
		display:none;
	}

}

@media only screen and (max-width: 500px) {
	#frame-content {
		width:350px;
	}
	.article-wrap{
		width:80%;
	}
	article {
		width:350px;
	}
	p {
		width:200px;
		background: ;
	}
	#frame-text h4 {
		width:250px;
		margin:0;
	}

	#frame-list ul {
		position: relative;
		right:70px;
	}
	#birds-eye {
		width:200px;
	}

	#map-wrap img {
		width:200px;
		height:150px;
		position: relative;
		right:70px;
	}
}


