html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: serif;
}
body {
	background-color: #070707;
	color: white;
	text-align: center;
}


img {
	max-width: 100%;
}



article {
	padding: 2em;
	margin: auto;
	width: 66vw;
	height: 100vh;
	color: #e9e9e9;
}
section {
	margin: 10vh 0;
}

header {
	text-align: center;
	
}
.divhero {
}
.divhero img {
	width: 100%;
	max-width: 3000px;
}
.divlogo {
	padding: 7em;
}
.divlogo img {
	width: 40%;
}

.iframethum {
	position: relative;
}
	.iframethum a {
		border: none;
	}
	.iframethum a:before {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: "\f144";
		font-weight: 900;
		color: #fc0d1c;
		font-size: 4vh;
		top: 50%;
		left: 50%;
		transform : translate(-50%,-50%);
		opacity: .90;
		transition:.5s;
	}
		.iframethum a img {
			width: 100%;
		}
		
#mainbox {
	padding: 0 0 2.7em 0;
	background-color: #000;
	width: 80%;
	max-width: 1500px;
	margin: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }

section {
	text-align: left;
}
h2.sectionTitle {
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 12px;
	margin: 0;
}
h2.sectionTitle:before {
	content: url(/_/bara_mini.png);
	margin-right: 7px;
	position: relative;
	top: 6px;
}
h3 {
	font-size: 100%;
	font-family: sans-serif;
	margin: .4em 0;
}
h4 {
	font-size: 125%;
	margin: 1.4em 0;
	border-bottom: 1px solid #666;
}

.popup-modal {
	margin-left: .7em;
	font-size: 60%;
	padding: .3em .5em;
	border-radius: 5px;
	background-color: rgb(77, 101, 32);
	color: #fff;
	font-family: sans-serif;
	text-decoration: none !important;
}
.white-popup {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	padding: 20px;
	width: auto;
	margin: 5% 20%;
}
pre {
	font-family: sans-serif;
	white-space: pre-wrap;
}


.sectionContent {
	margin-bottom: 29px;
	padding: 14px;
}
	.sectionContent ul  {
		padding: 0;
		margin: 0;
	}
	.sectionContent ul li {
		list-style: none;
		border-bottom: 1px dotted #b8b8b8;
		padding: .9em 0;
	}
	.sectionContent ol  {
		padding-left: 1.5em;
	}
	.sectionContent ol li {
		padding: .2em 0;
	}

	.youtube-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.youtube-wrapper iframe  {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}




/* Media Queries - PC */
@media screen and (min-width: 992px) {
	.left_content {
		float: left;
		width: 52.5%;
	}
	.right_content {
		float: right;
		width: 45%;
	}
}

/* Media Queries - Tablet */
@media screen and (max-width: 991px) {
	#mainbox {
		width: 90%;
	}
}

/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width: 767px) {
	.divhero {
	}
	.divhero img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.divlogo {
		padding: 2em;
	}
	.divlogo img {
		width: 60%;
	}
	#mainbox {
		width: 96%;
	}
	.white-popup {
		position: relative;
		background: rgba(255, 255, 255, 0.8);
		color: #000;
		padding: 20px;
		width: auto;
		margin: 2% 5%;
	}
}

/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width: 480px) {
}
