@charset "UTF-8";

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

a:visited {
  color:#052c51;
}

body {
  background-color:#ffffff;
  background-color:#ffffff;
  color:#000000;
  font-family:'Lucida Console';
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/163/16321500/168-443-990-196-6092779.jpg);
}

.profile_section_content {
  color:#000000;
  border:4px groove #;
  padding:4px;
  margin:4px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px #000000;
  -moz-box-shadow:0 0 18px #000000;
  box-shadow:0 0 18px #000000;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=40);
  opacity:.4;
  background-image:url(https://img.mfcimg.com/photos2/163/16321500/475-890-418-677-6092778.jpg);
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 10px #0b0b0b;
  -moz-box-shadow:0 0 10px #0b0b0b;
  box-shadow:0 0 10px #0b0b0b;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#020202;
  color:#11c3c3;
  font-family:'Lucida Sans Unicode';
  font-weight:bold;
  font-style:italic;
  font-size:27px;
  -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;
  background-image:url(https://img.mfcimg.com/photos2/163/16321500/475-890-418-677-6092778.jpg);
}

.content {
  padding:5px;
}

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  background:url(http://s26.postimg.org/gyqo7rc4p/bg_main.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:top;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:bottom;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:top;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:bottom;
}

.amazon,.offtips {
  opacity:.7;
  border-radius:55px;
  border:1px solid #C06;
}

.amazon:hover,.offtips:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
  opacity:1;
  border-radius:0;
  border:1px solid #C06;
}

.snapchat {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i91.photobucket.com/albums/k287/stellalebronx/snachat_zpsb8d9cb5f.jpg) no-repeat;
  background-position:top;
}

.snapchat:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i91.photobucket.com/albums/k287/stellalebronx/snachat_zpsb8d9cb5f.jpg) no-repeat;
  background-position:bottom;
}