@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  font-size:19px;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100%;
  background-image:url(https://img.mfcimg.com/photos2/103/10342027/963-662-476-416-5842831.jpg);
}

.profile_section_content {
  border:0 none #;
  padding:0;
  color:#1A064E;
}

.profile_section_background {
  background-color:transparent;
}

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

.profile_section_content .heading {
  padding:5px;
  color:#FF7BDF;
  font-family:'Verdana';
  font-weight:bold;
  font-size:24px;
  -webkit-text-shadow:2px 2px 2px #000;
  -moz-text-shadow:2px 2px 2px #000;
  text-shadow:2px 2px 2px #000;
}

.content {
  padding:5px;
}