/* header logo */
header .logo-name {
  margin-left: 36px;
  margin-top: 13px;
  float: left;
  width: auto; 
  z-index: 991; 
  }
header .logo-name a {
  color: #FFFFFF;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
#subscribe .animation-left {
  display: inline;
  float: left;
  height: auto;
  width: 47%;
  border: 0;
  outline: none;
  vertical-align: middle;
  min-width: 225px;
  max-width: 100%;
  border-radius: 3px;
  }
#subscribe .animation-right {
  display: inline;
  float: right;
  height: auto;
  width: 47%;
  border: 0;
  outline: none;
  vertical-align: middle;
  min-width: 225px;
  max-width: 100%;
  border-radius: 3px;
  }
/* screenwidth less than 768px - mobile/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #subscribe .animation-left { width: 100%; margin-bottom: 5px; }
  #subscribe .animation-right { width: 100%; margin-bottom: 5px; }
  }
  
