@import url("/templates/global.css");
@import url(https://fonts.googleapis.com/css?family=Lato);

body {
	background-color: white;
}

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

a {
	color: #35c987;
}

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

.header__top {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 54px;
	border-bottom: 5px solid rgb(246, 246, 246);
	color: #5e5e5e;
	width: 100%;
	text-align: center;
}

.header__top .separator {
	padding: 0 20px 0 10px;
	color: #777;
	opacity: 0.4;
	font-weight: bold;
}

.main {
	padding: 3rem 0;
	width: 1120px;
}