
html {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #e91979;
  background-image: url('../img/doodles.png');
  font-size: 1.5rem;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
p{
  margin-top: 0;
}
a {
  color: #e91979;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
p{
  line-height: 1.7
}
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
.big{
  font-size: 30px;
  color: #660066;
}
.bigger{
  font-size: 1rem;
}
.text-center{
  text-align: center;
}
ul{

}
ul li{
  line-height: 1.2;
  margin-bottom: 1rem;
}
ul li::first-letter{
  line-height: 25px;
}
.uppercase{
  text-transform: uppercase;
}
.main-container{
  width: 100%;
  max-width: 560px;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-weight:lighter;
  // border-top: 5px solid #660066;
  // border-bottom: 5px solid #660066;

}
.main-container .main-data{
  // border-right: 7px solid #660066;
  // border-left:  7px solid #660066;
  height: 100%;
  overflow: hidden;
}
.main-container p,h1,h2{
  padding: 0 20px;
  margin-bottom: 25px;
}
h1,h2{
  background-color: #e91979;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin: 0;
  line-height: 1.5
}
h1{
  font-size: 1.5rem; 
}
h1 .heading-big{
    font-size: 2.2rem;
}
h2{
  padding: 20px;

}
h1 span{
  // border-bottom: 2px solid pink;
}
h1.tagline{
  margin-bottom: 0;
}
.questions p b{
  color: #fff;
  // border-bottom: 2px solid #660066;
  
}
.questions p span{
  margin-top: 35px;
  margin-bottom: -5px;
  display: block;
}
.questions p span.heading{
  background-color: #e91979;
  padding: 0 5px;
  box-shadow: 0px 1px 8px -3px rgba(0,0,0,1);
}
.questions p b.heading{
  background-color: #e91979;
  padding: 0 5px;
  box-shadow: 0px 1px 8px -3px rgba(0,0,0,1);
}
.socials{
  margin: 30px 0 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.socials span{
  flex-grow: 3;
  text-align: center;
  font-size: 12px;
}
.socials span img{
  height: 30px;
  margin-bottom: 10px;
}
.header img,.content-image img{
  max-width: 100%;
  vertical-align: top;
}
.pricing-table{
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pricing-table div{
  font-size: 14px;
  flex-grow: 2;
  text-align: center;
}
.pricing-table div.disabled{
  opacity: .5;
}
.pricing-table div b{
  display: block;
}
.pricing-table div b.big{
  font-size: 35px;
}
span.small{
  font-weight: normal;
  font-size: 14px; 
}
.btn{
    webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    line-height: 3rem;
    letter-spacing: 1px;
    border-color: transparent;
    -webkit-appearance: none;
    border-width: 0;
    color: #fff;
    background-color: #660066;
    border-color: #660066;
    display: inline-block;
    font-weight: lighter;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0 1.875rem;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: 0px 1px 12px -2px rgb(102, 15, 102);
}
.btn:hover{
  box-shadow: 0px 1px 6px -2px rgb(102, 15, 102);
}
.btn:focus{
  box-shadow: 0px 0px 0px 0px rgb(102, 15, 102);
}
.pricing-table div .btn{
  font-size: 18px;
}
.btn:hover{
  border-color: transparent;
      color: #fff;
    background-color: #e91979;
}
.btn.btn-sm{
  font-size: .75rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.btn-primary{

}
.navigation-links{
  overflow: hidden;
  padding: 10px 0;
  line-height: 2;
}
.submit-reg-form{
  text-align: center;
  padding: 20px 0;
}
.submit-reg-modal{
  display: none;
}
.team-image{
  margin: 20px 0;
}
.team-image .img img{
  max-width: 50%;
}
.img.rounded img{
  border-radius: 100%;
  box-shadow: 0px 1px 4px -1px rgba(0,0,0,1);
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,1);
}

.signup-form{
  margin: 20px 0;
}
input[type="text"]{
  border: 1px solid #660066;
  padding: 10px 20px;
  border-radius: 20px;
  min-width: 300px;
  font-size: 12px;
}
input[type="text"]::placeholder{
  font-size: 10px;
  line-height: 2;
}
.badge{
  border: 1px solid black;
  padding: 3px 8px;
  border-radius: 20px;
  vertical-align: middle;
  color: black;
  top: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.badge[hidden]{
  display: none;
}
.badge.badge-success{
  color: green;
  border-color: green;
}
.badge.badge-warning{
  color: orange;
  border-color: orange; 
}
.badge.badge-danger{
  color: red;
  border-color: red;
}
.valign-bottom{
  vertical-align: bottom;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 63px;
    right: 10px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #650a66;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop:hover {
    background-color: #650a66;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #66bb6a;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 36px;
    height: 36px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(../img/icons/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}