@import url(../fonts/brandon.css);

html, body {
	font-family: 'brandon';
	min-height: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h5 {
	font-family: 'brandon';
	color: #1b2957;
}

.uk-panel-box {
	background: transparent;
	text-align: center;
}

.uk-panel-box p {
	color: #1b2957;
}

.uk-panel-box a {
	color: #1b2957;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}