@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#f0e7f6;
  color:#black;
  font-family:'MS Sans Serif';
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:100px;
  margin-right:100px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url(http://static.tumblr.com/rchcoet/r4yn3l9i0/imageedit_1_6656477529.jpg);
}

.profile_section_content {
  color:#00000;
  border:5px solid gray;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -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;
  background-color:transparent;
  color:#0000;
  font-family:'MS Sans Serif';
  font-weight:bold;
  font-style:normal;
  font-size:34px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}