@font-face {
    font-family: 'montserratthin';
    src: url('montserrat-semibold-webfont.woff2') format('woff2'),
         url('montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratextralight';
    src: url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
         url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



h1,
h2,
h3 {
  font-family: 'montserratthin', sans-serif;
  color: #333;
  text-rendering: optimizelegibility;
  text-decoration: none;
}

h4,
h5,
h6 {
  font-family: 'montserratextralight', sans-serif;
  color: #333;
  text-rendering: optimizelegibility;
  text-decoration: none;
}


h1 {
	font-size: 60px;
	line-height: 70px;
}

h2 {
	font-size: 40px;
	line-height: 50px;

}


h3 {
	font-size: 35px;
	line-height: 42px;

}

h4 {
	font-size: 24px;
	line-height: 30px;
}



h5 {
	font-size: 18px;
	line-height: 32px;
}

h6 {
	font-size: 14px;
	line-height: 26px;
}

body{
    font-family: 'montserratextralight', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-rendering: optimizelegibility;
}

.uk-navbar-nav > li > a {
    font-family: 'montserratthin', sans-serif;
    font-size: 16px;
    text-rendering: optimizelegibility;
}

.text-color-999 {color:#999;}

.margin-0 {margin-top:0px;}

.link-text-decoration-none:hover {text-decoration: none;
color: #005895;}

a:hover {text-decoration: none;}
