@charset "utf-8";
/* CSS Document */
.menu {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	color: #01313E;
	font-weight: normal;
	text-align: left;
}
.text {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	color: #01313E;
	font-weight: 300;
	text-align: justify;
}
.textbold {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	color: #01313E;
	font-weight: 500;
	text-align: justify;
}
.title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #01313E;
	font-weight: 400;
	padding-left: 4%;
	padding-right: 4%;
}
.title_a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #A50404;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}
.text_a {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	color: #020834;
	font-weight: 300;
}
