/*
Theme Name: Gente Theme
Author: Maciej Jacyno
Author URI: http://jacyno.eu/
Description: Gente RWD theme
Version: 1.0
*/

@import url(https://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,300italic,300&subset=latin,latin-ext);

@import "css/template.css";
@import "css/round-menu.css";
@import "css/round-menu-small.css";
@import "css/offcanvas.css";

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-family: 'Lato', sans-serif;
}

html,
body {
    height: 100%;
    font-size: 16px;
}

