body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;

	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	background-image: url(../img/intro.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.top {
	margin-top: 250px;
}

/*Container*/
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*Intro*/
.intro {
	width: 100%;
	height: 100vh;

	
	-webkit-background-size: cover;
	
	margin: 0;
	font-family: 'Montserrat', sans-serif;

	font-size: 15px;
	line-height: 1.6;
	color: #fff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
}


/*Container*/
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/*Header*/
.header {
	width: 100%;
	padding-top: 8px;
	background-color:#001526;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;

	padding-bottom: 12px;
	overflow: hidden;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header_logo {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

/*Nav*/
nav {
	font-size: 14px;
	text-transform: uppercase;
}	

.nav_link {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px; 
	position: relative;

	color: #fff;
	text-decoration: none;

	transition: color .1s linear;
}

.nav_link:after {
	content: "";
	display: block;
	width: 100%;
	height: 1.5px;
	display: none;

	background-color: #fce38a;
	opacity: 0;

	position: absolute; 
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}

.nav_link:hover {
	color: 	#000;
	background-color: #fff;
}

.nav_link:hover:after {
	
}

td> a {
	color:#fce38a;
} 
}

/*Header*/
.header {
	width: 100%;
	padding-top: 8px;
	background-color:#001526;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;

	padding-bottom: 12px;
	overflow: hidden;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header__logo {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.header__logo:hover {
	color:  #116ee5;
	transition: .4s;
}

/*Nav*/
nav {
	font-size: 14px;
	text-transform: uppercase;
}	

.nav_link {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px; 
	position: relative;

	color: #fff;
	text-decoration: none;

	transition: color .1s linear;
}

.nav_link:after {
	content: "";
	display: block;
	width: 100%;
	height: 1.5px;
	display: none;

	background-color: #fce38a;
	opacity: 0;

	position: absolute; 
	top: 100%;
	left: 0;
	z-index: 1;

	transition: opacity .1s linear;
}

.sog {
	margin: 20px 45px;
}

.sog a {
	color: #fce38a;
}

.sog a:hover {
	color: #30db5e;
	transition: .4s;
}

.maker {
	font-weight: bold;
	padding-bottom: 10px;
}

.maker a:hover {
	text-decoration: none;
	color: #14a828;
	transition: .4s;
	background-color: #d7dbd8;
	border-radius: 8px;
	opacity: 0.5;

}