@charset "UTF-8";

.label {
  color:#C6003E;
}

.heading {
  color:#461525;
}

a:link,a:active,a:hover {
  color:#c63c67;
  text-decoration:none;
}

body {
  background-color:rgba(43,0,13,0.45098);
  color:#e2b21d;
  font-family:'Helvetica';
  font-style:normal;
  font-size:14px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/173/17393764/473-381-851-819-6734550.jpg);
}

.profile_section_content {
  color:#e2b21d;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-image:linear-gradient(rgba(198,0,63,0) 0%,rgba(122,0,39,0.682353) 44%,rgba(71,0,22,0.760784) 86%,rgba(36,0,12,0.870588) 100%);
}

.img_radius_shadow {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -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:rgba(43,0,13,0.45098);
  color:#e2b21d;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  border-radius:6px;
}

.content {
  padding:5px;
}