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

@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poiret+One&display=swap');

body{
	margin: 0;
	padding: 0;
	background: #000;
}
header
{
	padding: 10px 100px;
	box-sizing: border-box;
}
section
{
	width: 100%;
	height: 100vh;
}
section.sec1
{
	width: 100%;
	height: 100%;
}
section.sec2
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
	
}
section.sec2 h2
{
	font-size: 50px;
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
}
section.sec2 p
{
	font-size: 28px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.background-box {
	background-image: url("../images/0banner/0g_7767.jpg");
	background-size: cover;
	height: 1600px;
}
.background-box h1 {
	color: white;
	font-family: 'Abril Fatface', cursive;	
	font-size: 68px;
	text-align: center;
	margin-top:  0px;
	padding-top: 250px;
}
.background-box h1a {
	color: white;
	font-family: 'Poiret One', cursive;	
	font-size: 58px;
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top:  0;
	padding-top: 0;
}



nav
{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.8);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	position: sticky;
	top: 0;
}
nav ul
{
	display: flex;
	margin: 0;
	padding: 0 100px;
	float: right;
}
nav ul li
{
	list-style: none;
	padding-left: 20px;
}
nav ul li a
{
	display: block;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
}
nav ul li a:hover,
nav ul li a:active
{
	background: #ee881a;
}

@media (max-width:768px){
.background-box {
	background-width: 768px;
	height: 512px;
}
.background-box h1 {
	font-size: 48px;
	}
.background-box h1a {
	font-size: 24px;
	}
nav
{
	width: 768px;
	height: 40px;
	position: sticky;
	top: 0;
}
nav ul
{
	padding: 0 30px;
}
nav ul li
{
	padding-left: 18px;
}
nav ul li a
{
	padding: 0 8px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
}
}

@media (max-width:400px){
.background-box {
	background-width: 400px;
	height: 267px;
}
.background-box h1 {
	font-size: 28px;
	}
.background-box h1a {
	font-size: 18px;
	}
nav
{
	width: 400px;
	height: 30px;
	position: sticky;
	top: 0;
}
nav ul
{
	padding: 0 5px;
	float: left;
}
nav ul li
{
	padding-left: 18px;
}
nav ul li a
{
	padding: 0 5px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
}
}
	



