@charset "UTF-8";

#topImg{
	background-image: url("./staff.jpg");
}


@media screen and (min-width: 769px) {
	#body{
		text-align: center;
		margin-bottom: 10vh;
	}

	#content-1, #content-2, #content-3{
		width: 30vw;
		min-width: 600px;
		margin: auto;

	}
		
	#body img{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#body{
		text-align: center;
		padding-bottom: 10vh;
	}
	
	#content-1, #content-2, #content-3{
		width: 100vw;
		margin: auto;
	}
	
	
	#body img{
		width: 100%;
	}
}