h1 {
    font-size: 32px;
}

h1 small {
    display: block;
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

@media (max-width: 540px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }
}

/*text color*/
.text-white, .text-white a {
    color: #fff;
}

.text-light, .text-light a {
    color: #ECECEC !important;
}

.text-gray, .text-gray a {
    color: #777777 !important;
}

.text-darkgray, .text-darkgray a {
    color: #444444;
}

.text-blue, .text-blue a {
    color: #1DA8FF;
}

.text-darkblue, .text-darkblue a {
    color: #182756;
}

.text-en {
    text-transform: uppercase;
}


/*text size*/
.text-small {
    font-size: .85em;
}

.text-big {
    font-size: 1.2em;
}

.text-large {
    font-size: 1.5em;
}

.text-huge {
    font-size: 2em;
}

/*tinymce*/
#tinymce table {
    width: 98%;
    margin: 10px auto;
}

table.text-center {
    text-align: center;
}

table.no-border, table.no-border tr, table.no-border td {
    border: 0;
}