@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond);

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: rgba(0,0,0,0);
	font-family: "Lato";
}

::-webkit-scrollbar {
  display: none;
}

.header {
    position: fixed;
    top: 0;
    display: flex;
    width: calc(100% - 40px);
    z-index: 1001;
    padding: 20px;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.header .leftPanel {
	display: block;
	float: left;
	left: 20px;
}

.header .leftPanel a span {
	color: white;
}

.header .rightPanel {
	display: block;
	float: right;
	right: 20px;
}

.header .rightPanel a span {
	color: white;
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: calc(100% - 80px);
    padding: 0 40px;
	font-size: 12px;
	position: relative;
}

.hk4as_footer {
	position: absolute;
	bottom: 40px;
	right: 20px;
}

.footer .leftPanel a {
	border-right: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

.footer .leftPanel a:first-of-type {
	padding-left: 0;
}

.footer .leftPanel a:last-of-type {
	border-right: none;
}

.homeVideo {
	display: block;
	width: 100%;	
}

.homeVideo video {
	width: 100%;
	display: block;
	height: 100vh;
	object-fit: cover;
}

#main_content {
	display: block;
	margin: 0;
}

.mainBanner {
	display: block;
	margin: 0;
	width: 100%;
}

.logo_div {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
    width: 90%;
    max-width: 1024px;
    left: 0%;
    right: 0%;
    margin: auto;
}

.logo_img {
	display: block;
	width: 100%;
	margin: auto;
}

.pageBox {
	position: relative;
	min-height: 100vh;
}

.page {
	display: block;
	width: 100%;
	margin: auto;
}

.flexGp {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.i0,.i01 {
	width: 100%;
	height: 20%;
}

.i1,.i2,.i3,.i4,.i7,.i8,.i9,.i10 {
	width: 25%;
	height: 20%;
}
.i5,.i6 {
	width: 50%;
	height: 20%;
}

/*.i1 {
	position: absolute;
	left: 48%;
	top: 21%;
}
.i2 {
	position: absolute;
	left: 8%;
	top: 25%;
}
.i3 {
	position: absolute;
	left: 20%;
	top: 45%;
}
.i4 {
	position: absolute;
	left: 30%;
	top: 63%;
}
.i5 {
	position: absolute;
	left: 86%;
	top: 63%;
}
.i6 {
	position: absolute;
	left: 77%;
	top: 29%;
}
.i7 {
	position: absolute;
	left: 53%;
	top: 69%;
}
.i8 {
	position: absolute;
	left: 4%;
	top: 63%;
}
.i9 {
	position: absolute;
	left: 38%;
	top: 28%;
}
.i10 {
	position: absolute;
	left: 59%;
	top: 44%;
	width: 8%;
}*/

.horiDiv {
	border-top: 1px solid #fca529;
	width: 80px;
	height: 1px;
}


.indexContentContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 80%;
	margin: 40px auto;
}


.indexContainer {
	padding-bottom: 120px;
}

.indexContainer .indexContent {
	width: 100%;
}

.indexContainer .indexContent .fullPanel {
	width: 100%;
}

.fullPanel .contentItem {
	width: calc(100% - 40px);
	margin: 20px;
}

.indexContentContainer .verticalDiv {
	width: 1px;
	height: 80px;
	background: #fca529;
}

.two-column-p {
	column-count: 2;
	column-gap: 120px;
}

.fullPanel .content {
	width: calc(100% - 0px);
	margin: 40px 0px;
}

.content {
	font-size: 18px;
	line-height: 2;
	white-space: pre-wrap;
}

.flexContent {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

.flexContent > div {
	width: 50%;
	margin-left: 60px;
}

.flexContent > div img {
	width: 75%;
	display: block;
	margin: 40px auto;
}

.flexContent.contentItem .content {
	margin: 0 60px;
} 

.orangeColor {
	color: #fca529;
}

.headline {
	font-size: 48px;
	font-weight: bold;
	font-family: "Cormorant Garamond";
	margin: 40px 0;
}

.itemSubHeadline {
	font-size: 28px;
}

.largeText {
	font-size: 48px;
}

.medText {
	font-size: 42px;
}

.smallText {
	font-size: 32px;
}

.cormorant {
	font-family: "Cormorant Garamond";
}

.entryText {
	font-size: 18px;
}

.desktopBanner {
	display: block;
/*    max-height: 720px;
    object-position: top;
    object-fit: cover;*/
}

.mobileBanner {
	display: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.hk4as_footer img {
	width: 100px;
}

@media only screen and (max-width: 767px) {
    .pageBox {
        min-height: 440px;
    }
}


@media only screen and (max-width: 600px) {

	.desktopBanner {
		display: none;
	}

	.mobileBanner {
		display: block;
	}

	.header {
	    padding: 10px 20px;
	}

	.horiDiv {
		border-top: 1px solid #fca529;
		width: 60px;
		height: 1px;
	}


.pageBox {
	min-height: 280px;
}


/*.i1 {
	position: absolute;
	left: 48%;
	top: 29%;
}
.i2 {
	position: absolute;
	left: 8%;
	top: 32%;
}
.i3 {
	position: absolute;
	left: 20%;
	top: 46%;
}
.i4 {
	position: absolute;
	left: 30%;
	top: 60%;
}
.i5 {
	position: absolute;
	left: 86%;
	top: 60%;
}
.i6 {
	position: absolute;
	left: 77%;
	top: 34%;
}
.i7 {
	position: absolute;
	left: 53%;
	top: 63%;
}
.i8 {
	position: absolute;
	left: 4%;
	top: 60%;
}
.i9 {
	position: absolute;
	left: 38%;
	top: 34%;
}
.i10 {
	position: absolute;
	left: 58%;
	top: 45%;
	width: 8%;
}*/

	.indexContentContainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: calc(100% - 20px);
		margin: 20px 10px;
	}


	.indexContainer .indexContent {
		width: 100%;
	}

	.indexContainer .indexContent .fullPanel {
		width: 100%;
	}

	.fullPanel .contentItem {
		width: calc(100% - 20px);
		margin: 10px;
	}

	.indexContentContainer .verticalDiv {
		width: 1px;
		height: 40px;
		background: #fca529;
	}

	.flexContent {
		flex-direction: column;
	}

	.flexContent > div {
		width: 100%;
		margin: auto;
	}

	.flexContent > div img {
		 margin: 10px auto;
	}

	.two-column-p {
		column-count: 1;
	}

	.fullPanel .content {
		width: calc(100% - 0px);
		margin: 20px 0;
	}

	.content {
		font-size: 15px;
		line-height: 2;
		white-space: pre-line;
		word-break: break-word;
	}


	.orangeColor {
		color: #fca529;
	}

	.headline {
		font-size: 35px;
		font-weight: bold;
		font-family: "Cormorant Garamond";
		margin: 15px 0;
	}

	.itemSubHeadline {
		font-size: 20px;
	}

	.largeText {
		font-size: 35px;
	}

	.medText {
		font-size: 30px;
	}

	.smallText {
		font-size: 25px;
	}


	.footer {
		flex-direction: column;
	    width: calc(100% - 40px);
	    padding: 0 20px;
	}

	.footer .leftPanel a {
		padding-left: 4px;
		padding-right: 4px;
	}


	.hk4as_footer {
		bottom: 80px;
	}

	.hk4as_footer img {
		width: 100px;
	}

	.footer .rightPanel {
		text-align: center;
	}


	.emptyContentItem {
		display: none;
	}

	.entryText {
		font-size: 14px;
	}

}


