@import "_utilities.css";
@import "_sections.css";
@import "_forms.css";
@import "_buttons.css";
@import "_modals.css";

body {
    background-color: #fff;
    color: #fff;
    font-size: 16px;
    color: #505050;
    line-height: 1.5em;
}
.content-wrapper {
    background-color: #000;
    min-height: 500px;
    padding: 0;
}
a {
    color: #8542cc;
    text-decoration: none;
}
a:hover {
    color: #8542cc;
    text-decoration: underline;
}
.img-border {
    border: 1px solid #c9a7ef;
}
.embedded-video {
    background-color: #000;
}