body {
	font-size: 1.75em;
background: ##ecf0f1;
}

h1 {
	padding:40px;
	color:white;
	text-align:center;
	font-size: 2.5em;
	margin:0;
	font-weight:bold;
	background-color: #DB3026;
	height:auto;
	vertical-align:middle;
	border-bottom:2px solid #B01911;
	text-shadow: 1px 1px 3px #890700;
}

.quote {
	margin:auto;
	max-width:400px;
		padding: 10px 0 20px 0;
}

.result div {
	margin: 20px;
	color: red;
}

.calc {
	line-height: 2;
	margin:auto;
	text-align:center;
	font-size:2em;
}


input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

input {
	line-height: 1;
}

.calculate-btn  {
	font-weight: bold;	
	font-size: 35px;
	background-color: #e62739;
	border:0;
	padding: 10px 20px;
	border-radius:12px;
	margin-bottom:2em;
}


.article {
	padding: 2% 20%;
}