* {
    font-family: "Avenir Next", "Arial", sans-serif;
}
.condensed {
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
}
.thin {
    font-weight: 200;
}
.bold {
    font-weight: 500;
}
.btn-purple,
.btn-purple:disabled {
    background-color: #400080;
    border-color: #400080;
    color: #ffffff;
}
.btn-purple:hover {
    background-color: #390073;
    border-color: #390073;
    color: #ffffff;
}
.btn-purple:active {
    background-color: #2d0057;
    border-color: #2d0057;
    color: #ffffff;
}
.mt-6 {
    margin-top: 5rem !important;
}
.text-pre-wrap {
    white-space: pre-wrap;
}

#privacy {
    font-weight: 300;
}
strong {
    font-weight: 600;
}

#layouts .card-body {
    height: 120px;
    text-align: center;
    padding-left: 0;
}
#layouts .card-body img {
    height: 85px;
}
#layouts .card-body img. {
    height: 85px;
}
input::placeholder,
textarea::placeholder {
    /*opacity: 0.667;*/
    font-weight: 200;
    color: #ffff6e;
}

.quote {
    font-family: Georgia, serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 1em 3em 0.5em 3em;
    font-size: 1.6em;
}
.quote footer {
    margin-top: 1em;
    font-size: 16px;
    text-align: right;
}
.quote:before,
.quote:after {
    font-family: Georgia, serif;
    position: absolute;
    display: block;
    font-size:6em;
    width: 42px;
    height: 72px;
}
.quote:before {
    content: "\201C";
    left: -0.1em;
    top: -0.25em;
}
.quote:after {
    content: "\201D";
    right: 0.15em;
    bottom: 0.75em;
}
.quote cite {
    padding: 0 2em 0 0;
    text-align:right;
}
.quote cite:before {
    content: "\2013";
}
