body{ 
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}


/* Footer */
.footercontainer
 { position: relative;
  bottom:0;
  left:0;
  width:100%;
  background-color:white;}


.footer
{
  overflow: hidden;
  background-color: #fff;
  width:50%;
  margin-left:auto;
  margin-right:auto;

}

.footer-link
{
  width:100%;
  float:left;
  font-size:1em;
  text-align:center;
  text-decoration:underline
}

a{
  color:black;
}



.footer-copyright
{ font-size:0.7em;
text-align:center;}

/* Media queries - footer */
@media screen and (max-width:1200px){
.footer
{ width:100%;}}

@media screen and (max-width:700px){
input[type=submit] 
{ width:100%;}}

