body,
html{
	margin: 0;
	font-size: 18px;
	font-family: 'Open Sans';
	font-size: 22px;
	line-height: 28px;
}

.wrapper,
.wrapper-no-bg{
	width: 100%;
	height: 100%;
}

.wrapper{
	background-image: url('bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper-no-bg{
	max-width: 1300px;
	margin: auto;
	padding: 42px 0px;
	height: unset;
	background-image: url('bg-no-text.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu{
	position: fixed;
	height: 27px;
	width: 380px;
	right: 12px;
	bottom: 18px;
}

a{
	text-decoration: none;
	color: #000;
}

.imp-header-all{
	margin-top: 20px;
	margin-bottom: 10px;
}

.imp-paragraph{
	margin-bottom: 10px;
	font-size: 16px;
}

.ds-header-all{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ds-header-1{
	font-size:32px;
}

.ds-header-2{
	font-size:28px;
}

.ds-header-3{
	font-size:24px;
}

.ds-wrapper{
	margin-left: 20px;
}

.ds-paragraph{
	margin-bottom: 10px;
	font-size: 16px;
}

h1{
	margin-bottom: 80px;
}

@media only screen and (max-width: 1200px){
	.wrapper{
		background-size: 200%;
		background-position: bottom;
	}
	
	.wrapper-no-bg{
		padding: 100px 42px !important;
	}
	
	h3{
		margin: 32px 0px !important;
	}
	
	html, body{
		line-height: 50px !important;
	}
	
	.menu{
		height: 70px;
		width: 803px;
		left: 50%;
		bottom: 0;
		right: unset !important;
		transform: translateX(-50%);
	}
	
	.menu > a{
		font-size: 50px;
	}
}