@charset "utf-8";
/* CSS Document */

input[type=text] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input[type=text]:focus {
    border: 3px solid #8bc03c;
}

textarea {
    width: 95%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
textarea:focus {
    border: 3px solid #8bc03c;
}

.button4 {
	font-size: 18px;
	padding: 12px 28px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	color: black;
	border: 2px solid #8bc03c; /* Green */
	letter-spacing: 2px;
	cursor: pointer;
	
	}
	.button4:hover {
    background-color: #8bc03c; /* Green */
    color: white;
}




.vscontactmain {
	width: 100%;
	float: center;
	height: auto;
	padding-bottom:20px;
	
	}
.contactfor {
	width: 70%;
	float: center;
	height: auto;
	background-color: ;
	padding-left:20%;
	
	}
.vslocation {
	width: 100%;
	float: center;
	height: auto;
	padding-bottom:20px;
	padding-top:50px;
	
	}



