@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#feedback-page{
	text-align:center;
}

#text-feedback{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color:white;
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
}

#form-div {
	background-color:#3c3c3c;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	width: 970px;
	float: left;
	position: absolute;
}

.feedback-input {
	opacity:0.9;
	color:#CF423C;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:400;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	color: #CF423C;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#CF423C;
}


.name {
	margin-bottom: -14px;
	border: 0;
}
.text #comment{
	margin-bottom: -30px;
	border: 0;
}

.email #email {
	border: 0;
}

.name #name {
	border: 0;
}
/* Icons ---------------------------------- */
#name{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);  */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);  */
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);   */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);   */
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);   */
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-red{
	font-family: 'Montserrat', Helvetica, Arial,  sans-serif;
	float:left;
	width: 100%;
	cursor:pointer;
	background-color: #CF423C;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	border: 0;
	margin-top: 12px;
}

#button-red:hover{
	background-color: #fff;
	color: #CF423C;

}
	
@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
