/* COLORS:
	Cuba rood: #c71b22
	Cuba donkerrood/bruin: #8e0406
*/

@import url(https://fonts.googleapis.com/css?family=Dosis:700);

a {
	color: #c71b22;
}

/*------------------------------------*\
    HEADERS
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	color: #8e0406;
}

/*------------------------------------*\
    TABLES
\*------------------------------------*/

.table > thead > tr > th {
	padding-top: 20px;
}

td > span.big {
	font-size: 140%;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.btn.btn-xl {
	padding: 24px 48px;
	font-size: 160%;
	font-weight: bold;
}
.btn.btn-full {
	display: block;
	margin-bottom: 20px;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.header {
	padding: 20px 0;
	margin: 0 0 20px;
	border-bottom: 2px solid #fafafa;
}
	.header__logo {
		
	}
	.header__title {
		text-align: right;
	}
	
/*------------------------------------*\
    #CONTENT
\*------------------------------------*/

.content {
	padding: 20px 0;
	margin: 20px 0 0;
}
	.content h2 {
		margin-top: 0;
	}
	
