body {
  font-family: Arial,
    Helvetica,
    sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.header {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: -8px;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  font-family: Montserrat,
    sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

#accessible-name {
  display: none;
}

h1 {
  font-family: Montserrat,
    sans-serif;
  color: #6a0a19;
  font-size: 31px;
  line-height: 36px;
  font-weight: 400;
}

h2 {
  margin: 54px
    0px
    10px;
  font-family: Montserrat,
    sans-serif;
  color: #6a0a19;
  font-size: 31px;
  line-height: 36px;
  font-weight: 400;
}

.demo-cta {
  margin-top: 30px;
  margin-bottom: -20px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat,
    sans-serif;
  color: #6a0a19;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px
    0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px
    0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px
    0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-bottom: 5px;
  font-family: Montserrat,
    sans-serif;
  color: rgba(
    77,
    80,
    85,
    0.6
  );
  font-size: 16px;
  line-height: 23px;
}

*:focus {
  outline: none;
}

.button {
  display: inline-block;
  padding: 18px
    21px;
  border-radius: 5px;
  background-color: black;
  background-image: -webkit-linear-gradient(
    #6a0a19,
    #8a0000
  );
  background-image: -o-linear-gradient(
    #6a0a19,
    #8a0000
  );
  background-image: linear-gradient(
    #6a0a19,
    #8a0000
  );
  box-shadow: rgba(
        255,
        255,
        255,
        0.49
      )
      0px
      1px
      0px
      0px
      inset,
    #823c2e
      0px
      2px
      0px
      0px,
    rgba(
        0,
        0,
        0,
        0.49
      )
      0px
      3px
      12px
      0px;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  font-family: Montserrat,
    sans-serif;
  color: white;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(
      0,
      0,
      0,
      0.09
    )
    0px
    2px
    0px;
}

.button:hover {
  background-image: -webkit-linear-gradient(
    #6a0a19,
    #d7624b
  );
  background-image: -o-linear-gradient(
    #6a0a19,
    #d7624b
  );
  background-image: linear-gradient(
    #6a0a19,
    #d7624b
  );
  box-shadow: rgba(
        255,
        255,
        255,
        0.49
      )
      0px
      1px
      0px
      0px
      inset,
    #823c2e
      0px
      2px
      0px
      0px,
    rgba(
        0,
        0,
        0,
        0.49
      )
      0px
      3px
      12px
      0px;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  text-shadow: rgba(
      0,
      0,
      0,
      0.09
    )
    0px
    2px
    0px;
}

.button.app-store {
  width: 154px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: -webkit-linear-gradient(
    #6a0a19,
    #ff9524
  );
  background-image: -o-linear-gradient(
    #6a0a19,
    #ff9524
  );
  background-image: linear-gradient(
    #6a0a19,
    #ff9524
  );
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
}

.button.app-store:hover {
  background-image: -webkit-linear-gradient(
    #6a0a19,
    #d7624b
  );
  background-image: -o-linear-gradient(
    #6a0a19,
    #d7624b
  );
  background-image: linear-gradient(
    #6a0a19,
    #d7624b
  );
  box-shadow: rgba(
        255,
        255,
        255,
        0.49
      )
      0px
      1px
      0px
      0px
      inset,
    #823c2e
      0px
      2px
      0px
      0px,
    rgba(
        0,
        0,
        0,
        0.49
      )
      0px
      3px
      12px
      0px;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  text-shadow: rgba(
      0,
      0,
      0,
      0.09
    )
    0px
    2px
    0px;
}

.section {
  position: static;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.09
    );
}

.section.hero {
  padding-bottom: 30px;
  background-color: black;
  background-image: url('../images/restaurant-bg.jpg');
  background-position: 50%
    20%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.section.white {
  box-shadow: none;
}

.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  text-align: center;
}

.section.grey {
  background-color: #f5f6f7;
}

.section.grey.footer {
  text-align: center;
}

.section.purple {
  background-color: #6a0a19;
  margin-top: -15px;
}

.section.customers {
  text-align: center;
  text-transform: uppercase;
}

.vert {
  display: table;
}

.hero-ipad {
  display: inline-block;
  width: 700px;
  height: auto;
  margin-bottom: -100px;
  margin-left: -40px;
  padding-top: 10px;
  overflow: visible;
}

.call-to-action {
  display: table-cell;
}

.app-name {
  margin-top: 3px;
  font-family: Montserrat,
    sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.logo-in-header {
  margin-right: 10px;
  float: left;
}

.nav-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  font-family: Montserrat,
    sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #6a0a19;
}

.nav-column {
  padding-top: 43px;
  padding-right: 10px;
  text-align: right;
}

.app-store-button {
  display: inline-block;
  margin-left: 18px;
  padding: 5px
    12px;
  border-radius: 8px;
  background-color: #837d99;
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  text-decoration: none;
}

.app-store-button:hover {
  background-color: #6a0a19;
}

.hero-header {
  margin-top: 56px;
  margin-bottom: 7px;
  font-family: Montserrat,
    sans-serif;
  color: white;
  font-size: 42px;
  text-shadow: rgba(
      0,
      0,
      0,
      0.21
    )
    0px
    2px
    0px;
}

.hero-subtitle {
  margin-bottom: 24px;
  padding-top: 10px;
  color: rgba(
    255,
    255,
    255,
    0.83
  );
  font-size: 22px;
  line-height: 22px;
  text-shadow: rgba(
      0,
      0,
      0,
      0.21
    )
    0px
    2px
    0px;
}

.big-image {
  text-shadow: none;
}

.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter,
    serif;
  color: #8a565b;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.organize-row {
  margin-top: 29px;
}

.price-text {
  margin-top: 10px;
  margin-bottom: 4px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-shadow: none;
}

.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black
    0px
    0px
    0px;
}

.left-column {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.09
    );
}

.subfooter-right {
  display: none;
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.09
    );
  border-left: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.09
    );
}

.subfooter-left {
  padding-top: 6px;
}

#email {
  display: inline-block;
  width: auto;
  padding-top: 5px;
}

/*.email-button img{
  width: 30px;
  height: 30px;
  margin-right: 16px 10px 0px 5px;
  padding: 6px;
  border-radius: 60px;
  background-color: #faa64b;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}*/

/*.email-button:hover {
  background-color: #ff6224;
}*/

.vinu-email {
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  font-family: Bitter,
    serif;
  color: #716969;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
}

.vinu-email:hover {
  color: #6a0a19;
}

.icon-title {
  font-size: 15px;
}

.w-col-tiny-4
  img {
  width: 40px;
  align-content: center;
  align-items: center;
}

/** client logos **/

#clients {
  display: block;
  margin: 0
    auto;
  margin-bottom: 5px;
  padding-bottom: 20px;
  background-color: #f5f6f7;
}

#clients
  .clients-list {
  display: block;
  width: 100%;
  min-height: 120px;
  margin: 0
    auto;
  overflow: hidden;
}

#clients
  .client-logo {
}

#clients
  .client-logo
  img {
  margin: 0
    auto;
  padding: 0;
  max-width: 180px !important;
  width: 180px;
  height: 180px;
  -webkit-transition: all
    0.4s
    ease-in-out;
  -moz-transition: all
    0.4s
    ease-in-out;
  transition: all
    0.4s
    ease-in-out;
  -o-transition: all
    0.4s
    ease-in-out;
  opacity: 0.55;
  filter: alpha(
    opacity=55
  );
  filter: grayscale(
    100%
  );
  -webkit-filter: grayscale(
    100%
  );
  -moz-filter: grayscale(
    100%
  );
  -o-filter: grayscale(
    100%
  );
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=55)';
}

#clients
  .client-logo
  img:hover {
  -moz-transition: all
    0.5s
    ease-in-out;
  -webkit-transition: all
    0.5s
    ease-in-out;
  -o-transition: all
    0.5s
    ease-in-out;
  opacity: 1;
  filter: alpha(
    opacity=100
  );
  filter: grayscale(
    0%
  );
  -moz-filter: grayscale(
    0%
  );
  -webkit-filter: grayscale(
    0%
  );
  -o-filter: grayscale(
    0%
  );
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns]
  .clearfix {
  display: block;
}

*
  html
  .clearfix {
  height: 1%;
}

/** footer **/

.footer-link {
  margin-left: 50px;
  border-bottom: 0px
    none
    rgba(
      131,
      125,
      153,
      0.34
    );
  -webkit-transition: all
    200ms
    ease;
  -o-transition: all
    200ms
    ease;
  transition: all
    200ms
    ease;
  font-family: Bitter,
    serif;
  color: #8a565b;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px
    solid
    rgba(
      131,
      125,
      153,
      0.86
    );
}

.footer-text {
  display: inline;
  color: #716969;
  text-decoration: none;
}

.center {
  text-align: center;
}

.center.premium-box {
  padding-top: 11px;
}

.buttontwo {
  display: inline-block;
  padding: 18px
    23px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(
    bottom,
    #6a0a19,
    #fe8c5e
  );
  background-image: -o-linear-gradient(
    bottom,
    #6a0a19,
    #fe8c5e
  );
  background-image: linear-gradient(
    to
      top,
    #6a0a19,
    #fe8c5e
  );
  box-shadow: rgba(
        255,
        255,
        255,
        0.45
      )
      0px
      1px
      0px
      0px
      inset,
    #823c2e
      0px
      2px
      0px
      0px,
    black
      0px
      1px
      6px
      0px;
  -webkit-transition: all
    300ms
    ease;
  -o-transition: all
    300ms
    ease;
  transition: all
    300ms
    ease;
  font-family: Montserrat;
  color: white;
  font-size: 22px;
  text-decoration: none;
  text-shadow: rgba(
      0,
      0,
      0,
      0.09
    )
    0px
    2px
    0px;
}

.buttontwo:hover {
  background-image: -webkit-linear-gradient(
    bottom,
    #6a0a19,
    #ffa27d
  );
  background-image: -o-linear-gradient(
    bottom,
    #6a0a19,
    #ffa27d
  );
  background-image: linear-gradient(
    to
      top,
    #6a0a19,
    #ffa27d
  );
  box-shadow: rgba(
        255,
        255,
        255,
        0.45
      )
      0px
      1px
      0px
      0px
      inset,
    #823c2e
      0px
      2px
      0px
      0px,
    black
      0px
      1px
      6px
      0px;
  -webkit-transition: all
    300ms
    ease;
  -o-transition: all
    300ms
    ease;
  transition: all
    300ms
    ease;
  text-shadow: rgba(
      0,
      0,
      0,
      0.09
    )
    0px
    2px
    0px;
}

.video {
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 13px;
}

.play {
  padding: 3px;
}

.introducing {
  margin-top: 10px;
  padding: 10px
    27px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(
    rgba(
      0,
      0,
      0,
      0.59
    ),
    rgba(
      31,
      31,
      31,
      0.38
    )
  );
  background-image: -o-linear-gradient(
    rgba(
      0,
      0,
      0,
      0.59
    ),
    rgba(
      31,
      31,
      31,
      0.38
    )
  );
  background-image: linear-gradient(
    rgba(
      0,
      0,
      0,
      0.59
    ),
    rgba(
      31,
      31,
      31,
      0.38
    )
  );
  opacity: 1;
  font-family: Montserrat,
    sans-serif;
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-shadow: #8f8f8f
    1px
    0px
    0px;
}

.sponsiv-link {
  display: block;
  margin-top: -10px;
}

.footer-copy {
  margin-left: 32px;
  font-family: Montserrat,
    sans-serif;
  color: #8a565b;
  font-size: 16px;
  text-decoration: none;
}

.available-now {
  box-shadow: none;
  text-shadow: none;
}

.available-now.class1 {
  box-shadow: none;
  text-shadow: none;
}

.wine-detail {
  box-shadow: rgba(
      33,
      33,
      33,
      0.49
    )
    0px
    0px
    6px
    0px;
  -webkit-transition: box-shadow
    1233ms
    ease;
  -o-transition: box-shadow
    1233ms
    ease;
  transition: box-shadow
    1233ms
    ease;
}

.taste-profiler {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0px;
  box-shadow: rgba(
      33,
      33,
      33,
      0.49
    )
    0px
    0px
    6px
    0px;
}

.contact-us {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.contact-phone {
  padding-top: 12px;
  padding-bottom: 20px;
}

a[href^='tel'] {
  font-family: Bitter,
    serif;
  color: #6a0a19;
  font-size: 17px;
  text-decoration: none;
  cursor: default;
}

a[href^='tel']:hover {
  color: #6a0a19;
}

#fb_pixel {
  display: none;
}

.fb_conversion {
  background-image: url('https://www.facebook.com/tr?ev=6020563274874&amp;cd[value]=0.00&amp;cd[currency]=USD&amp;noscript=1');
}

.rotate {
  animation: rotation
    10s
    infinite
    linear;
}

@keyframes rotation {
  from {
    transform: rotate(
      0deg
    );
  }
  to {
    transform: rotate(
      360deg
    );
  }
}

@media (max-width: 1299px) {
  #clients
    .clients-list
    img {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 1231px) {
  .hero-ipad {
    width: 640px;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  h2 {
    margin-top: 20px;
  }
  .button {
    background-image: -webkit-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: -o-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: linear-gradient(
      #6a0a19,
      #d7624b
    );
    box-shadow: rgba(
          255,
          255,
          255,
          0.49
        )
        0px
        1px
        0px
        0px
        inset,
      #823c2e
        0px
        2px
        0px
        0px,
      rgba(
          0,
          0,
          0,
          0.49
        )
        0px
        3px
        12px
        0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.09
      )
      0px
      2px
      0px;
  }
  .section.hero {
    padding-top: 0px;
  }
  .section.white.subfooter {
    box-shadow: none;
  }
  .section.white.subfooter:hover {
    background-image: -webkit-linear-gradient(
      rgba(
        250,
        166,
        75,
        0.36
      ),
      rgba(
        250,
        166,
        75,
        0.36
      )
    );
    background-image: -o-linear-gradient(
      rgba(
        250,
        166,
        75,
        0.36
      ),
      rgba(
        250,
        166,
        75,
        0.36
      )
    );
    background-image: linear-gradient(
      rgba(
        250,
        166,
        75,
        0.36
      ),
      rgba(
        250,
        166,
        75,
        0.36
      )
    );
    box-shadow: none;
  }
  .section.grey {
    padding-bottom: 13px;
  }
  .hero-ipad {
    width: 600px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.2
      )
      0px
      2px
      0px;
    margin-top: 10px;
  }
  .hero-subtitle {
    padding-top: 0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.2
      )
      0px
      2px
      0px;
  }
  .big-image {
    text-shadow: black
      0px
      0px
      0px;
  }
  .organize-row {
    margin-bottom: 7px;
  }
  .introducing {
    margin-top: 14px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }
  #clients
    .clients-list
    img {
    width: 160px;
    height: 160px;
  }
  .w-col-tiny-4
    .icon-title {
    font-size: 15px;
  }
  .w-col-tiny-4
    img {
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  .feature {
    margin-left: 70px;
  }
  .hero-ipad {
    width: 550px;
    margin-left: -60px;
  }
  .call-to-action {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .feature {
    margin-left: 0;
  }
  h2 {
    margin-top: 0px;
    font-size: 25px;
  }
  .demo-cta {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .button {
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: -o-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: linear-gradient(
      #6a0a19,
      #d7624b
    );
    box-shadow: rgba(
          255,
          255,
          255,
          0.49
        )
        0px
        1px
        0px
        0px
        inset,
      #823c2e
        0px
        2px
        0px
        0px,
      rgba(
          0,
          0,
          0,
          0.49
        )
        0px
        3px
        12px
        0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.09
      )
      0px
      2px
      0px;
  }
  .button.app-store {
    margin-top: 12px;
    margin-bottom: 0px;
    background-image: -webkit-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: -o-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: linear-gradient(
      #6a0a19,
      #d7624b
    );
    box-shadow: rgba(
          255,
          255,
          255,
          0.49
        )
        0px
        1px
        0px
        0px
        inset,
      #823c2e
        0px
        2px
        0px
        0px,
      rgba(
          0,
          0,
          0,
          0.49
        )
        0px
        3px
        12px
        0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.09
      )
      0px
      2px
      0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    text-align: center;
    padding-bottom: 0;
  }
  .vert {
    display: block;
  }
  .hero-ipad {
    margin: 0
      auto;
  }
  .call-to-action {
    padding: 0;
  }
  .hero-header {
    margin-top: 0;
    text-shadow: rgba(
        0,
        0,
        0,
        0.2
      )
      0px
      2px
      0px;
  }
  .app-name {
    margin-bottom: 0px;
  }
  .logo-in-header {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    float: none;
    text-shadow: black
      0px
      0px
      0px;
  }
  .nav-column {
    padding-top: 15px;
    text-align: center;
  }
  .big-image {
    margin-top: 38px;
    margin-bottom: 20px;
    text-shadow: black
      0px
      0px
      0px;
  }
  .icon-title {
    text-align: center;
  }
  .subfooter-right {
    border-top: 1px
      solid
      rgba(
        0,
        0,
        0,
        0.09
      );
  }
  .subfooter-left {
    text-align: center;
  }
  .video {
    margin-right: 0px;
    margin-left: 0px;
  }
  .introducing {
    margin-right: 80px;
    margin-left: 80px;
  }
  #clients
    .clients-list
    img {
    width: 140px;
    height: 140px;
  }
  .wine-detail {
    margin-bottom: 12px;
  }
  .taste-profiler {
    margin-top: 14px;
  }
  .price-text {
    font-size: 19px;
    padding: 0px
      20px
      0px
      20px;
  }
  .contact-us {
    border: 4px
      solid
      #6a0a19;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  header.section {
    padding: 5px
      0;
  }
  h1.header {
    margin: 0
      5px
      20px
      5px;
    line-height: 1em;
  }
  .nav-column {
    padding: 0;
  }
  .button {
    background-image: -webkit-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: -o-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: linear-gradient(
      #6a0a19,
      #d7624b
    );
    box-shadow: rgba(
          255,
          255,
          255,
          0.49
        )
        0px
        1px
        0px
        0px
        inset,
      #823c2e
        0px
        2px
        0px
        0px,
      rgba(
          0,
          0,
          0,
          0.49
        )
        0px
        3px
        12px
        0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.09
      )
      0px
      2px
      0px;
  }
  .button.app-store {
    background-image: -webkit-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: -o-linear-gradient(
      #6a0a19,
      #d7624b
    );
    background-image: linear-gradient(
      #6a0a19,
      #d7624b
    );
    box-shadow: rgba(
          255,
          255,
          255,
          0.49
        )
        0px
        1px
        0px
        0px
        inset,
      #823c2e
        0px
        2px
        0px
        0px,
      rgba(
          0,
          0,
          0,
          0.49
        )
        0px
        3px
        12px
        0px;
    text-shadow: rgba(
        0,
        0,
        0,
        0.09
      )
      0px
      2px
      0px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.grey.footer {
    padding-bottom: 33px;
  }
  .price-text {
    box-shadow: none;
    font-size: 16px;
    text-shadow: none;
    padding: 0px
      10px
      0px
      10px;
  }
  .hero-ipad {
    width: 80%;
  }
  .logo-in-header {
    text-shadow: black
      0px
      0px
      0px;
  }
  .hero-header {
    font-size: 28px;
    line-height: 1.1em;
    text-shadow: rgba(
        0,
        0,
        0,
        0.2
      )
      0px
      2px
      0px;
  }
  .hero-subtitle {
    font-size: 19px;
    padding-top: 5px;
  }
  .big-image {
    text-shadow: black
      0px
      0px
      0px;
  }
  .icon-title {
    margin-left: -2px;
    text-align: center;
  }
  .introducing {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 12px;
  }

  #clients
    .clients-list
    img {
    width: 120px;
    height: 120px;
  }
  .footer-copy {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
  }
  .contact-us {
    border: 4px
      solid
      #6a0a19;
  }
}

.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px
    0;
  overflow: hidden;
}

.responsive-object
  iframe,
.responsive-object
  object,
.responsive-object
  embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
