body{
	font-family: 'Open Sans', sans-serif !important;
}
.wrapper-left{
	background-color:#283d49;
	height: 100vh;
	display: flex;
	align-items: center;
  	justify-content: center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
 	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;

	-webkit-justify-content: center; 
	-ms-justify-content: center;
	
}

.wrapper-right{
	background-color:#5cc3bc;
	height: 100vh;
	display: flex;
	align-items: center;
    justify-content: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
 	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
		-webkit-justify-content: center; 
	-ms-justify-content: center;

    min-height: 800px;
	
}
.content-left{
	position: relative;
	display: inline-block;
	display: flex;
	align-items: center;
  	justify-content: center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
 	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
		-webkit-justify-content: center; 
	-ms-justify-content: center;


}
.content{
	
	position: relative;
	max-width: 650px;
	display: inline-block;
}
.content p{
	color:white;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 2em;
	text-align: justify;  
}
.content-about{

}

.content-sayhi{
	
	display: none;

}
.content-greeting{
	
	display:none;

}
.btn{
	background-color: #283d49;
	width: 150px;
	height: 60px;
	border-radius:0;
}
.btn:hover{
	background-color: white;
	color: #283d49;
}
.content button{

}
.content button:hover{

}
.content-icon{
	
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.content-icon img{
	width: 65px;
	margin:10px 10px 0 0;
    display:inline-block;
    float:left;
    position: relative;
}
.content-greeting h1{
	color:white;
	font-size: 50px;
}
.icons{

   
}
.button-sayhi{
	text-align: center;
	padding-top:50px;

}
.button-submit{
	float:right;
	padding-top:10px;
	
}
.button-about{
	float:right;
	padding-top:15px;
}
.form-control{
	background-color:#5cc3bc;
	border:2px white solid;
	border-radius: 0;
}
.form-control:focus{
	
	border-color: white;
}
.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.required:focus{
	background-color: red; 
}

.contacted .content-sayhi, .contacted .content-about{
	display:none 
}
.contacted .content-greeting{
	display:block 
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 580px) {
	
	.content {
		max-width: 80%;	
	}
	.content p{
		font-size: 3em;
		line-height: 1.8em; 
		
	}
	.input-lg{
		height: 90px;
		font-size: 2.9em;

	}
	.content-icon img{
		width: 100px;
	}
	.btn{
		width:200px;
		height: 100px;
		font-size: 2.5em;
	}
	.btn-sayhi{
		width: 260px;
		height: 130px;
		font-size: 2.9em;
	}
}

@media (max-height: 780px){
		
	.wrapper-right{min-height:0;
		display: block;
  		align-items: baseline;

		}
	.content{
		left:50%;
		top: 40%;
		transform:translate(-50%,-40%);

	}

	}
	@media (max-height: 640px){
		.content{
		left:50%;
		top: 20;
		transform:translate(-50%,-20);

	}
	}


