@charset "UTF-8";

a:link,a:active,a:hover {
  color:#ffffff;
}

a:visited {
  color:#b5b5b5;
}

body {
  background-color:#ffffff;
  background-color:#fe7109;
  color:#ff8d38;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/170/17018187/110-103-649-667-6540887.jpg);
}

.profile_section_content {
  color:#ff8d38;
  border:3px groove #c40000;
  padding:2px;
  margin:0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:-5px 4px 7px #4c1d00;
  -moz-box-shadow:-5px 4px 7px #4c1d00;
  box-shadow:-5px 4px 7px #4c1d00;
}

.profile_section_background {
  background-color:transparent;
  background-position:top left;
  background-color:#FFFFFF;
  filter:alpha(opacity=95);
  opacity:.95;
  background-image:url(https://img.mfcimg.com/photos2/170/17018187/655-142-358-240-6544917.jpg);
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

/* ******************* */
/* Profile settings    */
/* ******************* */
#profile {
  width:70vw;
  background:#000000 url(https://img.mfcimg.com/photos2/170/17018187/793-250-987-914-6541194.jpg) top .7vmin center no-repeat;
  background-size:70vw 67vh;
  margin:40px 13vw;
  box-shadow:0 0 .7vmin .7vmin #000000;
  border-radius:.7vmin;
  opacity:.99;
  padding-top:67vh;
}

.profile_section {
  border-spacing:5px;
}

.content {
  padding:5px;
}