@charset "utf-8";
html, body {
	margin: 0;

	color: #484848;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: #FFFFFF;
	/* background-color: #E9E9E9; */
	height:100vh;

}
p {
	font-size: small;
	/* [disabled]background-color: rgba(255,255,255,0.65); */
	/* [disabled]padding-bottom: 4px; */
	/* [disabled]padding-left: 5px; */
	color: #666666;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 83%;
}

h2 {
	line-height: 100%;
	font-size: larger;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	top: -17px;
	margin-bottom: 0px;
	bottom:9px

}
a {
	text-decoration: none;
	color: rgba(102,102,102,1.00);
}

#wrapper {
	/* [disabled]background-color: #FFFFFF; */
	/* width: 100%; */
	min-height:100%;
	/* max-width: 1000px;
	min-width: 640px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	/* height:100%; */
}

#title {
	background-color: #E9E9E9;
	width: 100%;
	height: 44px;
	/* height: 10%; */
	/* margin-bottom:auto; */
	z-index: 3;
	/* -webkit-transition: all 4s ease;
	transition: all 4s ease; */
}

/* #title:hover {
	/* height: 88px; */
/* } */

#title img {
	margin-top: 5px;
	margin-left: 3px;
	height: 80%;
}

#contact {
	/* float:right; */
	/* height: 0; */
	margin-right:1%;
	/* margin-top:1%; */
	/* margin-bottom:-1%; */
	display:inline-block;
	/* opacity: 0; */
	position:absolute;
	/* top: 2%; */
	right:0;
}

#content{
	padding-bottom:40px;
}

.mainPic{
	margin:0;
	padding: 0;
	position: relative;
	clear:both;
}

.mainPic img{
	margin:0;
	padding: 0;
	width: 100%;
	/* margin-bottom: 0%; */
	margin-bottom: -8%;
	opacity:1;
	/* margin-bottom: 2%; */
	/* -webkit-clip-path: inset(0% 0% 60% 0%); */
	/* clip-path: inset(0% 0% 60% 0%); */
	-webkit-clip-path: inset(0% 0% 40% 0%);
	clip-path: inset(0% 0% 40% 0%);
	-webkit-transition: all 7s ease;
	transition: all 7s ease;
}
.mainPic :hover {
	/* margin-bottom: -2%; */
	margin-top: -3%;
	margin-bottom: 0%;
	opacity:0.7;
	clip-path:inset(0% 0% 0% 0%);
	-webkit-clip-path: inset(0% 0% 0% 0%);
}

.article {
	display:inline;
	/* display:none; */
	width: 50%;
	margin-left: 1em;
	margin-right: 1em;
	margin-top:0%;
	margin-bottom:5%;
	position: relative;
	float:right;
}

.header {
	display:inline;
	height: 0;
	margin-top:0%;
	z-index: 1;
	margin-left: 15px;
	position: relative;
	float:left;
}

#footer {
	clear: both;
	background-color: #E9E9E9;
	/* position: absolute; */
	position: fixed;
	/* margin-top:-40px; */
	bottom: 0;
	height:20px;
	width: 100%;
}

#footer p{
	margin-left: 11px;
	/* padding: 1px; */
	/* [disabled]margin-bottom: 0px; */
	position: relative;
	/* [disabled]bottom: 0px; */
	bottom: 12px;
}
