* {
    box-sizing: border-box;
  }
  
  html {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

.bodyflex {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.beta-top-bar {
    padding-top: 1em;
}

.mainflex {
    flex: 1;
}

[class*="col-"] {
    width: 100%;
  }

  .row::after {
    content: "";
    clear: both;
    display: table;
}

.top-bar-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #f0f0f0;    
}

.top-bar {
    text-align: center;
    background-color: white;
}

.beta-top {
    color: #f7f7f7;
    text-align: center;
}

#logo {
    height: 1.5em;
}

.simple-app {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;

    font-size: 1.75em;
    line-height: 1.5em;
    text-align: center;

    color: #361c00;

    background-color: #F5F5F5;
}

.bold {
    font-weight: 600;
}

.no-ads-wrapper {
    background-color: #F5F5F5;
    text-align: center;
    line-height: 1.75em;
    font-size: 1.75em;
    padding-top: 0em;
    border-bottom: 1px solid #f0f0f0;
}

.no-ads-txt {
    display: inline-block;
    text-align: left;
    padding-left: 2em;
    /* -webkit-box-decoration-break: clone;
    box-decoration-break: clone; */
}

.no-ads-actual-txt {
    background: -webkit-linear-gradient(-75deg,  #e71818 20%, #cc4b18 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 500;
    /* color: rgb(238, 118, 0); */
}

.no-ads-wrapper img {
    padding-top: 2em;
    width: 100%;
    padding-bottom: 4em;
}

@media only screen and (max-width: 768px) { 
    .data-policy-big {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .data-policy-small {
        display: none;
    }
}

.data-policy {
    padding-top: 4em;
}

.data-policy-txt {
    padding-top: 4em;
    padding-left: 0.5em;
    padding-bottom: 2em;
    line-height: 1.5em;
    width: 95%;

    font-size: 1.25em;
    text-align: center;

    background-color: white;
}

.data-policy img {
    padding-top: 2em;
    width: 100%;
}

.customer {
    padding-top: 6em;
    padding-bottom: 2em;

    font-size: 1.25em;
    line-height: 1.5em;
    text-align: center;
}

.full-control {
    background: -webkit-linear-gradient(-75deg, #ED3E24 0%, #ED28E5 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.made-for-you {
    padding-left: .5em;
    padding-right: .5em;
    text-align: center;
    background: -webkit-linear-gradient(-75deg, #ED28E5 15%, #00ff88 95%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.unlike {
    padding-left: 1em;
    padding-right: 1em;
}

.pricing {
    padding-top: 6em;
    padding-bottom: 2em;
    background-color: #1a1a1a;
    text-align: center;
    color: #f7f7f7;
}

.pricing-soon {
    padding: 8em 1em 1em 1em;
    background-color: #1a1a1a;
    text-align: center;
    color: #f7f7f7;
}

.pricing-soon p {
    font-size: 1.1em;
}

.pricing-bottom {
    background-color: #1a1a1a;
    text-align: center;
    color: #f7f7f7;
    padding-bottom: 6em;
}

/* .pricing .month {
    background: -webkit-linear-gradient(90deg, #ED3E24 0%,  #ED28E5 33%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.pricing .year {
    background: -webkit-linear-gradient(90deg, #ED3E24 33%,  #ED28E5 66%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.pricing .life {
    background: -webkit-linear-gradient(90deg, #ED3E24 66%,  #ED28E5 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

.footer-nav {
    padding-top: 2em;
    background-color: #292929;
    color: #f7f7f7;
    font-size: .9em;
    text-align: center;
}

.footer {
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #292929;
    color: #d4d4d4;
    font-size: .8em;
    text-align: center;
}

.beta-bottom {
    padding: 0 1em 8em 1em;
    background-color: #1a1a1a;
    text-align: center;
    color: #f7f7f7;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}


.tou-title {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;

    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
}

.tou-body {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;

    font-size: 1em;
    line-height: 1.5em;
}

a, a:visited, a:active {
    color: inherit;
    text-decoration: none;
   }
a:hover {
    text-decoration: underline;
}
  
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    [class*="col-"] {
        float: left;
    }

    .simple-app {
        padding-top: 5em;
        font-size: 2em;
    }
    
    .no-ads-wrapper {
        padding-top: 6em;
    }
    .no-ads-txt {
        padding-left: 0;
        display: inline-block;
        text-align: left;
        padding-top: 4em;
    }
    
    .no-ads-wrapper img {
        padding-top: 0;
        width: 300px;
    }

    .data-policy-txt {
        display: inline-block;
        text-align: left;
        padding-top: 8em;
    }

    .data-policy-img img {
        width: 300px;
    }

    

    .push-left {
        float: left;
    }

    .customer {
        padding-bottom: 10em;
        font-size: 1.25em;
        line-height: 1.5em;
    }
}







