@charset "utf-8";
/* CSS Document */

* {
	font-family: 'Poppins', sans-serif;
}
html {
	background-color: #fcfcfc;
	color: #707070;
	font-size: 20px;
}
h1, h2, h3 {
	font-weight: 800;
}
h1, .text-header {
	color: #4cc0f2;
}
a {
	color: inherit;
	text-decoration: underline;
}
a[role="button"] {
	text-decoration: none;
}
header {
	background-color: #abfc47;
	border-bottom: 3px solid #87f500;
}
#hero-section {
	/*min-height: 100vh;*/
	background: url("../img/milad-fakurian-GJKx5lhwU3M-unsplash.jpg") center no-repeat;
	background-size: cover;
}
#contact-section {
	background-color: #4cc0f2;
}
form #message {
	height: 6.1em;
}
footer {
	background-color: #042848;
	color: white;
}
footer .icon {
	background-color: #abfc47;
	color: #042848;
}
.material-symbols-outlined {
	vertical-align: sub;
}
.bg-accent {
	background-color: #ff6b48;
}
.text-accent {
	color: #ff6b48;
}
.text-price {
	color: #87f500;
}
.btn-custom {
	background-color: #abfc47;
}
.btn-custom:hover {
	background-color: #87f500;
}
.image-canted-right {
	transform: rotate(3deg);
}

@media (min-width: 992px) {
	#contact-section {
		background: url("../img/michal-biernat-h0xEUQXzU38-unsplash.jpg") no-repeat, #4cc0f2;
		background-size: contain;
		background-position: left;
	}
	#contact-form {
		margin-left: 35%;
		margin-right: 5%;
	}
}