@charset "UTF-8";

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

a:visited {
  color:#e680e9;
}

@font-face {
  font-family:Indie Flower;
  src:url(https://fonts.googleapis.com/css?family=Indie+Flower);
}

body {
  background-color:#ffffff;
  background-color:#f8faf5;
  color:#777791;
  font-family:'Kristen ITC',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/201/20194719/132-530-819-733-8568834.jpg);
}

.profile_section_content {
  color:#77779;
  border:0 dashed #fefefe;
  padding:5px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

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

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#635375;
  color:#C1C1C8;
  font-family:'MV Boli',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:27px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.content {
  padding:5px;
}