/* Fonts */

@import url('https://fonts.cdnfonts.com/css/montserrat');


/* Main CSS */

h1,
.fake_h1 {
	font-size: 56px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 0.03em;
}
h2 {
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
h4 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 0px;
	font-weight: 500;
}
div,
p,
span,
li,
a {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.g-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
input,
input:focus,
input:active,
input:hover,
button,
button:hover,
button:focus,
button:active,
textarea,
textarea:focus,
textarea:active,
textarea:hover {
	outline: none;
}


/* Home page CSS */

.g-home-section {
	width: 100%;
	height: 100vh;
	padding: 45px 15px;
	background-color: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.g-home-section h1 {
	color: #359656;
	font-weight: 800;
	text-align: center;
}