@font-face {
	font-family: Lora Regular;
	src: url(../fonts/Lora-Regular.ttf);
}
@font-face {
	font-family: Lora Bold;
	src: url(../fonts/Lora-Bold.ttf);
}
@font-face {
	font-family: Lora Italic;
	src: url(../fonts/Lora-Italic.ttf);
}
@font-face {
	font-family: Lora Bold Italic;
	src: url(../fonts/Lora-BoldItalic.ttf);
}
@font-face {
	font-family: Raleway Light;
	src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
	font-family: Raleway Regular;
	src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
	font-family: Raleway Medium;
	src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
	font-family: Raleway Bold;
	src: url(../fonts/Raleway-Bold.ttf);
}

.uk-container {
  max-width: 1440px;
  padding: 0;
}
html {
  font-family: "Lora Regular", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
em {
	font-family: "Lora Italic", sans-serif;
  color: #333333;
}
strong {
	font-family: "Lora Bold", sans-serif;
}
h1 {
  font-family: "Raleway Bold", sans-serif;
	font-size: 48px;
	line-height: 48px;
}
h2 {
  font-family: "Raleway Light", sans-serif;
	text-transform: uppercase;
	font-size: 36px;
  line-height: 36px;
}
h3 {
  font-family: "Raleway Bold", sans-serif;
	font-size: 24px;
  line-height: 24px;
}
.uk-text-small {
	font-size: 12px;
}

.uk-article-title {
  font-size: 42px;
  line-height: 42px;
}
.uk-article-meta {
  color: #666666;
	font-size: 18px;
}
.uk-article-lead {
  color: #333333;
	font-size: 24px;
}
.uk-navbar {
  background: #333333;
	padding: 2px;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #333333;
}
.uk-link, a {
    color: #333333;
		font-weight: bold;
    text-decoration: underline;
}
.uk-link, a:focus,
.uk-link, a:hover {
    color: #ff6633;
		font-weight: bold;
    text-decoration: underline;
}
.uk-button {
	border-radius: 4px;
  background-color: #ff6633;
	font-size: 18px;
	font-family: "Raleway Bold", sans-serif;
  color: #ffffff;
	text-transform: uppercase;
}
.uk-button:focus,
.uk-button:hover {
  background-color: #ff9933;
  color: #ffffff;
}
.uk-subnav>*>:focus,
.uk-subnav>*>:hover {
	color: #ff6633;
	text-decoration: underline;
}
