/* Global */

body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	
	/* background-color: #ffffff; */
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-position: 70% 45%;
	color: #333333;
	margin: 35px 10px 40px 10px;
}

img {
  margin: 0 auto;
  display: block;
  height:  auto;
}

a {
  text-decoration: none;
}

.container {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
	font-size : 2em;
	font-weight : bold;
}

/* Header */

.prof-pic {
  /* border-radius:  50%; */
  /* width: 90px; */
}

.user-name {
  text-align: center;
	background-color: #ffffffc0;
	border-radius : 10px;
	margin : 0 auto .5em;
	padding : .1em;
	width: 75%;
    font-family: Helvetica, sans-serif;
	/* font-size : 1em; */
	/* font-style : italic; */
	/* font-weight : bold; */
	/* text-transform : uppercase; */
}

.user-name a {
   color: #333;
  font-size: 1em;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
	font-weight : bold;
	text-transform : uppercase;
}

.user-name a:hover {
  color: #000;
}

.user-title {
  text-align: center;
	background-color: #e48f2ac0;
	border-radius : 10px;
	margin : 0 auto 1em;
	padding : .1em;
	width: 85%;
  font-size: 0.75em;
}

/* Links */

.link {
    display: block;
    background-color: #3d3b3c;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: 'Karla', Helvetica, sans-serif;
    font-weight: 600;
    padding: 15px 0 15px 0;
    margin: 12px 0 11px 0;
    border: 2px solid #3d3b3c;
	border-radius : 10px;
}

.link:hover {
    color: #3d3b3c;
	transition: all 0.25s ease;
    background-color: #f49b1de0;
}

.separator {
	display : block;
	margin : 5px 51% 5px 40px;
	padding : 5px 5px 5px 15px;
	background-color : #eeeeeee0;
	color : #333333;
	border-radius : 10px;
	font-size : 1rem;
}


/* Footer */

footer img {
  width: 150px;
    padding-top: 40px;
}