body {
	margin: 0;
	padding: 0;
	font-family: 'Gotham Pro', sans-serif;
	font-size: 16px;
	color:#000;
	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham Pro',sans-serif;
}

h2, .h2 {
    font-size: 24px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 20px;
    font-weight: bold;
}


.title-site {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    display:block;
}

.subtitle {
    text-align: center;
    font-size: 24px;
}

p {
	line-height: 24px;
	margin-bottom: 25px;
}

.centered {
	text-align: center;
}

a {
	color:#000;
}

a:hover, a:focus {
	color:#02628d;
	text-decoration: none;
	outline: 0;
}

ul {
    padding-left: 40px;
}

img {
    max-width: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.btn {
    background-color: #0067a6;
    border: 2px solid #0067a6;
    border-radius:0;
    color: #fff;
}
.btn:hover {
    background-color: #fff;
    border: 2px solid #0067a6;
    border-radius:0;
    color: #0067a6;
}
.btn.btn-link {
    background-color: #fff;
    border: 2px solid #0067a6;
    color: #0067a6;
}
