#header {
	margin-top: 50px;
	height: 240px;
	background-color: #3F51B5;
    font-size: 0px;
}

	h1#start {
		padding-top: 70px;
    	padding-left: 14px;
		margin: 0;
    	font-size: 50px;
    	color: #FFFFFF;
  		display: flex;
	}

	h2#start {
    	padding-left: 14px;
		margin-bottom: 0;
		margin-top: 0;
    	font-size: 26px;
    	color: #C5CAE9;
	}

#section {
	height: auto;
	background-color: #FAFAFA;
	padding-bottom: 90px;
	padding-top: 70px;
}

	#section h2 {
    	display: inline-block;
    	padding-left: 15px;
    	padding-right: 15px;
		margin-bottom: 0;
    	color: #000000;
    	height: 50px;
    	line-height: 50px;
    	white-space: nowrap;
	}

.title {
}

.subtitle {

	margin: 0;
		margin-top: 10px;
}

#contact-form {
	background-color: rgba(0,0,0,.03);
	width: 100%;
	height: 520px;
}

	.textbox {
		position:relative;
		margin-bottom:45px;
		top: 10%;
	}

	input, textarea {
    	resize: none;
		margin: 0 auto;
  		width: 80%;
		color: #474747;
        background-color: transparent;
  		font-size:18px;
  		padding:10px 10px 10px 5px;
  		display:block;
  		border:none;
  		border-bottom:1px solid #757575;
	}

	input:focus     { outline:none; }

	textarea:focus     { outline:none; }

	label {
  		color:#999;
  		font-size:18px;
  		font-weight:normal;
  		position:absolute;
  		pointer-events:none;
  		left:10%;
  		top:10px;
  		transition:0.2s ease all;
	}

	/* active state */
	input:focus ~ label, input:valid ~ label     {
  		top:-20px;
  		font-size:14px;
  		color:#FF4081;
	}
	textarea:focus ~ label, textarea:valid ~ label     {
  		top:-20px;
  		font-size:14px;
  		color:#FF4081;
	}

	.bar  { position:relative; display:block;
		margin: 0 auto;
  		width: 80%; }

	.bar:before, .bar:after   {
  		content:'';
  		height:2px;
  		width:0;
  		bottom:0px;
  		position:absolute;
  		background:#FF4081;
  		transition:0.2s ease all;
	}
	.bar:before {
  		left:50%;
	}
	.bar:after {
  		right:50%;
	}

	/* active state */
	input:focus ~ .bar:before, input:focus ~ .bar:after {
  		width:50%;
	}

	/* active state */
	textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  		width:50%;
	}

    /* Button */
    .button {

    	text-align: center;
		display: inline-block;
		position: relative;
		width: 120px;
		height: 32px;
		line-height: 32px;
		border-radius: 2px;
		font-size: 0.9em;
		background-color: #FF4081;
		color: #fff;
		font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
		right: -74%;
    }

	.button p {
		margin: 0;
		height: 32px;
		white-space: nowrap;
		display: inline-block;
	}

    .button.raised {
    	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    	transition-delay: 0.2s;
    	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .button.raised:active {
    	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    	transition-delay: 0s;
    }

    .send {
    	margin-bottom: 5px;
    	vertical-align: middle;
    }

	.link {
		color: #337ab7;
	}

	.link:hover {
    	text-decoration: underline;
    	color: #1e476a;
	}

	.link:active {
    	color: #1e476a;
	}

	.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
      -webkit-touch-callout: none;
cursor:default;
}

.padding-left {
	padding-left: 14px;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 991px) {

	#header {
		margin-top: 100px;
	}

  #section-overview {
    display: none;
  }


  h1#start {
    padding-left: 80px;
    padding-right: 80px;
  }


  h2#start {
    padding-left: 80px;
    padding-right: 80px;
  }
	#section {
	  padding-left: 80px;
	  padding-right: 80px;
	}
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {

	#header {
		margin-top: 50px;
	}

  #section-overview {
    display: inline-block;
  }


  h1#start {
    padding-left: 14px;
    padding-right: 0px;
  }


  h2#start {
    padding-left: 14px;
    padding-right: 0px;
  }
	#section {
	  padding-left: 0px;
	  padding-right: 0px;
	}
}
