@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Hind:400,500');

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #007cc9;
}

body {
	background-color: #fafafa;
}

.header__logo {
	max-width: 125px;
}

.header-wrapper {
	border-top: 30px solid #007cc9;
	background-color: white;
	padding-bottom: 30px;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header__nav {
	font-family: "Hind", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.header__nav a {
	color: #2a2a2a;
	padding: 15px;
}

.main {
	margin-top: 30px;
}