body {
    width: 100%;
    height: 100%;
    margin: 0px;
    min-width: 900px;
}

@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
		min-width: 100%;
	} 
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #2c2a28;
	} 
}

.header {
    background-color: #FEF9F6;
    top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	min-width: 900px;
}

@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
		min-width: 100%;
	} 
}

@media (prefers-color-scheme: dark) {
	.header {
		background-color: #2c2a28;
	}
}

	.header_title {
	    position: relative;
		width: 900px;
		height: 55px;
		display: table;
	    margin: 0 auto;
	    top:22px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	    .header_title {
			width: 100%;
		} 
	}
	
	.header_logo {
		margin-left: 64px;
		float: left;
		width: 60px;
		height: 60px;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
	}
	
	@media (prefers-color-scheme: dark) {
		.header_logo {
			background-image: url(../images/logo-dark.png);
		}
	}
	
	@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
			.header_logo {
			background-image: url(../images/logo@2x.png);
			background-repeat: no-repeat;
			background-size: 100%;
			width: 60px;
			height: 60px;
			margin-left: auto;
		}
		
		@media (prefers-color-scheme: dark) {
			.header_logo {
				background-image: url(../images/logo-dark@2x.png);
			}
		}
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	    .header_logo {
			margin-left: auto;
		} 
		
		.header_main {
			width: 50%;
			margin: 0 auto;
		}
	}
	
	.header_name {
		float: left;
		width: 150px;
		margin-top: 8px;
		margin-left: 15px;
		height: 60px;
		vertical-align: middle;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
    	.header_name {
			width: auto;
			margin-top: 8px;
		} 
	}
		.header_name a {
			text-decoration: none;
		}
		
		
		.header_name h1 {
			display: inline;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-weight: lighter;
			font-size: 36px;
			text-align: left;
			color: #DE8654;
		}
		
		@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	    	.header_name h1 {
				font-size: 36px;
			} 
		}
	
	
	
	.header_extra {
		margin-right: 45px;
		float: right;
		width: 500px;
		margin-top: 12px;
		height: 39px;
		line-height: 44px;
		vertical-align: middle;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 26px;
		text-align: right;
		color: #DE8654;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	    .header_extra {
			display: none;
		} 
	}


.mainpart {
	display: table;
    margin: 0 auto;
	width: 900px;
	height: 750px;
}

@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	.mainpart {
		width: 100%;
		height: auto;
	} 
}

	.article_main {
		height: 650px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.article_main {
			height: auto;
		} 
	}
	
	.article_secondary {
		height: 620px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.article_secondary {
			height: auto;
		} 
	}
	
	.article_secondary_short {
		height: 420px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.article_secondary_short {
			height: auto;
		} 
	}
	
	.article_screenshotbox {
		float: left;
		width: 380px;
		height: 100%;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.article_screenshotbox {
			display: none;
		} 
	}
	
	.article_screenshot {
		margin-left: 64px;
		margin-top: 62px;
		float: left;
		position: block;
		width: 266px;
		height: 536px;
		background-image: url(../images/phone-X.png);
		background-repeat: no-repeat;
	}
	
	@media (prefers-color-scheme: dark) {
		.article_screenshot {
			background-image: url(../images/phone-X-dark.png);
		}
	}
	
	@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
			.article_screenshot {
			background-image: url(../images/phone-X@2x.png);
			background-repeat: no-repeat;
			background-size: 100%;
			width: 266px;
			height: 536px;
		}
		
		@media (prefers-color-scheme: dark) {
			.article_screenshot {
				background-image: url(../images/phone-X-dark@2x.png);
			}
		}
	}
	
	.article_screenshot_image {
		margin-top: 79px;
		margin-left: 17px;
		float: left;
		width: 213px;
		height: 378px;
	}
	
	#article_screenshot_secondary  {
		margin-top: 20px;
	}
	
	.article_description {
		float: left;
		width: 500px;
		height: 100%;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.article_description {
			width: 100%;
		} 
	}
	
	#courier_list {
		font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 300;
		font-size: 16px;
		text-align: left;
		color: #727272;
		display: none;
	}
	
	@media (prefers-color-scheme: dark) {
		#courier_list {
			color: #fefefe;
		}
	}
	
	#courier_list_table {
		margin-left: auto;
		margin-right: auto;
	}
	
	#courier_list_table td {
		vertical-align: top;
		width: 33%;
	}
	
	#courier_list small {
		padding-left: 20px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		#courier_list_table td {
			width: 80%;
		}
	}
	
	#courier_list_table ul {
		padding-left: 20px;
		line-height: 23px;
	}
	
	#screenshot5 { 
		width: 300px;
		height: 174px;
		background-image: url(../images/screenshot5.png);
		background-repeat: no-repeat;
		margin-left: 17px;
		margin-top: 120px;
	}
	
	@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
			#screenshot5 {
			background-image: url(../images/screenshot5@2x.png);
			background-repeat: no-repeat;
			background-size: 100%;
			width: 300px;
			height: 174px;
		}
	}
	
	.description_main_title {
		margin-top: 150px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 36px;
		text-align: center;
		color: #303030
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_main_title {
			width: auto;
			max-width: 80%;
			margin-top: 30px;
			font-size: 24px;
			margin-left: auto;
			margin-right: auto;
		} 
	}
	
	@media (prefers-color-scheme: dark) {
		.description_main_title {
			color: #fefefe;
		}
	}
	
	.description_second_image {
		margin-top: 140px;
		margin-left: 150px;
		width: 200px;
		height: 154px;
		background-image: url(../images/image1.png);
		background-repeat: no-repeat;
	}
	
	@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
			.description_second_image {
			background-image: url(../images/image1@2x.png);
			background-repeat: no-repeat;
			background-size: 100%;
			width: 200px;
			height: 154px;
		}
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_second_image {
			margin-left: auto;
			margin-right: auto;
			margin-top: 70px;
		} 
	}
	
	.description_third_image {
		margin-top: 105px;
		margin-left: 130px;
		width: 240px;
		height: 155px;
		background-image: url(../images/image2.png);
		background-repeat: no-repeat;
	}
	
	#reports_image {
		background-image: url(../images/image3.png);
	}
	
	@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
		.description_third_image {
			background-image: url(../images/image2@2x.png);
			background-repeat: no-repeat;
			background-size: 100%;
			width: 200px;
			height: 155px;
		}
		
		#reports_image {
			background-image: url(../images/image3@2x.png);
		}
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_third_image {
			margin-left: auto;
			margin-top: 40px;
			margin-right: auto;
		} 
	}
	
	.description_secondary_title {
		margin-top: 150px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 36px;
		text-align: center;
		color: #303030
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_secondary_title {
			width: auto;
			max-width: 80%;
			margin-top: 30px;
			margin-left: auto;
			margin-right: auto;
			font-size: 24px;
		} 
	}
	
	@media (prefers-color-scheme: dark) {
		.description_secondary_title {
			color: #fefefe;
		}
	}
	
	.description_secondary_title_short {
		margin-top: 50px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 36px;
		text-align: center;
		color: #303030
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_secondary_title_short {
			width: auto;
			max-width: 80%;
			margin-top: 30px;
			margin-left: auto;
			margin-right: auto;
			font-size: 24px;
		} 
	}
	
	@media (prefers-color-scheme: dark) {
		.description_secondary_title_short {
			color: #fefefe;
		}
	}
	
	.description_text {
		width: 450px;
		margin-left: 25px;
		margin-top: 25px;
		font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 300;
		font-size: 21px;
		text-align: center;
		color: #727272;
		position: block;
		margin-bottom: 0px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.description_text {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			font-size: 16px;
		}
	}
	
	@media (prefers-color-scheme: dark) {
		.description_text {
			color: #f2f2f2;
		}
	}
	
	.description_text a {
		text-decoration: none;
		color: #DE8654;
	}
	
	#courier_list a {
		text-decoration: none;
		color: #DE8654;
	}
	
	.download_button {
		float: left;
	}
	
	.download_button a {
		width: 230px;
		height: 75px;
		margin-top: 70px;
		margin-left: 20px;
		background-color: #de8754;
		
		-moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -khtml-border-radius: 10px;
	    border-radius: 10px;
		
		padding-top: 15px;
		line-height: 30px;
		vertical-align: middle;
		font-family: "Helvetica-Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 24px;
		text-align: center;
		color: white;
		
		text-decoration: none;
		display:block;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.download_button a {
			margin-top: 30px;
			width: 70%;
			margin-left: auto;
			margin-right: auto;
		} 
		
		.download_button {
			float: none;
		}
	}
	
.privacy_part {
	display: table;
    margin: 0 auto;
	width: 900px;
	height: 450px;
}

.privacy_part a {
	color: #DE8654;
	text-decoration: none;
}
	
@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	.privacy_part {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	} 
}

	.privacy_title {
			margin-top: 50px;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-weight: 300;
			font-size: 36px;
			text-align: center;
			color: #303030
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.privacy_title {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			font-size: 24px;
		} 
	}
	
	@media (prefers-color-scheme: dark) {
		.privacy_title {
			color: #fefefe;
		}
	}
	
	.privacy_text {
			width: 650px;
			margin-left: 125px;
			margin-top: 45px;
			font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-weight: 300;
			font-size: 21px;
			text-align: left;
			color: #727272;
			position: block;
			margin-bottom: 0px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.privacy_text {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			font-size: 16px;
		} 
	}
	
	@media (prefers-color-scheme: dark) {
		.privacy_text {
			color: #fefefe;
		}
	}
	
	.privacy_text li {
	   margin:0 0 10px 0;   
	}
		
		
	
.footer {
	display: table;
    margin: 0 auto;
	width: 900px;
	height: 40px;
}

@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
	.footer {
		width: 100%;
	} 
}

@media (prefers-color-scheme: dark) {
	.footer {
		color: #fefefe;
	}
}

	.footer_left {
		float: left;
	}
	
	.footer_right {
		float: right;
		padding-right: 35px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.footer_right {
			display: none;
		} 
		
		.footer_left ul {
			padding-left:20px;
		}
	}


	.footer li
	{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		font-family: "Helvetica-Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: lighter;
		font-size: 12px;
	}
	
	@media only screen and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
		.footer li {
			padding-right: 5px;
		} 
	}
	
	.footer a {
		color: #DE8654;
		text-decoration: none;
	}
	
