@import url('//fonts.googleapis.com/css?family=Poppins:400,500,700,900');

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
}

.btn {
	background: none !important;
	border-radius: 0 !important;
	border-width: 2px !important;
}

.section.header .logo a img {
	/*max-width: 300px !important;*/
}

.section.header .child, .section.header .sub-menu {
	border-radius: 0 !important;
}

.form-control {
	border-radius: 0 !important;
}

.registeringForm label[for=phone] {
	width: 60%;
}