﻿.lfc-green {
    background-color: #00a398;
    color: #f4f1eb;
}
.lfc-green-reverse {
    background-color: #ffffff;
    color: #00a398;
}
.lfc-red {
    background-color: #d00027;
    color: #f4f1eb;
}
.lfc-red-reverse {
    background-color: #f4f1eb;
    color: #d00027;
}
.lfc-fossil {
    background-color: #f4f1eb;
    color: #00a398;
}
.lfc-blue {
    background-color: #1E90FF;
    color: #f4f1eb;
}
.lfc-purple {
    background-color: #4424D6;
    color: #f4f1eb;
}
.colorA {
    background: #1E90FF !important;
    color: white !important;
}
.colorB {
    background: white !important;
    color: black !important;
}
body {
    background-image: url('../images/6.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}
.hidden {
    display: none;
}
.page-content {
    width: 80%;
    margin: 0 auto;
}
