/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select {
		font-size: 17pt;
	}
	
	header h1 {
		padding-left:20%;
	}
	
	header #nav {
		padding-right:20%;
	}

	#text {
		position:relative;
		top:12em;
		padding-left:20%;
		padding-right:20%;
	}						
						
		#idx header img{
		width:40%;
		}
	
	#footer {
  	position: fixed;
  	bottom:0;
  	}