@charset "UTF-8";




.button {
    font-family: 'Roboto' sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #63bbb1;
	text-decoration: none;
	letter-spacing: 0px;
    padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 0px;
    width:50px;
	height: 50px;
	text-align: left;
	cursor: pointer;
	display: block;
	}


	form {
    margin-bottom:0px;
}

.buttonDiv {
		
    width: 100%;
    float: left;
	margin-top: -20px;
	padding-bottom: 50px;
	margin-left: -10px;
		
	}

.message_text {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #231f20;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
    border-bottom: 1px solid #231f20;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent; 
	border-right: 0px solid transparent;
    padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 20px;
	padding-left: 0px;
    width:100%;
	height: auto;
    margin-bottom: 0px;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0);
}



.message.inactive {
    color:#231f20;
}
.message:focus {
	outline:none;
	}

.message_text.inactive {
    color:#231f20;
}
.message_text:focus {
	outline:none;
	}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
	
}

input {
   font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #231f20;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
    border-bottom: 1px solid transparent;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent; 
	border-right: 0px solid transparent;
    padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 20px;
	padding-left: 0px;
    width:100%;
	height: auto;
    margin-bottom: 0px;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0);
}
input.inactive {
    color:#231f20;
}
input:focus {
	outline:none;
	
	}


.lineRight {
		border-bottom: 1px solid #231f20;
	
	
	}
	

.contact2 {
	 width: 25%;
	height: 30px;
    float: left;
	}



.buttonDiv {
		
    width: 100%;
    float: left;
	margin-top: -20px;
	padding-bottom: 50px;
	margin-left: -10px;
		
	}
	


.contact {
    width: 25%;
	height: 30px;
    float: left;
	
	 
	}

.socialContact {
	
	padding: 10px;
	     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
       -o-transition: all .2s ease;
      -ms-transition: all .2s ease;
          transition: all .2s ease;
	opacity: 1;
	
	
	
    
}


.socialContact:hover {
	     
	opacity: 0;
	
	
	
    
}

	  	