@charset "UTF-8";
/* 

	IAMAS 2015 Mainpage

*/

html { 
  background: url(/exhibit15/images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background:  none;
	height: 80%;
	min-height: 80%;
}

#page_content {
	z-index: 0;
	width: 100%;
	height: 70%;
	max-width: 800px;
	padding-top: 10%;
	padding-bottom: 10%;
}


#page_content img {
	padding-top: 10%;
	width: 95%;
}

#note {
	margin: 0;
}

#sharebuttons{
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
}

#footer p {
	margin: 0;
}

#header {
	position: fixed;
}

#footer {
	position: fixed;
}

@media screen and (max-height:600px) {
	#page_content {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	#page_content img {
		padding-top: 5%;
		width: 80%;
	}

	#sharebuttons{
		margin-left: 80px;
	}

}

@media screen and (max-width:600px) {
	#page_content {
		padding-top: 15%;
		padding-bottom: 5%;
	}

	#page_content img {
		padding-top: 10%;
		width: 95%;
	}
	
	#sharebuttons{
		margin-left: 12px;
	}
}

@media screen and (max-width:450px) {
	#page_content {
		padding-top: 10%;
		padding-bottom: 5%;
	}

	#page_content img {
		padding-top: 5%;
		width: 95%;
	}

	#sharebuttons{
		margin-left: 9px;
	}

	#header {
		position: relative;
	}

	#footer {
		position: fixed;
		height: 40px;
	}
	
}