@font-face {
    font-family: 'Monoton';
    src: url('style5/monoton-regular.eot');
    src: url('style5/monoton-regular.eot') format('embedded-opentype'),
         url('style5/monoton-regular.woff') format('woff'),
         url('style5/monoton-regular.ttf') format('truetype'),
         url('style5/monoton-regular.svg#MonotonRegular') format('svg');
}

@font-face {
    font-family: 'Beon';
    src: url('beon.eot');
    src: url('style5/beon.eot') format('embedded-opentype'),
         url('style5/beon.woff') format('woff'),
         url('style5/beon.ttf') format('truetype'),
         url('style5/beon.svg#BeonMedium') format('svg');
}

body {
	background-color: #000;
	margin: 0;

}

.topbar {
background-color: #282828;
}

.refresh {
	position:fixed;
	top:50px;
	left:50%;
	margin-left: -128;
	height:36px;
	width:256px;
	background-image: url("style4/refresh2.png");
	background-repeat: no-repeat;
}

.social {
	position:fixed;
	bottom:150px;
	right: 50px;
	height:72px;
	width:256px;
}

.linkedin {
	float:left;
	height:72px;
	width:72px;
	background-image: url("style5/lin.gif");
}

.linkedin:hover {
	background-image: url("style5/lin.png");
}

.mail {
	float:left;
	margin-left: 20px;
	height:72px;
	width:72px;
	background-image: url("style5/mail.gif");
}

.mail:hover {
	background-image: url("style5/mail.png");
}

.mainbox {
	position: relative;
	width:100%;
	height:100%;
	background-image: url("style5/lights.gif");
	background-size: 604px 637px;
	background-position: center;
	background-repeat: no-repeat;
}

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

.pic {
	
}

.text {
	float:left;
	color:#000;
}

.text h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: Monoton;
	font-weight: 100;
	color: #d7df23;
	font-size: 33px;
	line-height:1.4;
}

.text h2 {
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
	padding-top: 15px;
	font-family: Beon;
	font-weight: 100;
	font-size: 23px;
	line-height:1.4;
	color:#fff;
}

.text h2 a {
	color: #27aae1;
	text-decoration: none;
}

.text h2 a:hover {
	color: #d7df23;
}

.text h3 {
	text-align: center;
	padding-top: 20px;
	font-weight: 100;
	font-family: Beon;
	font-size: 23px;
	line-height:1.2;
	color: #fff;
}

.text h3 a {
	font-family: Beon;
	color: #da1c5c;
	text-decoration: none;
}

.text h3 a:hover {
	color: #d7df23;
}
