body, html {
    width: 100%;
    height: 100%;
}
* {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Quicksand', 'Sukhumvit Set', 'thaisans_neuelight', Arial, Tahoma, sans-serif;
}
body {
    color: #000;
}
a {
    color: #40E0D0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #2ec5b6;
}
h1, h2, h3, h4, h5, h6 {
    color: #40E0D0;
}
.fonts, h1, h2, h3, h4, h5, h6,
.fonts *, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *
{
    font-family: 'Sukhumvit Set', 'thaisans_neuelight', Arial, Tahoma, sans-serif !important;
    font-weight: 300;
}

.txt-blue {
    color: #40E0D0;
}
.bg-blue {
    color: #fff;
    background: #40E0D0;
}

.page {
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.logo {
    padding-bottom: 80px;
}
.logo img {
    width: 100%;
    max-width: 280px;
}

.profile {
    padding-bottom: 50px;
}
.profile a {
    font-size: 24px;
    padding: 10px 20px;
}
.profile a:hover {
    color: #fff;
    background: #218b81;
}

.end, .end span {
    font-size: 14px;
}
.tagline {
    font-size: 20px;
    font-family: 'Caveat', 'Sukhumvit Set', 'thaisans_neuelight', Arial, Tahoma, sans-serif;
}

.contact {
    padding-top: 30px;
    color: #000;
}
.contact, .contact strong, .contact a {
    font-size: 14px;
    line-height: 24px;
}
.contact .sep {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding: 0 10px;
}
