/*!
 * Start Bootstrap - One Page Wonder v5.0.8 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

/*
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/


:root {
    --backgroundColor: white;
    --textColor: black;
    --hrColor: rgba(0, 0, 0,.1);
	color-scheme: normal;
}



@media (prefers-color-scheme: dark) {
  :root {
      --backgroundColor: rgb(18, 18, 18);
      --textColor: white;
      --hrColor: rgba(255, 255, 255,.4);
	  color-scheme: dark;
  }
}


hr
{
	border-top: 1px solid var(--hrColor);
}

.lightdarkEnabled
{
	background: var(--backgroundColor);
	color: var(--textColor);
}

body
{
	background: linear-gradient(to bottom, #F6F6F6, white);
	color: #111827;
	transition: background 300ms, color 300ms;
}

@media (prefers-color-scheme: dark) {
  body {
    background: linear-gradient(to bottom, #111827, black);
    color: white;
  }
}


.modal-content
{
/* 	background: var(--backgroundColor); */
/* 	color: var(--textColor); */
	color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*   font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-weight: 200;/* !important;*/
}

.btn-xl {
/*   text-transform: uppercase; */
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
/*   font-weight: 700; */
  letter-spacing: 0.01rem;
}

.small-print
{
	font-size: 0.7rem;
	opacity: 0.8;
	padding-top: 0.2rem;
/* 	margin-top: -0.35rem; */
	margin-bottom: -1.2rem;
}

.medium-print
{
	font-size: 0.8rem;
	opacity: 0.8;
/*	padding-top: 0.2rem;*/
/* 	margin-top: -0.35rem; */
/*	margin-bottom: -1.2rem*/
}

.price
{
	font-size: 3rem;
/*	padding-top: 0.2rem;*/
/* 	margin-top: -0.35rem; */
/*	margin-bottom: -1.2rem*/
}

.modal-header-title
{
	font-weight: 400;
	padding: 0.2rem;
}

.bg-black {
  background-color: rgb(18, 18, 18)/* #000 */ !important;
}

.rounded-pill {
  border-radius: 1rem !important;
}


.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

/*header.mastheadFrontPage*/
/*{*/
/*	background: rgb(18, 18, 18);*/
/*}*/

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
/*   background: rgb(18, 18, 18);/* rgb(104, 166, 179); *//*#0ca0c4;/*#8fa4a0;linear-gradient(0deg, #828282 2.65%, #5a5658 100%);*/ */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
  color: #111827;
}

header.masthead .masthead-content h1,
header.masthead .masthead-content h2,
header.masthead .masthead-content p,
header.masthead .masthead-content .masthead-heading,
header.masthead .masthead-content .masthead-subheading {
  color: inherit;
}

@media (prefers-color-scheme: dark) {
  header.masthead .masthead-content {
    color: white;
  }
}

.mastheadtitles {
    text-align: left;
  }

header.masthead .masthead-content .masthead-heading {
	font-family: 'Courier', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -0.4rem;
	font-size: 4rem;
    font-weight: 500;
}

.stamp {
	z-index:100;
	letter-spacing: 0;
  position: absolute;
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	border-radius: 1rem;
	font-family: 'Courier';
/*
	-webkit-mask-image: url('../img/grunge2.png');
  -webkit-mask-size: 100px 100px;

  mix-blend-mode: multiply;*/
  color: #0A9928;
	border: 0.4rem solid #0A9928;
	transform: rotate(-14deg);
}

.vNumber
{
    font-family: 'Courier';
    font-style: italic;
    font-size: 9rem;
    font-weight: bold;
    color: #1F51FF;
	margin-left: -2.2rem;
}

.is-approved {
	
/*   border-radius: 0; */
} 

.bolder
{
	font-weight: 500;
}

.purchasebackground
{
	background: rgba(97, 108, 122, 0.76)
}

.purchasebackground-secondary
{
	background: rgba(97, 108, 122, 0.36)
}

.wavy-background
{
    background:black;
/*	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
/*	background-size: 400% 400%;*/
/*	animation: wavy-background 15s ease infinite;*/
}

/* Old color scheme when flag is true */
html.old-colors body {
  background: linear-gradient(-145deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) !important;
  background-size: 100% 100% !important;
}

html.old-colors .features-section {
  background: black !important;
  color: white !important;
}

html.old-colors .faq-section {
  background-color: rgb(18, 18, 18) !important;
  color: white !important;
}

html.old-colors header.masthead .masthead-content {
  color: white !important;
}
@keyframes wavy-background {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.features-section {
  background: transparent !important;
}

.faq-section {
  background: transparent !important;
}

.wavy-background2
{
    /* Old gradient removed - now inherits from body background */
    background-size: 100% 100%;
/*    animation: wavy-background2 50s ease infinite;*/
}
@keyframes wavy-background2 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

::-webkit-input-placeholder { /* WebKit browsers */
     opacity: 0.4 !important;
}


header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(1.5rem + 55px);
    padding-bottom: 2rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
/*    font-size: 3rem;*/
      font-weight: 400 !important;
  }
}
@media (max-width: 991px) { 
	.mastheadtitles {
    text-align: center;
  }
	}

.bg-primary {
  background-color: #ee0979 !important;
}

.mini-featureheading
{
	font-weight: 400;
}

.rounded {
    border-radius: 1rem!important;
}

.roundedSmall {
    border-radius: 0.8rem!important;
}

/* Large app icon on homepage hero */
.hero-app-icon {
    border-radius: 20%;
}
