body{
	background-color: #fff;
	padding: 0;
	margin: 0;
}
.background-img{
	width: 100%;
	height: 100vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%) ;
	position: absolute;
	z-index: -10;
}
.header{
	
}
.section{
	position : relative,
}

.section-v{
	width: 100%;
	left: 0px;
	top: 15vw;
	position: relative;
}


.section-v-1{
    width: 50%;
    left: 5vw;
    position : absolute
}

.section-v-2{
	right: 5vw;
	width: 50%;
	position : absolute
}

.section-bottom .section-v{
	width: 100%;
	left: 0px;
	top: 80vh;
	position: relative;
}

.container
{
	display: flex;
	height: 100%;
}

.box
{
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
}

.footer{
	
}

.logo{
	left: 20px;
	top: 20px;
	float: left;
	height: 30px;
	z-index: 20;
	position: fixed;
}
.sitelogo{
	height: 80px;
	z-index: 20;
}


.content > div> a {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.5em;
	font-weight: 900;
}
.content > div >  a:hover{
	color: #fff;
	background-color: #fff;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	transition: all .35s;
}

.main-bottom-box{
		bottom: 20px;
		position : fixed;
		left: 20px;
	}
