body {
	background-image: url("../img/bg_main.png");
	background-size: auto;
	background-repeat: repeat;
	font-family: 'Champagne & Limousines';
}

.complete_Wrap {
	margin:auto;
	max-width: 1200px;
	min-width: 1200px;
}

#bgvid {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/bg_main.png") no-repeat;
    background-size: cover; 
}

.fixedBoxBtn {
	position: fixed;
	width: 32px;
	height: 32px;
	margin-top: 165px;
	background-image: url('../img/open_menu.png');
	background-size: contain;
	left: 0px;
}

.fixedBox {
	position: fixed;
	width: 72px;
	height: 100px;
	margin-top: 165px;
	left: -72;
}

.fixedBox_7grid {
	height: 64px;
	width: 64px;
	float:left;
}

.btn:hover {
	cursor: pointer;
}

.main_Content {
	height: 400px;
	margin: auto;
	margin-top: 50px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset;
}


a {
	text-decoration: none;
	color: #c4c4c4;
	font-weight: bold;
}

.main_content {
	width: 70%;
	min-width:700px;
	margin: auto;
	margin-top:20px;
	color: #FFFFFF;
	border-radius: 50px;
}

.main_content p {
	font-size: 18px;
}

h1, h2 {
	color: #C4C4C4;
	font-weight: bold;
}