/*!
 * 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);
}

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


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

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

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


.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
}

.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;
}

.mastheadtitles {
    text-align: left;
  }

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

.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);
}

.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: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: wavy-background 15s ease infinite;
}
@keyframes wavy-background {
	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;
}
