@charset "utf-8";
.text-center.header strong {
}
header {
    color: #E9DADA;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-shadow: 0px 0px #150F0F;
    -webkit-box-shadow: inset 0px 0px #C7171A;
    box-shadow: inset 0px 0px #C7171A;
    background-image: -webkit-linear-gradient(270deg,rgba(211,25,221,1.00) 0%,rgba(15,15,15,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(211,25,221,1.00) 0%,rgba(15,15,15,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(211,25,221,1.00) 0%,rgba(15,15,15,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(211,25,221,1.00) 0%,rgba(15,15,15,1.00) 100.00%);
}
.bodyblack {
    background-color: #0E0D0D;
    color: #CFA8A8;
}
