body {
    background: #512D6D;
}
.short-header-page #header-wrap {
    background: #512D6D;
}
.swoogo-reg-progress .steps > li.done > a.step .number {
    background-color: rgba(81,45,109,.6);
    color: #FF2130;
  	transition: 250ms background-color ease;
}
.swoogo-reg-progress .steps > li.done > a.step:hover .number {
  	background-color: #512D6D;
}
.swoogo-reg-progress .steps > li.active > a.step .number {
  	background-color: #512D6D;
  	color: #FF2130;
}
.swoogo-nav > li > a:hover,
.swoogo-nav > li > a:active,
.swoogo-nav > li > .active a,
.swoogo-nav > li.active > a,
.swoogo-nav > li.open > a {
    border: 2px solid #FF2130 !important;
}
.swoogo-nav > li > a {
    color: #FF2130;
}
.text-logo a {
    color: #FF2130;
}
#footer-wrap {
    background-color: #512D6D;
    color: #FF2130;
}
#footer-wrap a:not(.btn):not([data-toggle]) {
    color: #FF2130;
}
.short-header-page .navbar {
  	background: #512D6D;
}
@media (max-width: 767px) {
    .navbar {
        background: #512D6D;
    }
}
@media (min-width: 768px) {
  
  	.site-background nav#site-nav {
        background: linear-gradient(180deg, rgba(81,45,109,.65) -25%, transparent 85%);
    }
  	.site-background #site-nav::before {
        background: linear-gradient(180deg, rgba(81,45,109,.8) 0%, rgba(81,45,109,.8) 100%);
    }
  
}