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

body {
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

main {
  display: block;
  margin-top: 70px;
  float: left;
  width: 100%;
}

section {
	margin: 0px;
	padding: 60px 0px;
	float: left;
	width: 100%;
}

h1 {
	font-size: 2.625em;
	font-weight: 800;
}

h2 {
	font-size: 2em;
	font-weight: 800;
}


.content-wrap {
	margin: 0 auto;
	width: 90%;
	max-width: 699px;
}

.col-3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn {
	width: 30%;
	max-width: 200px;
	border-radius: 12px;
	display: block;
	text-align: center;
	font-size: 4vw;
	font-weight:500;
	padding: 10px 0px;
	text-decoration: none;
	margin: 10px 0px;
}

/*============Sections================*/

/* ---------- Header----------- */
header {
	background: #ffffff;
	color: #333333;
	width: 100%;
	position: fixed;
	top: 0;
	padding: 20px;
	box-sizing: border-box;
	/*min-width: 375px;*/
	z-index: 10;
}

header .content-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100px;
	height: 50px;
}

header nav {
	color: #6d6e71;
	font-weight: 700;
	width: 80%;
	text-align: left;
	margin-bottom: 18px;
	padding-left: 15px;
	display: none;
}

header img, header .FGLogo {
	height: 100%;
	width: auto;
	display: block;
}

header nav a {
	color: #6d6e71;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 5px;
	letter-spacing: 0.07em;
}

header a:hover {
	color: #169685;
}

/* ---------- Promo----------- */

#promo {
	background: #c5e5e0;
	text-align: center;
}

#promo img.horz {
	display: none;
}

#promo img.vert {
	display: inline;
	width:100%;
}

/* ---------- Intro----------- */

#intro {
	background-color: #fcfcfc;
	display: block;
}

#intro .btn {
	background: #169685;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 30px;
}

#intro .btn:hover {
	background: #052b3d;
}

#intro .intro-text {
	text-align: center;
	width: 100%;
	/*min-width: 335px;*/
}

#intro p {
	margin: 0px;
	padding: 0px;
}


#intro .line1 {
	font-size: 6vw;
	font-weight: 700;
	color: #052b3d;
}
#intro .line2 {
	font-size: 4.32vw;
	font-weight: 500;
	color: #169685;
	padding: 10px 0px;
}

#intro .line3 {
	font-size: 5.04vw;
	font-weight: 700;
	color: #052b3d;
	line-height: 0.95
}




/* ---------- Kupuna----------- */
#kupuna {
	background: #052b3d;
	color: #ffffff;
	box-shadow: -1px 10px 10px rgba(0, 0, 0, 0.6);
}

#kupuna .content-wrap {
	text-align: center;
}

#kupuna .definition {
	line-height: 1.625em;
	font-size: 3.12vw;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#kupuna span {
	font-size: 1.5em;
	font-style: italic;
	font-weight: 800;
	margin-left: -15px;
}

#kupuna img {
	width: 65%;
	transform: rotate(-6deg);
	margin-top: 30px;
	box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.6);
}

/* ---------- Products ----------- */
#products {
	color: #052b3d;
	text-align: center;
}

#products a {
	color: #052b3d;
	text-decoration: none;
}

#products a:hover {
	color: #169685;
}

#products .image-container {
	height: 250px;
}

#products img {
	/*max-width: 385px;*/
	max-height: 200px;
}

#products p {
	font-weight: 500;
	margin: 10px 0px;
}


/* ---------- Steps ----------- */
#steps {
	background: #c5e5e0;
	color: #052b3d;
	text-align: center;
		font-weight: 500;

}

#steps .step {
	margin-top: 50px;
}

#steps .fas {
	color: #169685;
	font-size: 25vw;

}

#steps .buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 583px;
	margin: 0 auto;
	
}

#steps .btn {
	border: 3px solid 	#052b3d;
	color: #052b3d;
}

#steps .btn:hover {
	background: #052b3d;
	color: #ffffff;
}



/* ---------- About ----------- */
#about {
	background: #052b3d;
	color: #ffffff;
	padding: 30px 0px;
}

#about .content-wrap {
}

#about h2, #about p {
	font-weight: 400;
	font-size: 0.875em;
	font-style: italic;
	line-height: 1.625em;
	margin: 0px;
	margin-bottom: 0.5em;
}

#about .col-sm {
	margin: 30px 0px;
	min-width: 300px;
}

#about a {
	color: #ffffff;
	text-decoration: none;
}

#about a:hover {
	text-decoration: underline;
}



/* ---------- Footer ----------- */
footer {
	hieght: 100px;
	width: 100%;
	background: #333333;
	color: #ffffff;
	/*position: fixed;
	bottom: 0;
	z-index: -2;*/
	padding: 0px;
	float: left;
}

footer .content-wrap {
	text-align: center;
}

footer .info {
	display: block;
	padding: 3px 0px;
}

footer .divider {
	display: none;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}


/*============Media Queries================*/
/*display about 875*/
@media (min-width: 875px) {
	
main {
  margin-top: 100px;
}
	
.content-wrap {
	margin: 0 auto;
	width: 80%;
	max-width: 1140px;
}
	
.btn {
		font-size: 26px;
}
	
.col-3 {
	width: 30%;
}

/* ---------- Header----------- */
header .content-wrap {
	height: 70px;
}

header nav {
	display: inline;
}

/* ---------- Promo----------- */

#promo img.horz {
	display: inline;
	width: 100%;
}

#promo img.vert {
	display: none;
}

/* ---------- Intro----------- */

#intro {
	background-color: #ffffff;
	background-image: url(imgs/img-Intro.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 48vh;
}

#intro .intro-text {
	max-width: 700px;
	width: 65%;
	float: right;
	/*padding: 100px 0px;*/
	padding-top: 10vh;
}

#intro .line1 {
	/*font-size: 3.125em;*/
		font-size: 2.8vw;
}
#intro .line2 {
	font-size: 1.9vw;
}

#intro .line3 {
	font-size: 2.125vw;
	line-height: 0.95em;
}



/* ---------- Kupuna----------- */
#kupuna {
	position: relative;
}

#kupuna .content-wrap {
	text-align: left;
}

#kupuna .definition {
		width: 50%;
		font-size: 1.625em;
		float: left;
}

#kupuna img {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
	top: 18px;
	position: absolute;
	margin-left: 20px;
	width:500px;
}

/* ---------- Products ----------- */
#products .product-container {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		margin: 50px 0px;
}

	#products .col-3 {
		min-width: 380px;
	}

#products img {
	/*max-width: 385px;*/
	max-height: 225px;
}



	
/* ---------- Steps ----------- */
	#step-container {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	
#steps .fas {
	font-size: 8vw;
}
		
/* ---------- About ----------- */
	#about {
		padding: 60px 0px;
	}

	
	#about .content-wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	
/* ---------- Footer ----------- */
footer {
		padding: 20px 0px;
}

footer .info {
	display: inline;
	padding: 0px 20px;
}

footer .divider {
	display: inline;
}

	
}