/*=============================================================*/
/* PUBLIC PAGES */
/*=============================================================*/

/*-------------------------------------------------------------*/
/*  */

.public .nav-menu {
	top: 0;
	/* padding: 0px 32px; */
	box-sizing: border-box;
}

.public #nav-mobile-ul {
	height: 100%;
}

.container-public {
	box-sizing: border-box;
	animation: fadeEffect 0.5s;
}

.public section {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.public p, .public pre {
	font-size: 1.5rem;
	padding: 16px 0px;
	color: #5a5a5a;
}

.public hr {
	border-top: 1px solid #676767;
	margin: 2rem 0rem;
	width: 100%;
}

.s1 {
	position: relative;
	display: flex;
	height: 1000px;
	background-image: url(../images/branding/glasses_pen_mobile_1.jpg);
	/* background-image: url(../images/branding/bulb_2.jpg); */
	background-attachment: fixed;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.s1::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6)
}

/* .s2 { */
	/* display: flex; */
	/* flex-direction: column; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	/* justify-content: center; */
	/* background-color: #f3f3f3; */
/* } */

.s2 {
	position: relative;
	display: flex;
	height: 600px;
	background-image: url(../images/branding/bulb_1.jpg);
	background-attachment: fixed;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.s2::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8)
}

.s3 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(45deg, #149dcc, #b2ccd2);
}

.s4 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* background-color: #fcfcfc; */
}

.s5 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* background-color: #fcfcfc; */
}

.s6 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* background-color: #fcfcfc; */
}

.s1-content, .s2-content {
	z-index: 5;
	color: white;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	padding: 90px 0px;
}

.s1-content {
	color: white;
	width: 605px;
}

.s1-content p {
	color: white;
	font-size: 1rem;
	padding: 8px 0px;
	margin: 0px;
}

.s1-content h4 {
	margin-left: 32px;
	margin-right: 32px;
}

.s1-content a {
	color: #1EAEDB;
}

.s1-content a:hover {
    color: #0FA0CE;
}

.s1-subcontent {
	width: 350px;
	margin: 16px 0px;
}

.s3-content {
	z-index: 5;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	padding: 90px 0px;
}

.s3-subcontent {
	flex: 448px;
	padding-bottom: 16px;
}

.s3-subcontent:first-child {
	padding-right: 20px;
}

.s3-subcontent:nth-child(2) {
	padding-left: 20px;
}

.s3-subcontent h2, .s3-subcontent p {
	text-align: right !important;
}

.s4-content {
	z-index: 5;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 960px;
	padding: 70px 4px;
	box-sizing: border-box;
	min-height: 600px;
}

.s4-content p, .s4-content pre {
	font-size: 1rem;
	padding: 8px 0px;
}

.s5-content {
	z-index: 5;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 960px;
	padding: 70px 4px;
	box-sizing: border-box;
	/* min-height: 600px; */
}

.s6-content {
	z-index: 5;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 960px;
	padding: 70px 4px;
	box-sizing: border-box;
	min-height: 600px;
}

.s6-content p, .s6-content pre {
	font-size: 1rem;
	/* padding: 0px 0px; */
}

.s6-title-description {
	font-weight: 600;
	margin: 0px 140px;
}

.s6-description {
	margin: 0px 140px;
}

@media (max-width: 960px) {
	.s6-title-description {
		margin: 0px 30px;
	}

	.s6-description {
		margin: 0px 30px;
	}
}


.s4-founders {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 8px;
}

.s4-founders div {
	padding: 8px 28px;
}

.f1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #2e2e2e;
}

.f1-content {
	z-index: 5;
	color: white;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: center;
	width: 960px;
	padding: 16px 0px;
	box-sizing: border-box;
}

.f1-subcontent {
	padding: 16px 0px;
	width: 100%;
}

/* .f1-content select { */
	/* background-color: #fff0; */
	/* color: #f3f3f3; */
	/* border: 1px solid #494949; */
/* } */

/* .f1-content option { */
	/* background-color: #fff0; */
	/* color: #333333; */
/* } */

/* .f1-content button { */
	/* background-color: #fff0; */
	/* color: #f3f3f3; */
	/* border: 1px solid #494949; */
/* } */

.language-flag {
	height: 20px;
	margin-right: 8px;
}

.language-button {
	display: flex;
    align-items: center;
	float: left;
	background-color: #fff0;
	color: #f3f3f3;
	border: 1px solid #494949;
	padding: 6px 12px;
    border-radius: 6px;
	cursor: pointer;
}

.language-button:hover {
	color: #f3f3f3;
	background-color: #414141;
}

.language-button:active {
	color: #f3f3f3;
	background-color: #626262;
}


.l1 {
	position: relative;
	display: flex;
	height: 800px;
	background-image: url(../images/branding/bulb_2.jpg);
	background-attachment: fixed;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.l1::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6)
}

.l2 {
	position: relative;
	display: flex;
	min-height: 940px;
	background-image: url(../images/branding/spring_1.jpg);
	background-attachment: fixed;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: center; */
}

.l2::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6)
}

.l2 input[type="text"], .l2 input[type="password"], .l2 input[type="email"] {
	margin-bottom: 2px;
}

.l1-content {
	z-index: 5;
	color: white;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: center;
	max-width: 460px;
	padding: 90px 0px;
	min-width: 340px;
}

.l1-content p {
	color: white;
	font-size: 1rem;
	padding: 8px 0px;
	margin: 0px;
}

.l1-content a {
	color: var(--blue3);
}

.l1-content a:hover {
    color: var(--blue3);
}

.l1-subcontent {
	padding: 16px 0px;
	width: 100%;
}

.l1-subcontent h3 {
	margin-bottom: 3rem;
	padding: 8px;
}

.public section h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 3.8rem;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: unset;
}

.public section h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: unset;
}

.public section h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 2.0rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: unset;
}

.public section h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: unset;
}

.public section h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: unset;
}


.public-nav-button {
	margin-bottom: 0px;
	margin-right: 8px;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
	font-size: 12px;
}

.public-content-button {
	margin: 16px;
    /* padding: 4px 18px; */
    height: 42px;
    line-height: 42px;
	font-size: 14px;
}

.public footer {
	background-color: #2e2e2e;	
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* max-width: 1080px; */
	padding: 32px 0px;
}

.public footer .footer-logo {
	height: 64px;
}

.s2 img {
	height: 340px;
    padding-bottom: 56px;
}

.f1 p {
	font-size: 1rem;
	text-align: right;
	padding-bottom: 0px;
	color: #eeeeee;
}

.f1 .copyright {
	border-top: 1px solid #616161;
}

.f1-row1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f1-subrow1 {
	flex: 1 200px;
}

.article {
	padding: 48px 120px;
}

.article h2 {
	font-size: 1.8rem !important;
    margin-bottom: 16px;
}

.article h3 {
	font-size: 1.2rem;
}

.article h4 {
	font-size: 0.9rem;
}

.article p {
	font-size: 0.9rem;
}

@media (max-width: 960px) {
	.s1 {
		margin-top: 56px;
		/* padding-top: 56px; */
		height: unset;
		background-attachment: unset;
	}
	.s2 {
		/* height: unset; */
		background-attachment: unset;
	}
	.l1, .l2 {
		margin-top: 42px;
		background-attachment: unset;
		height: unset;
	}
	.l2 {
		min-height: unset;
	}
	.s1-content, .s2-content, .s3-content, .s5-content, .s6-content {
		padding: 56px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.s1-subcontent {
		width: 100%;
		padding: 0px 16px;
		box-sizing: border-box;
	}
	.f1-content, .s4-content {
		width: 90%;
	}
	.l1-content {
		padding: 50px 16px;
		min-width: unset;
	}
	.public section h1 {
		font-size: 2.6rem;
	}
	.public section h2 {
		font-size: 1.8rem;
	}
	.public section h3 {
		font-size: 1.4rem;
	}
	.public section h4 {
		font-size: 1.3rem;
	}
	.public p {
		font-size: 1rem;
	}
	.s2 img {
		height: unset;
	}
	.s3-subcontent:first-child {
		padding-right: 0px;
	}

	.s3-subcontent:nth-child(2) {
		padding-left: 0px;
	}
	.s3-subcontent h2, .s3-subcontent p {
		text-align: center !important;
	}
	.s4-founders {
		justify-content: center;
	}
	.article {
	padding: 12px;
}
	
}

@media (max-width: 1016px) {
	.f1-content {
		padding: 16px 16px;
	}
}

/*-------------------------------------------------------------*/
