@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Cabin:400,700);

/* Fonts
-------------------------------------------------- */

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cabin', sans-serif;
}


/* Links
-------------------------------------------------- */

#site-container a:hover {
    color:#669933;
}

#site-container a.label:hover, #site-container a.label:focus,
#site-container .btn-success:hover {
    color:#fff;
}


/* Footer
-------------------------------------------------- */
#site-footer-container, #site-copyright-container {
    background-color:#fff;
    border-top: 1px solid #e0e0e0;
}