#contact-section{
  background: url(../img/the-charlotte.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:120px;
}

.btn{
	border-radius:0px;
	height:60px;
}

.square-border{
  border-radius: 0px;
  padding:15px;
}

#response-window{
  background-color:#E8E8E8;
  padding: 12px;
  padding-top:30px;
  padding-bottom:30px;
  opacity: 0.9;
  margin-top: 100px;
  margin-bottom: 190px;
}

.send-another{
  cursor:pointer;
}
