
 
/* ========================================================================
   General
 ========================================================================== */

html {
	font: 300 16px / 30px 'Helvetica', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255);
}

.tm-logo {
	max-width: 120px;
	height: inherit;
}


.uk-link, a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

p:last-child {
	margin-bottom: 0;
}

/* ========================================================================
   Headings
 ========================================================================== */


h1, h2, h3, h4, h5, h6 {
	font-family: 'Panton-Regular', Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 25px 0;
	color: rgba(0, 0, 0, 1);
}




h1,
.uk-h1 {
  font-size: 30px;
  line-height: 40px;
}





