body, html {
	font-family: "Helvetica", sans-serif;
}

a:hover, input {
  transition: 0.5s ease;
}

iframe#footer {
	display: inline-block;
  border: 0;  
  width: 100%;
  height: 550px;
  overflow: visible;
  margin-top: 30px;
}

.mobileHide { display: block;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}
.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: block;}}

   