body
{
   background-image: url("img/th.jpg");
   color: #fff;
   margin: 0;
   font-family: 'Spectral', serif;
   font-size: 20px;
}

.wrapper
{
    width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	padding-top: 15px;
	height: 850px;
}

h1
{
	display: inline-block;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 20px 0;
	text-transform: uppercase;
	font-family: 'Julius Sans One', sans-serif;
}

h2
{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Julius Sans One', sans-serif;
	margin: 0;
}

h3
{
	display: inline-block;
	margin: 20px 0;
	font-size: 30px;
	font-weight: 400;
}

h4
{
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	line-height: 150%;
}

.headlink
{
	color: #fff;
	text-decoration: none;
	transition: color .2s ease-in-out;
}

.headlink:hover
{
	color: #ff0800;
}

.leftpart
{
	float: left;
	width: 520px;
	height: 450px;
	background-color: #36200f;
	margin: 10px;
	padding: 20px;
	line-height: 130%;
	text-align: justify;
}

.leftpartcv
{
	float: left;
	width: 1140px; 
	height: 880px;
	background-color: #36200f;
	margin: 10px;
	padding: 20px;
	line-height: 130%;
	text-align: justify;
}

.photoright
{
	float: left;
	margin: 10px;
}

.linkface
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 7px;
	border-radius: 20px;
	width: 280px;
	height: 150px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.linkface:hover
{
	background-color: #4668b3;
}

.linkcv
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 7px;
	border-radius: 20px;
	width: 280px;
	height: 150px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.linkcv:hover
{
	background-color: #b2802b;
}

.linkfun
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 7px;
	padding-top: 18px;
	border-radius: 20px;
	width: 280px;
	height: 132px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.linkfun:hover
{
	background-color: #7d4308;
}

.linkkon
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 7px;
	border-radius: 20px;
	width: 280px;
	height: 150px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.linkkon:hover
{
	cursor: pointer;
	background-color: #36200f;
}

.end
{
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}