@charset "utf-8";

.site-header{
	background-color: #000000;
	display: flex;
	padding: 20px;
	position: absolute;
	justify-content: space-around;
	width: 100%;
	z-index: 100;
}
.site-header.fixed{
	position: fixed;
	top: 0px;
}
.site-header_t{
	background-color: #000000;
	display: flex;
	padding: 20px;
	position: absolute;
	justify-content: space-around;
	width: 100%;
	z-index: 100;
}
.site-header_t.fixed{
	position: fixed;
	top: 100px;
}
.site-logo img{
	height: 20px;
	width: auto;
}
ul.gnav__menu{
width: 100%;
    display: -webkit-flex;
    display: flex;
}
.gnav__menu__item{
	margin: 0 30px;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
}
.gnav__menu__item a{
	color: #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
}
.link-current{
	border-bottom: 2px solid red;
}

.gnav__menu li a:hover{
	border-bottom: 2px solid red;
}

.hero{
	/* [disabled]max-height: 400px; */
	/* [disabled]overflow: hidden; */
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1100px;
}
.hero img{
	height: auto;
	width: 100%;
}
.hero_t{
	/* [disabled]max-height: 400px; */
	/* [disabled]overflow: hidden; */
	margin: 115px auto 0;
	position: relative;
	width: 100%;
	max-width: 1100px;
}
.hero_ img{
	height: auto;
	width: 100%;
	bottom: 20px;
}


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

.gnav__menu__item{
	margin: 0 10px;
	font-size: 16px;
	font-family: 'Barlow Condensed', sans-serif;
}
.site-header_t.fixed{
	position: fixed;
	top: 60px;
}
}
