@import url('https://fonts.googleapis.com/css?family=Kreon:400,700|Lora:400i,700i');

h1, h2, h3, h4, h5 {margin:0;}
h1, h2, h4 {font-family: 'Kreon', serif;text-transform:uppercase;font-weight:700;}

h1 {color:#d33c3c;margin-bottom:15px;}
h2 {color:#6a7e3a;}
h3 {color:#6a7e3a;}
h4 {color:#fffaed;margin-bottom:10px;}
h5 {}

body {background:#fff;font-family: 'Lora', serif;font-size:18px;-webkit-font-smoothing:antialiased;line-height:30px;}

strong a {color:#111;font-weight:700;text-decoration:none;}
strong a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: initial;
    font-size: 16px;
}
a 		{color:#111;text-decoration:underline;}
a:hover {color:#000;text-decoration:unerline;}

nav a,
#menu a {text-decoration:none;}
