@import url("variables.css");

/******************************************************
* SWAZOOM FRONT-END STYLES
*
* Author: SowiesoDigital - https://sowiesodigital.nl/
*
*******************************************************/

/**********************
* TITLES
***********************/

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--font-family-main);
	font-weight: 700 !important;
	line-height: 100%;
	color: var(--black);
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 20px;
}

h2 {
	font-size: 28px;
	padding-top: 40px;
	padding-bottom: 20px;
}

h3 {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 20px;
}

h4 {
	font-size: 20px;
	padding-bottom: 2px;
}

h5 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 20px;
}

h5:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	padding-right: 10px;
	color: #dae13b;
	font-size: 32px;
	font-weight: bold;
	content: "\f101";
	top: 2px;
	position: relative;
}

@media (min-width: 992px) {
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 20px;
	}

}

.home h1 {
	text-align: center;
}
