/* CSS Document */

#footer-bottom a img {
	margin-right: 2px;
	margin-left: 2px;
}
#footer-top h4 {
	font-size: 16px;
}
#footer-top h3 {
	font-size: 1.3em;
	font-weight: normal;
	
}
#footer-top p {
	line-height: 25px;
}
#footer-top {
	background-color: #EFEFEF;
	font-family: 'Open Sans', sans-serif;
}

#main-content {
	max-width: 1200px;
	padding: 2%;
	font-family: 'Open Sans', sans-serif;

}
 .card{
      
	background-color: #EFEFEF;
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
 
	 
	  margin: 3%;
	 
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
} 
.btncolor{
	background-color: #b73030;
	color: #FFF;
	text-align: center;
}

#percent {
	width: 90%;

}

#percent img{
	max-width: 90%;
	height: auto;
}

.jumbotron {
	width: 90%;
	background-color: #FFF;

}
.lead{
	font-size: 1.5em;
}
#banner img{
max-width: 100%;
height: auto;
} 
.nav-link {
	font-size: larger;
}
#features {
	max-width: 1100px;
	padding: 2%;	
}

#calculator{
width: 66%;
font-size: 1.1em;
}

#calc-content{

}

@media only screen and (max-width: 1024px) {

	#calculator{
		width: 70%;
		font-size: 1.1em;
		}

.lead {
	font-size: 1.2em;	
}
#features img {
    max-width: 55px;
	height:auto;	
	}

}