/*@import url(//fonts.googleapis.com/css?family=Roboto:400,700);*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext);
@import "https://fonts.googleapis.com/css?family=Vidaloka";
@import "https://fonts.googleapis.com/css?family=Raleway:400,700";
@import "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

/* latin-ext */
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/SHXJdWnWW6HDq-6DpcG8PyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: 400;
src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: "Coffee";
src: url(../fonts/kenyan_coffee_rg.ttf);
}
@font-face {
font-family: "Digital";
src: url(../fonts/digital-7.ttf);
}
@font-face {
font-family: "Pato";
src: url(../fonts/Pato.ttf);
}
@font-face {
font-family: "Barcode";
src: url(../fonts/barcode.ttf);
}

body {
font: 14px 'Pato','Vidaloka', sans-serif;
color: #9B0000;

}

a img {
border: 0px;
}

a:link, a:visited {
color: #F00;
text-decoration: none;
}
a:hover, a:active {
color: rgb(0, 136, 204);
text-decoration: underline; 
}

h1{
font-size: 2em;
font-weight: normal;
/*color: #333;*/
font-family: "Fjalla One";
}
h2{
font-size: 1.75em;
font-weight: normal;
color: #333;
font-family: "Fjalla One";
}
h3 {
font-family: "Fjalla One", Arial, sans-serif;
font-size: 1.5em;
font-weight: normal;
color: #9B0000;
}
h4, h5, h6{
font-size: 1.25em;
font-weight: normal;
color: #333;
}
