/*Basic Template 1*/

* {
	font-family: 'Lato', sans-serif;
}

.section-a {
	background-image: url(../images/jp-landing.png);
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
}

.section-a .container {
	width: 90%;
}

.box-1 {
	height: 100vh;
	z-index: 5;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: 0px;
}


h2 {
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0px 15px 6px rgba(0, 0, 0, 0.9);
	letter-spacing: 4px;
	padding-bottom: 200px;
}

.box-2 {
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 18%;
}

h1 {
	font-family: "Poppins", sans-serif;
	color: white;
	font-weight: 400;
	font-size: 45px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	line-height: 1.5;
}

p {
	font-family: "Poppins", sans-serif;
	color: white;
	font-weight: 400;
	font-size: 30px;
}

a {
	font-size: 25px;
	font-weight: 600;
	color: white;
	transition: 800ms;
}

a:hover {
	color: white;
}

.logo {
	width: 40%;
	position: relative;
}

.logo img {
	width: 100%;
	border-radius: 20px;
}

p br {
	display: none;
}

/*-------------------------------------------------------------------------------------*/
/* Mobile */
@media (max-width: 767px) {
	.section-a {
		overflow: hidden;
	}

	.box-2 {
		padding-top: 35%;
	}

	.section-a .container {
		width: 100%;
	}

	h2 {
		top: 100px;
		font-size: 20px;
	}

	h1 {
		font-size: 25px;
		text-align: center;
	}

	a,
	p {
		font-size: 18px;
		/* display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px; */
		text-align: center;
	}

	p br {
		display: block;
	}

	.logo {
		width: 53%;
	}
}

/* ios */
@media (max-width: 340px) {
	h2 {
		font-size: 20px;
		top: 74px;
	}

	a,
	p {
		font-size: 16px;
	}
}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {
	h2 {
		font-size: 25px;
	}

	h1 {
		font-size: 30px;
		text-align: center;
	}

	.logo {
		width: 46%;
	}
}

/*tab portrait*/
@media (min-width: 768px) and (max-width: 991px) {
	.section-a .container {
		width: 90%;
	}

	h2 {
		font-size: 50px;
		top: 100px;
	}

	h1 {
		font-size: 45px;
		padding-top: 30px;
	}

	.logo {
		width: 56%;
	}
}

/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
	.section-a .container {
		width: 90%;
	}

	h2 {
		top: 100px;
		font-size: 65px;
	}

	h1 {
		font-size: 50px;
	}

	/* .logo {
		width: 36%;
	} */

}

/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}

/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {


	h2 {
		top: 150px;
		font-size: 100px;
		letter-spacing: 4px;
		padding-bottom: 200px;
	}

	.box-2 {

		padding-top: 18%;
	}

	h1 {

		font-size: 70px;
		padding-bottom: 50px;
	}

	p {

		font-size: 30px;
	}

	a {
		font-size: 25px;
	}

	.logo {
		width: 47%;
	}
}

@media (min-width: 1920px) {}

/* ie */
@media all and (-ms-high-contrast:none) {}

/* FireFox */
@-moz-document url-prefix() {}