.pricing-table .pricing-table-price h4 {
    font-size: 3.8rem !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.header .logo {
    width: 15rem;
}
.header .logo a:hover {
    opacity: 1 !important;
}
.row-no-maxwidth {
    max-width: inherit !important;
}
.header .navigation > ul > li > a {
    font-size: 1.23rem;
}
a, p a, .box a:not(.button) {
    color: #0176ff;
}
.bkg-hover-purple:hover {
    background-color: #0176ff;
    border-color: #0176ff;
}
.bkg-purple {
    background-color: #0176ff;
    border-color: #0176ff;
}
.header .v-align-middle > .button:not(.nav-icon) {
    background-color: #0176ff;
}
.color-purple, .color-hover-purple:hover {
    color: #0176ff;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):hover,
.header-background .v-align-middle > .button:not(.nav-icon):hover {
    background-color: #006ae5;
}
.spectrum {
    background: linear-gradient(230deg, #4a9ba2, #45a227, #0176ff);
    background-size: 400% 400%;

    -webkit-animation: Spectrum 20s ease infinite;
    -moz-animation: Spectrum 20s ease infinite;
    animation: Spectrum 20s ease infinite;
}
@-webkit-keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes Spectrum {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.feature-2 .feature-image img.w70 {
    width: 100%;
}
.bkg-amber {
    background-color: #ffc107;
    border-color: #ffc107;
}
.x-large {
    padding: 1.6rem 3rem;
    font-size: 2rem !important;
}
.h60 {
    max-height: 60px;
}
.border-purple {
    border-color: #0176ff !important;
}
.lang {
    height: 16px;
    box-shadow: 0px 0px 1px gray;
}
#login .signup-form-container {
    background-color: whitesmoke;
    border-radius: 0;
}
#login .signup-form-container {
    padding: 4rem;
}
#login .form-element {
    border-color: #ddd;
}
.blank-space .fullscreen-inner {
    background-color: white;
}
.bold {
    font-weight: 500 !important;
}
.super-bold {
    font-weight: bold !important;
}
.center-column {
    float: none;
    margin: 0 auto;
}
.large-text {
    font-size: large !important;
}
.menu-border-left {
    border: none;
    border-left: 1px solid rgba(220,220,220,0.5) !important;
}
.pricing-table-options li {
    text-align: left;
    margin-left: 20px;
}
.pricing-table-options .subscription-items {
    text-align: left;
    margin-left: 0px;
    list-style: disc;
}
.pricing-table-options .subscription-items li {
    padding: 0;
}
button.btn-block {
   width: 100% !important;
}
.text-white {color: white !important;}
.header-background .navigation > ul > li.current > a {
    color: #434343;
}
h1, h2, h3, h4, h5, h6 {
    color: #434343;
}
.color-black {
    color: #333;
}
.pricing-table .pricing-table-header {
    background-color: #2B2839;
}
.pricing-table .pricing-table-header h3 {
    color: white;
}
.pricing-table-column {
    border: 1px solid gray;
}
.pricing-recommended-header {
    background-color: #1c6c99 !important;
}
.pricing-recommended {
    transform: scale(1.03);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}
.pricing-no-border {
    border-right: 0;
}
.pricing-table .pricing-table-header {
    padding: 1rem 1rem;
    padding-top: 3rem;
}
.pricing-table-footer, .pricing-table-options {
    background-color: white;
}
.color-black {
    color: #333333;
}
.bg-white {
    background: white !important;
}
.header .navigation > ul > li.current > a:hover {
    color: #333333;
}
.bkg-grey-ultralight {
    background:#f9f9f9;
    border-color: #f9f9f9;
}
.color-blue {
    color: #52bad5;
}
.bkg-amber {
    border-color: #52bad5;
    background:#52bad5;
    color: white;
}
.bkg-amber:hover {
    background: #2c9ab7;
    border-color: #2c9ab7;
    color: white;
}
.header .v-align-middle > .button:not(.nav-icon) {
    background: #52bad5;
    border-color: #52bad5;
    border-radius: 0.3rem;
}
.header .v-align-middle > .button:not(.nav-icon):hover {
    background: #2c9ab7;
    border-color: #2c9ab7;
}
.row-full-width {
    max-width: 100%;
}
.header .navigation > ul > li > a.color-black {
    color:#333;
}
