footer{
  margin-bottom: 40px;
  font-size: 12px;
}
	footer .container {
		border-top: 1px solid #e7e7e7;
		padding-top: 20px;
	}
	footer span {
		color: gray;
		font-family: 'Lato', sans-serif;
	}
	footer h4 {
		  font-family: 'Lato', sans-serif;
	    color: #b40130;
    	font-size: 20px;
	}
  footer h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Gandhi Serif' !important;
    font-size: 40px;
  }
  .button-footer {
    background-color: #b40130 !important;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Gandhi Serif' !important;
    font-size: 19px;
    padding: 20px;
    width: 300px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
    .button-footer:hover, .button-footer:focus{
      color: white;
      background-color: #910026 !important;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      text-decoration: none;
    }
@media screen and (max-width: 992px){
	.footer-element {
		height: 150px;
	}
}

#contact{
  padding-top: 100px;
}
