#showprofil {
	width: 100%;
	background-color: rgba(23, 13, 17, 0.8);
	border-bottom: 8px solid #ac997f;
}

#showprofil2{
	background-color:rgba(29, 19, 23, 0.4);
	border-bottom:2px solid rgba(172, 153, 127, 0.4);
	width: 100%;
}

#showprofil3{
	overflow:auto;
	background-color:rgba(29, 19, 23, 0.4);
	width: 100%;
}

#button{
	vertical-align:top;
	text-align:right;
	padding-right: 12px;
	overflow:auto;
	height:190px;
    width: 300px;
    padding-left: 65px;
}

#button #profilehead{
	text-align:right;
	margin-top:-40px;
}

#profilicon{
}

#profileinfo{
	padding-left:10px;
	vertical-align:top;
	height:190px;
}

#profilestats{
	padding-left:8px;
	opacity: 0.7;
}

#profilestats a{
	font-size: 8px;
}

#profilename{
    font-family: 'poppins', sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
    margin-top: -42px;
    vertical-align: top;
    text-decoration: none;
}

#profiletitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: top;
	padding-left: 10px;
	margin-top: -17.5px;
}

#profilehead{
    font-family: 'poppins', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.6;
    text-align: left;
    vertical-align: top;
    font-weight: 200;
}

#relahead{
	font-size: 14px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
}

#profileuserage {
	font-size: 50px;
    font-family: 'Abril Fatface', sans-serif;
	letter-spacing: 1px;
	font-weight: 200;
}

#profileuserinfo {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #847158;
}

#profileusertable {
	background-color:none;
	margin-top:-15px;
}

#stecklink, #stecklink a {
	padding-right: 8px;
	text-align:right;
    font-family:'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: lowercase;
}


.descrhoveravatar{
	height:220px;
	background-image:url(../../../images/style1/hoveravaback.png);
	padding:10px;
}

.postavatar{
	opacity: 1;
	transition: 1s;
	margin-top:-240px;
    height: 240px;
}

.postavatar:hover{
	width: 200px;
	color: #F0ECEC;
	opacity: 0;
	transition: 0.5s;
	height: 240px;
}

.backgroundimg{
opacity:0.3;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
    color: #ac997f;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
background-color:rgba(34, 17, 26, 0.8);
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	font-style:italic;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}