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

	#header {
		position: fixed;
		display: block;
		text-align: center;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 20;
		height: 65px;
		font-size: 1.0em;
		line-height: .8em;
		padding-top: 0.0em;
		padding-bottom: 0.0em;
	}

	#headerLeft {
		display:block;
		float: none;
	}

	#headerRight {
		display: block;
		font-size: .9em;
		float: none;
	}

	#header li {
		display: inline-block;
		list-style: none;
		padding: 0 0 0 5px;
	}


	#leftContainer {
		position: relative;
		display: block;
		top: 60px;
		left: 0px;
		right: 0px;
		bottom: 40px;
		height: 30px;
		width: 100%;
		z-index: 12;
		border-right: none;
	}

	.dropdownmenubutton {
		display: block;
	}

	.dropdownmenuicon {
		position: relative;
		display: block;
		background: #0083c5;
		border-radius: 10px;
		color: white;
		padding: 2px;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
		font-size: .8em;
		text-align: center;
		visibility: visible;
		cursor: pointer;
	}

	.dropdownmenuicon::after {
		content: '\2193'; 
		font-weight: bold;
		font-size: 1.1em;
		margin:0px 10px 0px 5px;
		text-decoration:none;
	}

	.dropdownmenu {
		position: relative;
		background: #dbe7ed;
		display: none;
		height: auto;
		list-style-type: none;
		text-align: center;
		margin-left: 60px;
		margin-right: 60px;
		cursor: pointer;
		font-size: 0.8em;
		font-weight: bold;
	}

	.dropdownmenu li {
		list-style-type: none;
		border-bottom: 1px solid #bdd2dd;
		margin: 0px;
		color: #444;
		padding: 10px;
	}

	.dropdownmenu li a:link {
		text-decoration: none;
		color: #444;
	}

	.dropdownmenu li a:visited {
		text-decoration: none;
		color: #444;
	}

	.dropdownmenu li a:hover {
		color: #0083c5;
	}

	.dropdownmenuheader {
		font-weight: bold;
	}

	.dropdownmenuitem {
		margin-left: 20px;
	}

	.rightContainer {
		position: fixed;
		font-size: .9em;
		top: 100px;
		margin: 20px;
		left: 0px;
		right: 0px;
		bottom: 30px;
		display: block;
		overflow: auto;
	}

	img {
		width: 350px;
	}

	.dialogImage {
		width: 100%;
	}

	#projectPage img {
		width: 100%;
	}

	.artWork { 
		display: inline-block;
		vertical-align: top;
		width:auto;
		margin: 5px;
	}

	.artWork img {
		border: 2px solid black;
		width: 100%;
	}

	.artIntroduction {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		font-size: 1.0em;
		line-height: 1.8em;
	}




}