.white-text {
    color: whitesmoke !important;
}

.red-text {
    color: #bf360c !important;
}

.purple-text {
    color: #9c27b0 !important;
}

.indigo-text {
    color: #3f51b5 !important;
}

.blue-text {
    color: #2196f3 !important;
}

.cyan-text {
    color: #00bcd4 !important;
}

.teal-text {
    color: #009688 !important;
}

.green-text {
    color: #4caf50 !important;
}

.lime-text {
    color: #cddc39 !important;
}

.yellow-text {
    color: #ffeb3b !important;
}

.amber-text {
    color: #ffc107 !important;
}

.orange-text {
    color: #ff9800 !important;
}

.hidden.menu {
    display: none;
}

.masthead {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.footer {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.m-menu {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    color: white !important;
}

.self-menu .item {
    color: whitesmoke !important;
}

.m-menu .item {
    color: whitesmoke !important;
}

.masthead.segment {
    min-height: 175px;
    padding: 1em 0em;
}


.m-margin-top {
    margin-top: 3px !important;
}

.m-margin-top-small {
    margin-top: 2px !important;
}

.m-margin-top-large {
    margin-top: 10px !important;
}

.m-margin-top-huge {
    margin-top: 15px !important;
}

.m-border {
    outline: none !important;
    border: 1px solid rgba(34, 36, 38, .15);
!important;
}

.m-border:focus {
    border: 1px solid #85b7d9;
!important;
}


.m-content {
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    line-height: 1.8 !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.m-content-small {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8 !important;
    color: rgba(0, 33, 22, 0.7) !important;
}

.m-hidden {
    display: none !important;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 0.2em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 0.75em;
}

.ui.vertical.stripe {
    padding: 2em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 1em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.3em;
}

.ui.vertical.stripe h3 {
    color: rgba(25, 10, 50, 0.8) !important;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 175px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 87px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

