@charset "UTF-8";
/* CSS Document */
.html
{
	background-color: #FFFFFF;
}

.page
{
	z-index: 1;
	max-width: 1920px;
	width:100%;
	min-height: 1080px;
	background-image: none;
	border-style: none;
	border-color: #000000;
	background-color: transparent;
	padding-bottom: 62px;
	margin:0 auto;
}

/*header*/

.header{
    display: block;
    float: left;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

.logo
{
	float: left;
	display:flex;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
	width: 100%;
	padding: 40px 0;
}

.logo img
{
	width: 92px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	float: left;
	justify-content: center;
}

.name
{
	background-color: transparent;
	line-height: 30px;
	font-size: 30px;
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

hr
{
	width:50%;
	height: 1px;
	background-color: #000000;
}

.nav
{
	background-color: transparent;
	line-height: 24px;
	font-size: 24px;
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.nav a, .nav a:visited, .nav a:active, .nav a:hover
{
	color: #000;
	text-decoration: none;
}

.nav a:hover
{
	color: #000;
	text-decoration: underline;
}

.nav .active
{
	text-decoration: underline;
}

.back-to-top
{
	text-align: center;
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 10px;
	margin: 20px;
	color: #000;
	display:inline-block;
	justify-content: center;
	float:left;
	width: 100%;
	position: relative;
 	top: 0;
  	transition: top ease 0.5s;
}

.back-to-top a
{
	text-decoration: none;
	position: relative;
 	top: 0;
  	transition: top ease 0.5s;
	color: #000;
}

.back-to-top a:visited, .back-to-top a:active, .back-to-top a:hover
{
	color: #000;
}

.back-to-top:hover{
	top: -10px;
}

.back-to-top #up
{
	font-size: 40px;
}

p
{
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: auto;
}

p a
{
	color:#525252;
}
