@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');

body {
	font-family: 'Oswald', sans-serif;
	font-family: 'Josefin Sans', sans-serif;

	font-size: 18px;
	line-height: 36px;
	font-weight: 500;
	scroll-behavior: smooth;
}

.lpcolor {
	color: #293241 !important;

}

ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
  }

.grecaptcha-badge {
	visibility: hidden;
}

.fptext1 h1 {
	font-size: 4.5em !important;
	line-height: 1em !important;
	font-weight: 600;
}

.fptext1 h2 {
	font-size: 1.6em;
	line-height: em !important;
	font-weight: 300;
}

.text-home-1 {
	font-size: 4em !important;
	line-height: 1em !important;
	font-weight: 700;
}

.text-home-1  h1{
	font-size: 4em !important;
	line-height: 1em !important;
	font-weight: 600 !important;
}

.text-home-2 {
	font-size: 1.7em !important;
	line-height: 1em !important;
	font-weight: 400;
}

footer .content {
	border-top: none;
	background: #293241;

}

footer .copy-row {
	background: #293241;
}

.text-normal {
	font-size: 1.2em !important;
	line-height: 1.4em !important;
	font-weight: 400;
}

footer .container,
.footer-parallax .container {
	padding: 15px 15px 15px 15px;
}

.bars {
	font-size: 1.4em !important;
	font-weight: 700;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover {
	color: #ff6633 !important;
}

.gallery>a span,
.img-box>span,
.img-box-adv>span {
	height: 150px;
}

.octoprintlogo {
	position: fixed;
	right: 50px;
	bottom: 50px;
}

@media (min-width: 992px) {

	.hidebig {
		visibility: hidden;
		display: none;
	}

}

@media (max-width: 992px) {

	.hidesmall {
		visibility: hidden;
		display: none;
	}

	.fptext1 h1 {
		font-size: 3em !important;
		line-height: 1em !important;
		font-weight: 700;
	}

	.fptext1 h2 {
		font-size: 1em;
		line-height: 1em !important;
		font-weight: 300;
	}

}