@import url('http://fonts.googleapis.com/css?family=Exo&subset=latin,latin-ext');

@font-face {
    font-family: 'Font Awesome';
    src: url('../fonts/fontawesome.woff') format('woff'),
         url('../fonts/fontawesome.ttf') format('truetype');
}

html {
    font-size: 16px;
    line-height: 1.5em;
}

body {
    margin: 0;
    font-family: 'Exo', sans-serif;
    color: #5B5B5B;
    background: white url('../images/lines.jpg') repeat;
    background-position: center;
}

a {
    line-height: inherit;
    text-decoration: none;
    color: inherit;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a::-moz-focus-inner {
    padding: 0;
    border: none;
}

button, input, textarea, [contenteditable] {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

::selection {
    color: white;
    text-shadow: none;
    background-color: #1868a5;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background-color: #1868a5;
}

.nb,
.non-breaking {
    white-space: nowrap;
}

/*@media all and (max-width: 1472px) {
    html {
        font-size: 16px;
    }
}*/

@media all and (max-width: 50em) {
    body {
        background-image: none;
    }
}