@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i&subset=latin-ext");

body {
    font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	color: #121212;
	background-color: #90A4AE;
}
a {
	color: #1565C0;
}
a:hover {
	color: #121212;
}
h1 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.text-primary {
	color: #1565C0;
}
.btn .btn-primary {
	background-color: #1565C0;
}
.btn .btn-primary:hover {
	background-color: #1E88E5;
}

/* HEADER */
.header-bg {
	background: #212121 url("/assets/gfx/header_pattern.png");
}
.header {
	background: #072553 url("/assets/gfx/header_pattern.png");
	border: 12px solid #455A64;
	border-bottom: 0;
}

/* NAVIGATION */
.nav-tabs {
	background: #1565C0;
	background: -webkit-linear-gradient(to bottom, #1E88E5, #1565C0);
	background: linear-gradient(to bottom, #1E88E5, #1565C0);
	border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FFFFFF;
	background: #1976D2;
	background: -webkit-linear-gradient(to bottom, #42A5F5, #1976D2);
	background: linear-gradient(to bottom, #42A5F5, #1976D2);
	border: 0;
	border-right: 1px solid #0D47A1;
}
.nav-tabs .nav-link {
	color: #FFFFFF;
	border: 0;
	border-right: 1px solid #0D47A1;
	margin-bottom: 0;
}
.nav-tabs .nav-link:hover {
	color: #FFFFFF;
	background: #1976D2;
	background: -webkit-linear-gradient(to bottom, #42A5F5, #1976D2);
	background: linear-gradient(to bottom, #42A5F5, #1976D2);
	border: 0;
	border-right: 1px solid #0D47A1;
}

/* CONTENT */
.content {
	background-color: #FFFFFF;
	border-left: 12px solid #455A64;
	border-right: 12px solid #455A64;
}
.title {
	font-size: 14px;
	color: #757575;
	text-transform: uppercase;
}

/* DOWNLOADS */
.d-img {
	color: #424242;
	background-color: #212121;
}
.d-title {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #EEEEEE;
	border-bottom: 1px dashed #BDBDBD;
}
.d-content {
	background-color: #EEEEEE;
}

/* FOOTER */
.footer {
	font-size: 14px;
	color: #757575;
	background-color: #FFFFFF;
	border: 12px solid #455A64;
	border-top: 0;
}