/* custom css */

html, body {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.footer {
    /*border-top: 1px solid #e5e5e5;*/
    margin-top: 120px;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}
.footer span {
    margin: 0 10px;
    color: #7f7f7f;
    font-size: 0.8rem;
}

a {
    text-decoration: underline;
}

img.logo {
    display: block;
    margin: 40px auto 60px;
    max-width: 600px;
}

.clickme {
    cursor: pointer;
}

.justified {
    text-align: justify;
}

.form-error {
    color: #d00000;
    font-size: 0.8rem;
}

.backstretch {
    opacity:0.07;
    filter:alpha(opacity=7);
}