*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -moz-box-sizing: inherit;
}

* {
	z-index: 1;
}

small {
	font-size: 60%;
	color: #ccc;
}

h3 {
	margin: 10px 0 0 0;
	color: #0D0D0D;
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

html {
	width: 100%;
	min-height: 100%;
	height: auto;
	
	font-size: 16px;
	font-family: Arial, Tahoma, 'sans-serif';
	
	background-image: url('../images/html-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	width: 990px;
	min-height: 690px;
	max-height: 100vh;
	background-image: url('../images/background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*margin: 5% auto 5% auto;*/
	margin: 5vh auto;
}

#container {
	padding: 72px 97px 0px 88px;
	max-height: 617px;
	min-height: 500px;
	height: 617px;
	position: relative;
}

#inner-body {
	/*background-image: url('../images/inner-body.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 26%;
	right: 26%;
	top: 40%;
	z-index: -1;*/
}

body header {
	width: 100%;
	height: auto;
}

body header > nav {
	width: 100%;
	height: 47px;
	
	background-image: -moz-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
}

body header > .header {
	width: 100%;
	height: auto;
	/*padding: 20px 30px;*/
	padding: 5px 30px;
}

body header > .header > a {
	float: left;
}

body header > .header > img {
	float: right;
	margin: 27px 30px -5px 0;
	height: 81px;
}

body header > nav {
	width: 100%;
	height: 47px;
	
	background-image: -moz-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(34,83,156) 0%, rgb(37,92,173) 100%);
}

body header > nav > ul {
	padding: 0;
	margin: 0 auto;
	display: table;
	width: auto;
	height: 47px;
	list-style: none;
}

body header > nav > ul > li {
	height: 47px;
	line-height: 47px;
	float: right;
	width: auto !important;
}

body header > nav > ul > li > a {
	padding: 0 20px 0 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

body section {
	padding: 50px 70px 70px 70px;
	color: #4b4b4b;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.5;
	/*overflow-y: scroll;*/
	overflow-y: hidden;
	max-height: 385px;
}

body section.lower {
	/*padding: 190px 70px 0 70px;*/
}

body section.scroll {
	overflow-y: scroll;
}

body section h2 {
	margin: 0;
	padding: 0;
}

body section .img {
	float: right;
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

body section .img img {
	height: 100%;
	width: 100%;
	display: block;
}

body section .border {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

body section input, body section textarea {
	width: 50%;
	margin-bottom: 10px;
	display: block;
}

body section ul {
	margin: 0;
	padding: 0;
}