[type=button]:not(:disabled), 
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  background: none;
  border: none;
}

#svg-container {
  position: relative;
  min-height: 70vh;
  width: 100%;
}

#svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#svg-container #desktop {
  display: block;
}
#svg-container #mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .row1 {
    width: 100%;
    margin: auto;
    text-align: center; 
  }

  #footer-download-app {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  #svg-container #desktop {
    display: block;
  }

  #svg-container #mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #hero {
    height: auto !important;
    padding-bottom: 100px !important;
  }

  #svg-container #desktop {
    display: none;
  }

  #svg-container #mobile {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  #download-CTA {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 32px;
  }

  #download-CTA .download-text {
   display: block !important;
  }

  #download-CTA .banner-button {
    top: initial !important;
    left: initial !important;
  }

  #download-CTA .banner-button .sprite {
    top: initial !important;
  }

  .navbar-inverse {
    position: fixed;
    right: -200px;
    top: 70px;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 0;
  }
  
  .hamburger {
    position: fixed;
    top: 20px;
    z-index: 999;
    display: block;
    width: 35px;
    height: 30px;
    background: 0 0;
    border: none;
    right: 25px;
  }

  .hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-top {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
  }

  .hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .hamburger:hover .hamb-top,
  .hamburger:hover .hamb-middle,
  .hamburger:hover .hamb-bottom {
    background-color: rgba(255, 255, 255, 1);
  }

  .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-top {
    background-color: #1a1a1a;
  }

  .hamburger.is-closed .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
  }

  .hamburger {
    display: block;
  }

  .hamburger.is-closed .hamb-top {
    top: 4px;
    -webkit-transition: all .35s ease-in-out;
  }

  .hamburger.is-closed::before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
  }

  button {
    color: #fff;
    background: none;
    border: none;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, input {
    overflow: visible;
  }
  
  button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button {
    border-radius: 0;
  }

  footer {
    clip-path: none !important;
    background-image: linear-gradient(180deg, #141821, #11141D) !important;
  }

  footer .footer-content {
    padding: 30px 0 20px 0 !important;
  }

  .btn-google {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.navbar-nav {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#navbar-header .container {
  padding: 0 25px;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}