body {
    background-color: #000000 !important;
}
.background{
	background-image: url("../img/cover.jpg");
	margin: 50px auto;
        background-repeat: no-repeat;
}
.popbox{
	background-color: rgba(149, 8, 214, 0.7);
	padding: 15px 10px 10px 10px;
}
/*added*/
.name {
	margin-top: -10px;
}
.name h1{
	font: 400 16px/1.6 'Istok Web', Verdana, Helvetica, sans-serif;
	color: white;
	font-size: 39pt;
	font-weight: bold;
}
.field{
	margin: -50px 0 0 10px;
	color: #66ff8f;
}
.field p{
	font-size: 16pt;
}
.biography{
	color: #b7ebd1;
}
.biography p{
	font-size: 10pt;
}
.socialmedia img {
        border: 1px solid #666666;
}
.socialmedia a img:hover {
        border: 1px solid #66ff8f;
}
.socialmedia a img:active {
        border: 1px solid #66ff8f;
        opacity: 0.5;
}
a:link {
	color:#66ff8f !important;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	color:#66ff8f !important;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
a:active {
	opacity: 0.5;
}
a:visited {
	color:#66ff8f !important;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:focus {
	outline: none !important;
}
p {
  font: 400 16px/1.6 'Istok Web', Verdana, Helvetica, sans-serif;
}
ul {
  font: 400 16px/1.6 'Istok Web', Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}
hr {
	margin: 20px 0 5px 0 !important;
}