* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Rubik', sans-serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	color: #333333;
	line-height: 250%;
}
img {
	border: 0px;
}

h1 {
	font-size: 29px !important;
	font-weight: normal !important;
	padding-bottom: 5px;
}
h2 {
	font-size: 27px !important;
	font-weight: normal !important;
	padding-bottom: 5px;
}
h3 {
	font-size: 24px !important;
	font-weight: normal !important;
	padding-bottom: 5px;
}
h4 {
	font-size: 21px !important;
	font-weight: normal !important;
	padding-bottom: 5px;
}
wrapper {
	margin: 0 auto;
	min-width: 1000px;
	padding: 0px 5px;
	max-width: 1260px;
	min-height: calc(100vh - 340px);
}