html {
    font-size:100%;
}

body {
    font-family:'Teko', sans-serif;
    font-size:1.1rem;
    word-wrap: break-word;
    color:#000;
}

a.alt {
    font-weight:bold;
}

.F_FontRoboto {
    font-family:'Roboto', sans-serif;
}

.F_Normal {
    font-size: 1.1rem;
}

.F_ColorHighlight {
    color: #FFEA00;
}

@media (max-width:992px){ /* Medium Screens*/
    html {
        font-size:90%; /* We use REM, so this changes font size globally. */
    }
}

@media (max-width:600px){ /* We use REM, this changes font size globally. */
    html {
        font-size:80%;
    }
}

.F_Bold {
    font-weight:bold;
}

.F_White {
    color: #FFF;
}

.F_Black {
    color: #000;
}

.F_Underline {
    text-decoration: underline;
}

.F_Biggest {
    font-size: 2.4rem;
}

.F_Bigger {
    font-size: 2rem;
}

.F_Big {
    font-size:1.5rem;
}

.F_Small {
    font-size:.85rem;
}

.F_Smaller {
    font-size:.75rem;
}

.F_Smallest {
    font-size:.7rem;
}

.F_Left {
    text-align:left;
}

.F_Center {
    text-align:center;
}

.F_Right {
    text-align:right;
}