h1 {
	font-size: 22px;
	margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

a {
    color: #006db3;
    text-decoration: none;
    outline: 0 !important;
    background-color: transparent;
}

a:hover {
    color: #005b9f;
    text-decoration: none;
}

body {
	background: #fff;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.img-thumbnail {
    border: none;
}

.navbar-brand {
	font-size: 24px;
}

.nav-link{
	font-size: 15px;
	color: #333;
}