/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
h1 {
    font-family: "Roboto Slab","Open Sans","Arial";
    font-size:28px;
    color:#fff;
    text-transform:uppercase;
    font-weight: normal;
    letter-spacing:3px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 18px;

}

h2 {
    font-family: "Source Sans","Open Sans","Arial";
    font-size:15px;
    color:#fff;
    font-weight: normal;
    letter-spacing:2px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

h3 {
    font-family: "Roboto Slab","Open Sans","Arial";
    font-size:11px;
    color:#ccc;
    font-weight: normal;
    letter-spacing:3px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

h4 {
    font-family: "Roboto Slab","Open Sans","Arial";
    font-size:8px;
    color:#ccc;
    font-weight: normal;
    letter-spacing:3px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

/*

h4 {
    font-family: "Source Sans","Open Sans","Arial",sans-serif;
    font-size:12px;
    color:#fff;
    font-weight: normal;
    letter-spacing:2px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0px;
}

*/

a {
    color: #fff;
    text-decoration: none;
}

a:hover { 
    color: #eb4949;
}

img {

display: block;
    margin-left: auto;
    margin-right: auto;


}