html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 350px !important;
  background-color: #f0f0f0 !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 350px;
}

/* Taller footer on small screens */
@media (max-width: 48em) {
    body {
      margin-bottom: 560px !important;
    }
    .footer {
      height: 560px !important;
    }
}

/* Sticky footer style and color
-------------------------------------------------- */
footer {
  padding-top: 30px;
  background-color: #565656;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration:none;
}

footer a:hover, footer a:focus {
  color: #aaa;
  text-decoration:none;
  border-bottom:1px dotted #999;
}

footer .form-control {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;
  color: #333333;
  padding: 0.7em 1em;
}
#inp-mail,#inp-fullname,#inp-phone,#inp-message{
  border-radius: 0 !important;
}

.btn-orange{
  background-color: #ff8400 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
nav li a{
  display:block;
  height: 100px;
  font-size: 26px;
  padding-top: 26px !important;
}
nav li a:hover {
  background-color: #ff8400 !important;
  color: #fff !important;
  border-bottom: #555 solid 3px;
}