@font-face {
    font-family: 'DINLight';
    src: url('assets/din-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'DINRegular';
    src: url('assets/din-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'DINMedium';
    src: url('assets/din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #1988E0;
}
a:hover {
	-webkit-filter: brightness(.8);
	        filter: brightness(.8);
	opacity: 1;
}

html, body, input, textarea, select, button {
    font-family: 'DINRegular', -apple-system, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

body {
    margin:0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
     -webkit-font-smoothing: antialiased;
}

h1, h2, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-family: "DINLight";
	font-size:  48px;
	line-height: 61px;
	margin: 34px 0;
}
h2 {
	font-family: "DINLight";
	font-size:  36px;
	line-height: 46px;
	margin-bottom:  12px;
}
p {
	font-size:  22px;
	line-height: 30px;
	color: gray;
}


#intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 715px;
	max-height: 860px;
	height: 100vh;
	overflow: hidden;
}

	#intorPreContent, #intorPostContent {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	#introContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1300px;
		min-width: 0;
	}

#intorPreContent, #introMessage {
	background: #FCFCFC;
	box-shadow: inset 0px -1px 0px rgba(0,0,0,.08);
}

#introMessage {
	-webkit-box-flex: .6;
	    -ms-flex: .6;
	        flex: .6;
	padding:  80px;
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 0;
}

	#introMessage article {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-right: 260px;
	}

		#introMessage article p {
			color: black;
		}

	#introMessage header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#introMessage header .logo {
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

		#introMessage header .plan {
			text-align: right;
		}

		#introMessage header .plan .separator {
			border-left: 1px dotted rgba(0,0,0,.15);
			display: inline-block;
			width: 1px;
			height: 12px;
			margin: 0 12px;
		}

	#introMessage footer {
		height:  46px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
		#introMessage footer a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			color: rgba(0,0,0,.5);
		}
		#introMessage footer a span {
			margin-left: 20px;
		}

#intorPostContent, #introVideo {
	background: #DC5758;
}

#introVideo {
	-webkit-box-flex: .4;
	    -ms-flex: .4;
	        flex: .4;
	min-width: 0;
	/*background-image: linear-gradient(to left, #EC9C64 0%, #DC5758 100%);*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
		
		#introVideo video {
			margin-left: -180px;
			border-radius: 2px;
			background: white;
			box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.10), 0px 42px 74px 0px rgba(0,0,0,0.10);
		}

.buttons {
	margin-top: 72px;
}

.button {
	font-size: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 40px;
	padding: 0 16px;
	padding-top: 1px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 2px;
	font-family: "DINMedium";
}
	.button.blue {
		background: #1A89E1;
		color: white;
	}


.slide {
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

	.slide.organize {
		background: #FCFCFC;
	}

	.slide::after {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		border-bottom: 1px solid rgba(0,0,0,.08);
		content: "";
	}
	.slide.no-border::after {
		display: none;
	}

	.slide article {
		padding: 70px;
		padding-bottom: 0;
		position: relative;
	}

	.slide .slideBg {
		display: block;
		margin: 0 auto;
	}

.slide.clipper {
	background: #1988E0;
	color:  white;
}
	.slide.clipper p {
		color:  rgba(255,255,255,.8);
	}
	.slide.clipper a {
		color: white;
	}

.columnsWrap {
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.columns {
	max-width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
	.columns .slide {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: left;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	.columns .slide .slideBg {
		margin-left:  70px;
	}


.screenshots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
}
.screenshots > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 35px;
	padding-right: 0;
	overflow: hidden;
	min-width: 0;
}
.screenshots > div img {
	width:  100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.10), 0px 42px 74px 0px rgba(0,0,0,0.10);
	margin-right: -20px;
}


.download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 50px 0;
}

	.download a {
		text-align: center;
		color: rgba(0,0,0,.6);
		width: 130px;
		padding: 20px 0px;
	}
	.download a span {
		display: block;
		padding-top: 6px;
	}

	.download .separator {
		width: 50px;
	}

#footer {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
	#footer > a, #footer > div {
		margin-right: 40px;
	}
	#footer > a {
		padding: 8px 0;
		color: rgba(0,0,0,.7);
	}
	#footer .twitter {
		text-align: right;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0;
	}

@media only screen and (max-width : 1150px) {
	.columns, .screenshots {
		display: block;
	}

	.screenshots > div {
		padding: 35px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.screenshots > div img {
		margin: 0;
	}

	#introVideo video {
		margin: 0;
	}

	.buttons {
		margin-top:  40px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 700px) {
	.download, .screenshots {
		margin-top: 30px !important;
	}
	
	h1 {
		font-size: 36px;
		line-height: 46px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	p {
		font-size: 18px;
		line-height: 26px;
	}

	.button {
		font-size: 16px;
	}

	#intro {
		height: auto;
		min-height: 0;
		max-height: 100%;
	}

	#introContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#introMessage, #footer {
		padding:  30px;
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit;
	}
		#introMessage article {
			padding: 0;
		}
	#introVideo {
		-webkit-box-flex: inherit;
		    -ms-flex: inherit;
		        flex: inherit;
	}
	#introVideo video {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.slide article {
		padding:  40px;
		padding-bottom: 0;
	}
	.slide  .slideBg {
		width: 100% !important;
		height: auto !important;
		margin:  0 !important;
	}
	.columns .slide .slideBg {
		margin-left: 40px !important;
	}
	.slide.save .slideBg {
		margin-top: -30px !important;
	}
	.slide.organize .slideBg {
		margin-top: 20px !important;
	}
	.hide-on-mobile {
		display: none !important;
	}
}