*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
}
.text-site-primary {
    color: #206f95;
}
.text-site-secondary {
    color: #57b5a3;
}
.bg-header {
    background-color: #0f4c81;
}
.bg-site-primary {
    background-color: #206f95;
}
.bg-site-primary-light {
    background-color: #9bc3d3;
}
.bg-site-primary-25 {
    background-color: rgb(148, 161, 167);
}
.bg-site-secondary {
    background-color: #57b5a3;
}
.bg-site-secondary-light {
    background-color: #bee2dc;
}
.bg-site-secondary-25 {
    background-color: #d8eeea;
}

.btn-site-primary {
    color: #fff;
    background-color: #206f95;
    border-color: #206f95;
    font-weight: 300;
}
.btn-site-primary:hover {
    color: #fff;
    background-color: #347c9e;
    border-color: #347c9e;
    font-weight: 300;
}
.btn-site-primary-light {
    color: #fff;
    background-color: #418ea3;
    border-color: #418ea3;
    font-weight: 300;
}
.btn-site-primary-light:hover {
    color: #fff;
    background-color: #3a88a2;
    border-color: #3a88a2;
    font-weight: 300;
}
.btn-site-secondary {
    color: #fff;
    background-color: #5ba99b;
    border-color: #5ba99b;
    font-weight: 300;
}
.btn-site-secondary:hover {
    color: #fff;
    background-color: #57b5a3;
    border-color: #57b5a3;
    font-weight: 300;
}

.text-site-primary-dark {
    color: #2c5a70;
}

.text-small {
    font-size: 0.9rem;
}
.text-big {
    font-size: 1.1rem;
}
.text-bigger {
    font-size: 1.25rem;
}
.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}
.lead {
    font-weight: 400;
}
.header-logo {
    max-height: 25px;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-guest {
    background-color: #206f95;
}
.footer-logo {
    max-height: 40px;
}
.footer-social-icon {
    max-height: 50px;
}
.footer-guest ul.list-unstyled li {
    padding: 5px 0 0 0;
}
#site-content {
    min-height: calc(100vh - 350px);
}
.social-icon {
    max-height: 90px;
}
.social-icon-contact {
    max-height: 70px;
}
.worklife-logo {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
h4 {
    line-height: 1.5;
}
.landingpage-bg {
    background: rgb(32,111,149);
    background: -moz-linear-gradient(90deg, rgba(32,111,149,1) 0%, rgba(32,111,149,0.700717787114846) 100%);
    background: -webkit-linear-gradient(90deg, rgba(32,111,149,1) 0%, rgba(32,111,149,0.700717787114846) 100%);
    background: linear-gradient(90deg, rgba(32,111,149,1) 0%, rgba(32,111,149,0.700717787114846) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#206f95",endColorstr="#206f95",GradientType=1);
}
.footer {
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .display-header {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.5;
    }
    .display-text {
        font-size: 1.3rem;
        font-weight: 100;
        line-height: 1.5;
    }
    .copyright {
        font-size: 0.9rem;
        font-weight: 200;
    }
}
@media (min-width: 992px) {
    .display-header {
        font-size: 2.9rem;
        font-weight: 300;
        line-height: 1.5;
    }
    .display-text {
        font-size: 1.9rem;
        font-weight: 100;
        line-height: 1.4;
    }
    .copyright {
        font-size: 1rem;
        font-weight: 200;
    }
}
#email {
    font-weight: 300;
}
