@charset "UTF-8";
/* CSS Document */





/*=====Custom Styles for Profile Page====*/
#intro p {
background-color: rgba(16,25,135,0.76);
color: white;
}




#backgroundLayer {
  background-color:#484848;
}


#content ul {
list-style-image: url("../img/arrow_white.svg");
}

#content ul li a {
background-color: rgba(72,72,72,.76);
color: white;
}


#footer {
  color:#898989;
  }
  
  
 