@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,700italic|Lora:400,700,700italic|Source+Code+Pro:400,700|Abril+Fatface|Montserrat);
@font-face{
	font-family: 'ailerons';src: url('fonts/ailerons.eot'), url('fonts/ailerons.ttf'), url('fonts/ailerons.woff'), url('fonts/ailerons.woff2');}

*, *:after, *:before { box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #1e1a1b;
	padding: 0;
	border: 0;
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	font-family: 'Montserrat', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	color: #dd3e62;
	text-decoration: none;
}

a:hover {
	color: #1e1a1b;
}

 a:focus {
 	outline: none;
 }

 .twitter{
	 font-size: 30px;
 }
 .twitter:hover{
	 color: #fff;
 }

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

h1, h2, h3, h4, h5, h6  {
	clear: both;
	text-transform: none;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
h1 {
	margin: 44px 0 34px;
	font-size: 32px;
	font-size: 2rem;
}
h2 {
	margin: 44px 0 34px;
	font-size: 26px;
	font-size: 1.625rem;
}
h3 {
	margin: 34px 0 24px;
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	margin: 24px 0 24px;
	font-size: 20px;
	font-size: 1.25rem;
}
h5 {
	margin: 24px 0 14px;
	font-size: 18px;
	font-size: 1.125rem;
}
h6 {
	margin: 24px 0 14px;
	font-size: 16px;
	font-size: 1rem;
}

/* Header */

/* Grid */
.section_item {
	height: calc(100vh - 10px);
	max-width: calc(100vw - 10px);
	margin: 5px;
	padding: 10vw;
	z-index: 1;
	position: relative;
	text-align: center;
}
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.section_item p {
	font-size: 18px;
	font-size: 1rem;
	color: #fff;
	max-width: 700px;
	line-height: 1.5;
}


/* Background colors */
.gradient {
	font-family: 'ailerons', Helvetica, sans-serif;
	background: -webkit-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
	background:    -moz-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
	background:     -ms-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
	background:      -o-linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
	background:         linear-gradient(90deg, #53bbbf 10%, #0f1939 90%);
}

/* Related lab experiments */

@media (min-width: 768px) {

/* Headlines */
	h1 {
		margin: 54px 0 44px;
		font-size: 76px;
	}
	h2 {
		margin: 54px 0 44px;
		font-size: 30px;
		font-size: 1.875rem;
	}
	h3 {
		margin: 44px 0;
		font-size: 26px;
		font-size: 1.625rem;
	}
	h4 {
		margin: 34px 0;
		font-size: 20px;
		font-size: 1.25rem;
	}
	h5 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	h6 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	.gradient h1 {
		font-size: 48px;
	}
	.gradient h2 {
		font-family: 'ailerons';
	}

	/* Grid */
	.section_item {
		height: calc(100vh - 20px);
		min-height: 460px;
		max-width: calc(100vw - 20px);
		margin: 10px;
		padding: 100px 20vw;
		z-index: 1;
		position: relative;
		text-align: left;
	}

	.section_item p {
		font-size: 18px;
		font-size: 1.125rem;
	}

}
