body{
    margin:0;
    font-size:24px;
    text-align: center;
    overflow-x: hidden;
    margin-top: 20px;
    font-family: Arial;
}
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/


#text1{
    font-family:CaviarDreams-BoldItalic;
    text-align: center;
   /* position: absolute;*/
    width: 100%;
    left: 0px;
}
#text2{
    font-family:Arial;
    font-size: 16px;
}




html{    
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
       /* margin-bottom: 20px;*/
}

#form-div {
	/*background-color:rgba(72,72,72,0.4);*/
	padding-left:35px;
	padding-right:35px;
	padding-top:55px;
	padding-bottom:10px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background-image: url("imgs/demo_form.png");
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,0.25);
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 24px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
  border: 2px solid rgba(0,0,0,0.25);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 24px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	/*background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);*/
	background-size: 10px 10px;
	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%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:#efefef;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:center;
	width: 86px;
        height: 40px;
        max-height: 40px;
	border: #fbfbfb solid 0px;
	cursor:pointer;
	background-color: #e3e3e3;
	color:#000;
	font-size:14px;
	padding-top:3px;
/*	padding-bottom:22px;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

  font-weight:700;
	border-radius: 4px;
}

#button-blue:hover{
	background-color: #c8c8c8;
	color: #000;
}
	
.submit:hover {
	color: #000;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #c8c8c8;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  /*width:100%;*/
  background-color:#c8c8c8;
}

@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%;
        display: none;
        opacity:0;
        pointer-events:none;
        visibility: hidden;
	}
}