@font-face {
    font-family: 'ArbitraryBoldRegular';
    src: url('style1/arbitrarybold.eot');
    src: url('style1/arbitrarybold.eot') format('embedded-opentype'),
         url('style1/arbitrarybold.woff') format('woff'),
         url('style1/arbitrarybold.ttf') format('truetype'),
         url('style1/arbitrarybold.svg#ArbitraryBoldRegular') format('svg');
}

body {
	background-color: #fff4dc;
}

.refresh {
	position:fixed;
	top:50px;
	right: 30px;
	height:104px;
	width:73px;
	background-image: url("style1/refresh.png");
	background-repeat: no-repeat;
}

.social {
	position:fixed;
	bottom:30px;
	right: 30px;
	height:60px;
	width:150px;
}

.linkedin {
	float:left;
	height:61px;
	width:60px;
	background-image: url("style1/linOK.png");
	background-position: 0px 0px;
}

.linkedin:hover {
	float:left;
	height:61px;
	width:60px;
	background-position: 60px 0px;
}

.mail {
	float:left;
	margin-top: -5px;
	margin-left: 10px;
	height:80px;
	width:77px;
	background-image: url("style1/mailOK.png");
	background-position: 0px 0px;
}

.mail:hover {
	float:left;
	height:80px;
	width:77px;
	background-position: 77px 0px;
}

.mainbox {
	position: relative;
	width:100%;
	height:100%;
}

.container {
	width:900px;
	height: 670px;
  margin: auto;
  padding-right: 100px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.pic {
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	width:250px;
	height: 250px;
	background-image: url(style1/pic.png);
	background-position: center;
	background-repeat: no-repeat;
}

.text {
	text-transform:uppercase;
	margin-top:-28px;
	font-family: ArbitraryBoldRegular;
	line-height:1.1;
	float:left;
	width:600px;
}

.text h1 {
	font-size: 66px;
	color: #1c75bc;
}

.text h2 {
	font-size: 47px;
	color: #dd4053;
}

.text h2 a {
	font-size: 47px;
	color: #dd4053;
	text-decoration: underline;
}

.text h2 a:hover {
	font-size: 50px;
	color: #1c75bc;
	text-decoration: underline;
}

.text h3 {
	font-size: 20px;
	color: #424242;
}

.text h3 a {
	font-size: 20px;
	color: #424242;
	text-decoration: underline;
}

.text h3 a:hover {
	font-size: 23px;
	color: #1c75bc;
	text-decoration: underline;
}
