body {
  margin-bottom: 0px;
  font-family: 'Interstate-Bold', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  text-decoration: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Interstate-Bold', sans-serif;
  color: white;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  box-shadow: none;
  font-family: 'Interstate-Bold', sans-serif;
  color: black;
  font-size: 33px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
}
h3 {
  margin: 0px 0px 0px;
  margin-top: 10px;
  font-family: 'Interstate-Bold', sans-serif;
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
}
h4 {
  display: block;
  margin: 10px auto;
  font-family: 'Interstate-Bold', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}
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:'Interstate-Light', sans-serif;
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.announcement {
  display: block;
  width: 100%;
  background-color: yellow;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
    margin-left: auto;
  margin-right: auto;
  padding: 20px;
  z-index: 100;
}
.button {
  display: inline-block;
  margin-top:10px;
  padding: 40px 21px;
  border-radius: 50px;
  background-color: #84288D;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
    font-family: 'Interstate-Bold', sans-serif;

  color: white;
  font-size: 48px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.button:hover {
  background-color: #D71C7E;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.button.app-button {
  padding: 8px 17px;
}
.main-logo{
  height: 320px;
  width:auto;
  margin-top:14%;
  margin-bottom: 14%;
  margin-left: auto;
  margin-right: auto;

}


.bigimage1{
  display:block; 
}
.bigimage2{
 display: none;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 60px;
  /*    background: #84288D; /* For browsers that do not support gradients */
  /*  background: -webkit-linear-gradient(#84288D, #EC008B); /* For Safari 5.1 to 6.0 */
  /*  background: -o-linear-gradient(#84288D, #EC008B); /* For Opera 11.1 to 12.0 */
  /*  background: -moz-linear-gradient(#84288D, #EC008B); /* For Firefox 3.6 to 15 */
  /*  background: linear-gradient(#84288D, #EC008B); /* Standard syntax */
    background-color: #f0f0f0;
    background-image: url(sdc_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  /* background-image: -webkit-radial-gradient(circle at 50% 50%, white 7%, #bab8b8 45%);
  /*background-image: -o-radial-gradient(circle at 50% 50%, white 7%, #bab8b8 45%);
  background-image: radial-gradient(circle at 50% 50%, white 7%, #bab8b8 45%);*/
  /*box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 46px -25px inset;*/
}

.section.hero2 {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*box-shadow: black 0px 10px 31px -15px inset, black 0px 0px 0px 0px inset;*/
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  background-color: #f0f0f0;
  font-family: 'Interstate-Bold', sans-serif;
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}
.section.purple {
  padding-top: 0px;
  padding-bottom: 1px;
  background-color: white;
}
.section.videosection {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 3px;
  font-family: 'Interstate-Bold', sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Roboto, sans-serif;
  color: #00b8e4;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #00b8e4;
}
.nav-column {
  text-align: right;
}
.hero-header {
  margin-top: 130px;
  margin-bottom: 19px;
  font-family: 'Interstate-Bold', sans-serif;
  color: white;
  font-size: 42px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: 'Interstate-Bold';
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  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 {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  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);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Interstate-Bold', serif;
  color: #00b8e4;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #00b8e4;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, serif;
  color: #00b8e4;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
}
.center {
  text-align: center;
}
.navbar {
  padding-top: 39px;
  padding-bottom: 39px;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #00b8e4;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: none;
}
.button-block {
  margin-top: 17px;
}
.logo {
  margin-right: 12px;
  float: left;
}
.bigimagecontainer {
  text-align: center;
}
.headingdiv {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.headingsection {
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00BCD4;
  /*box-shadow: black 0px 10px 20px -15px inset;*/
}
.infosection {
  display: block;
  height: 8px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.49) 4px 25px 27px 0px;
  text-align: center;
}
.infocontainer {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: center;
}
.inforow {
  width: 798px;
  margin-right: auto;
  margin-left: auto;
}
.leftcolumn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.rightcolumn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.blankskinnysection {
  height: 12px;
  box-shadow: black 0px 0px 15px 0px inset;
}
.regularcontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.regularrow {
  display: inline-block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
}
.regularsection {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
  font-family: 'Interstate-Light', sans-serif;
  color: black;
  text-align: center;
}
.icon {
  margin-bottom: 20px;
  width: 80%;
  height: auto;
}
.icon2{
    margin-top: 30px;
}
.icon3{
    margin-top: 30px;
}
.regularsection.faqsection {
  padding-top: 26px;
}
.underlined {
  color: #00b8e4;
  text-decoration: none;
}
.faqblock {
  display: inline-block;
  width: 82%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.faqanswer {
  font-family:'Interstate-Light', sans-serif;
  color: #606060;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
.bulletpointlist {
  padding-left: 62px;
}
.processdiagram {
  padding-top: 21px;
}
.mainimage {
  width: 715px;
}
.linkclass {
  color: #00b8e4;
}
.emaillinkbottom {
  color: black;
  text-decoration: none;
}
.lastline {
  margin-top: 20px;
  text-align: center;
}
.lastline.leftside {
  text-align: right;
}
.lastline.righside {
  text-align: left;
}

.table-main {
  color:white;
  width:100%;
  height:100%;
  font-size: 40pt;
  line-height: 44pt;
  text-decoration: none;

}


.row-main {
}

.cell-main {
width:50%;
padding: 50px;
  margin: 10px;
text-align: center;
}

.table-small {
  display: none;
}



@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 65px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .section.hero {
    padding-top: 37px;
    padding-bottom: 42px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 41px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  p {
    margin-bottom: 18px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .icon {
  margin-bottom: 10px;
  width: 40%;
  height: auto;
}

  .icon2 {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 80%;
  height: auto;
}
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }

  .headingsection {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .regularsection {
    padding-bottom: 40px;
  }
  .faqblock {
    margin-bottom: 1px;
  }
  .faqanswer {
    font-size: 15px;
    line-height: 22px;
  }
 
}
@media (max-width: 479px) {
  body {
    margin-bottom: 0px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    font-size: 15px;
    line-height: 31px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 19px;
    line-height: 22px;
  }
  p {
    margin-bottom: 22px;
    font-size: 15px;
  }

.table-main {
  display: none;
}


.table-small {
  display: table;
  color:white;
  width:100%;
  height:100%;
  font-size: 24pt;
  line-height: 30pt;
  text-decoration: none;
  text-align: center;

}

.row-small {
  width: 100%;
  height: 50%;
}

.cell-small {
width:50%;
padding: 20px;
margin: 10px;
}

.emaillinkbottom {
  font-size: 14px;
}
.centerp{
  text-align: center;
}
  .icon {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 60%;
  height: auto;
}

.icon3{
  display: none;
}

  .icon2 {
  margin-bottom: 20px;
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.bigimage1{
  display:none; 
}
.bigimage2{
 display: block;
}
.main-logo{
  height: 160px;
  width:auto;
  margin-top:9%;
  margin-bottom: 9%;
  margin-left: auto;
  margin-right: auto;

}
  .section {
    text-align: center;
  }
  .section.hero {
    padding-top: 19px;
    padding-bottom: 37px;
    background-color: #DCDBDB;
    /*background: #84288D; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#84288D, #EC008B); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#84288D, #EC008B); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#84288D, #EC008B); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#84288D, #EC008B); /* Standard syntax */
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .headingsection {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .regularsection {
    padding-bottom: 30px;
    padding-top:40px;
  }
  .faqblock {
    margin-bottom: 3px;
  }
  .faqanswer {
    font-size: 15px;
    line-height: 22px;
  }
  .bulletpointlist {
    padding-left: 40px;
  }
  .nopaddingcolumn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .processdiagram {
    padding-top: 0px;
    padding-bottom: 18px;
  }
  .lastline {
    margin-top: 30px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
    font-family:'Roboto', sans-serif;
    color: #5c5a5a;
    font-size: 14px;
    font-weight: 700;
  }
  .lastline.leftside {
    margin-bottom: 1px;
    text-align: center;
  }
  .lastline.righside {
    margin-top: -1px;
    text-align: center;
  }
  .headshot{
    width:60%;
  }
  .button{
    margin-bottom:0px;
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto medium';
  src: url('../fonts/Roboto-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto book';
  src: url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
  @font-face {
  font-family: 'Interstate-Bold';
  src: url('../fonts/Interstate-Bold.ttf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
  @font-face {
  font-family: 'Interstate-Light';
  src: url('../fonts/Interstate-Light.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
  @font-face {
  font-family: 'Interstate-LightItalic';
  src: url('../fonts/Interstate-LightItalic.ttf') format('opentype');
  font-weight: 400;
  font-style: italic;
}