* {box-sizing:border-box;margin:0;padding:0;}

body{
	padding: 30px;
	background: url(../img/border.png);/**/
	color: #3c3c50;
	font-family: "europa",sans-serif;
	font-size: 18px;
	line-height: 28px;
}

a:link, a:visited {
	color: #3c3c50;
	text-decoration: underline;
}

.outer-wrapper {
	min-height: calc(100vh - 70px);
	border: solid 5px #0096ff;
	background: #fff;
	padding: 0 30px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.inner-wrapper-1 {
	background: url(../img/background.gif) top right no-repeat #fff;
	background-size: cover;
	margin: 0;
	min-height: calc(100vh - 90px);
	width: 50%;
}

.inner-wrapper-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

h1 {
	color: #0096ff;
	font-family: "lust", serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	padding-top: 70px;
	margin-right: 50px;
	background: url(../img/dodo.gif) no-repeat top right;
}

h2 {
	font-weight: 300;
	font-size: 36px;
	text-align: left;
}

h3 {
	color: #0096ff;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
}


.description {
	display: block;
	max-width: 600px;
	font-size: 18px;
	line-height:1.5em;
	text-align: left;
	margin: 20px 0;
}

.dodo{
	display: block;
	width: 150px;
	margin: 100px auto 0;
}
@media (max-width: 1200px) {
	h1 {
		margin-right: 15px;
	}
}

@media (max-width: 1100px) {
	.description {
		font-size: 16px;
	}
	h1 {
		font-size: 80px;
		margin-right: 0;
	}

	h2 {
		font-size: 30px;
	}
}

@media (max-width: 1020px) {
	h1 {
		margin-right: 0;
		padding-top: 0;
		background: transparent;
	}
}

@media (min-width:640px) and (max-width: 1019px){
	h1 {
		font-size: 64px;
	}

}

@media (max-width:640px) {
	body {
		padding: 15px;
		background-size: 20% auto;
	}
	h1 {
		font-size: 64px;
		padding: 25px 0 5px 0;
	}

	h2 {
		line-height: 1.35em;
	}

	.outer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 100 vw;
		border: solid 3px #0096ff;
	}
	.inner-wrapper-2 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		padding: 20px;
	}
	.inner-wrapper-1 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		background-size: contain;
		background-position: bottom center;
		min-height: 100vw;
	}

}