/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

@media all and (max-width: 768px) {
  img {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
}

* {
    -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


#buy-button {
  border:none;
  display:inline-block;
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#buy-button:hover {
  background-color: #218838;
    border-color: #1e7e34;
}

#buy-button:active {
  background-color: #1e7e34;
    border-color: #1c7430;
}

.tricky_question{
    filter: invert(70%) sepia(84%) saturate(1375%) hue-rotate(346deg) brightness(100%) contrast(101%);
    -webkit-filter: invert(70%) sepia(84%) saturate(1375%) hue-rotate(346deg) brightness(100%) contrast(101%);
    -moz-filter: invert(70%) sepia(84%) saturate(1375%) hue-rotate(346deg) brightness(100%) contrast(101%);
    -o-filter: invert(70%) sepia(84%) saturate(1375%) hue-rotate(346deg) brightness(100%) contrast(101%);
    -ms-filter: invert(70%) sepia(84%) saturate(1375%) hue-rotate(346deg) brightness(100%) contrast(101%);
}

.filled-heart{
    filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -webkit-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -moz-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -o-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -ms-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
}


.empty-heart{
    filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -webkit-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -moz-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -o-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
    -ms-filter: invert(14%) sepia(78%) saturate(7359%) hue-rotate(359deg) brightness(111%) contrast(110%);
}


.quiz-ul{
  list-style-type:none;
  padding-left:1.25rem;
  margin-bottom:0;
  padding-right:1.25rem;
}

.headspace-ads{
  padding-left: 1.25rem;
  padding-right:1.25rem;
  max-width: 100%;
  padding-bottom: 1rem;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
    .quiz-ul{
      padding-left:.5rem;
      padding-right:.5rem;
    }

    .headspace-ads{
      padding-left:.5rem;
      padding-right:.5rem;
    }
}



.show_false_answer{
    filter: brightness(50%) invert(50%) sepia(50%) hue-rotate(120deg) saturate(600%);
    -webkit-filter: brightness(50%) invert(50%) sepia(50%) hue-rotate(120deg) saturate(600%);
    -moz-filter: brightness(50%) invert(50%) sepia(50%) hue-rotate(120deg) saturate(600%);
    -o-filter: brightness(50%) invert(50%) sepia(50%) hue-rotate(120deg) saturate(600%);
    -ms-filter: brightness(50%) invert(50%) sepia(50%) hue-rotate(120deg) saturate(600%);
}

@media all and (min-width: 768px) {
    #homepage-h1{
      font-size:4rem;
      margin-bottom:3rem !important;
    }
    #homepage-h3{
      font-size:1.5rem !important;
      margin-bottom:2rem !important;
    }
    #homepage-button{
      width:25px !important;
    }
}


@media all and (min-width: 1024px) {
  #toTopBtn{
    padding:0px 15px !important;
    font-size:1.75rem;
  }
}



#toTopBtn:hover{
  filter: brightness(125%);
  -webkit-filter: brightness(125%);
  -moz-filter: brightness(125%);
  -o-filter: brightness(125%);
  -ms-filter: brightness(125%);
}

.download-icon{
  width: 25px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
   -o-filter: invert(100%);
  -ms-filter: invert(100%);
  margin-right:3px;
}

.masthead{
  padding-top: 9rem !important;
  padding-bottom: 6rem !important;
}

#getstarted {
  font-size: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}

#toTopBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  padding: 6px 12px;
  background-color: #606666;
  color: white;
}

#coffee{
  font-family: Georgia, Calibri, Garamond, Helvetica, Arial, Verdana, Tahoma, Serif;
  border-radius:10px;
  padding:0.35rem 0.75rem;
  display:inline-block;
  color:black;
  background-color:#FFDD00;
  border-color:#FFDD00;
}

.question-li input{
  max-width: 90%;
}

#quicklinks-div{
  padding: 10px;
  max-width: 600px;
  border: 2px solid #7d7d7d;
  border-radius: 5px;
  margin-top: 15px;
}

#quicklinks-div p{
  margin-bottom:0rem;
}

#quicklinks{
  display: inline-block;
  margin-bottom: 0rem;
}

#quicklinks li{
  float: left;
  margin: 2px 15px;
}

#quicklinks li a {
  margin: 0;
}

.content-div p{
  font-size: 17px;
  font-family: inherit;
  line-height: 27px;
}

.navbar-nav li a{
  font-size: 18px;
}


.buttons select {
  background-color: #9b59b6;
  color: white;
  border: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  width: 90px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: .2rem;
  margin: 5px;
  font-weight: 400;
}

.buttons select option {
  padding: 30px;
}


.ui-menu-item{
  background-color: white;
}


@media all and (max-width: 768px) {
  .navbar-dark .navbar-nav .nav-link{
      font-size: 14px;
  }
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,.7);
}


.demo a {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}


#section04{
  margin-top: 30px;
  margin-bottom: 30px;
}

/*
#section04 a {
  padding-top: 100px;
}

@media all and (max-width: 992px) {
  #section04 a {
    padding-top: 70px;
  }
}
*/


#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  width: 28px;
  height: 28px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

#section04 a span::before {
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  left: -30px;
  bottom: -30px;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


/* Tooltip container */
.source {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: auto;
  margin-left: 3px;
}

/* Tooltip text */
.source .source-text {
  visibility: hidden;
  width: 200px;
  max-width: 500px;
  background-color: #27ae60;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 1000;
  bottom: 25px;
  left: -90px;
}


/* Show the tooltip text when you mouse over the tooltip container
.source:hover .source-text, .source:active .source-text, .source:focus .source-text {
  visibility: visible;
}
*/

.source .source-text a{
  text-decoration: none;
  color: white;
}

.source .source-text a:hover, .source .source-text a:focus, .source .source-text a:active{
  color: #0d6efd;
}

.opaque_old{
  opacity: 0.8;
}

.buttons img{
  max-width: 47%;
}


.container button:hover {
  filter:drop-shadow(5px 5px 5px gray);
  -webkit-filter: drop-shadow(5px 5px 5px gray);
  -moz-filter: drop-shadow(5px 5px 5px gray);
   -o-filter: drop-shadow(5px 5px 5px gray);
  -ms-filter: drop-shadow(5px 5px 5px gray);

  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
   -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
}


.buttons img:hover, .buttons img:focus, .buttons img:active{
  filter:drop-shadow(5px 5px 5px gray);
  -webkit-filter: drop-shadow(5px 5px 5px gray);
  -moz-filter: drop-shadow(5px 5px 5px gray);
   -o-filter: drop-shadow(5px 5px 5px gray);
  -ms-filter: drop-shadow(5px 5px 5px gray);

  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
   -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
}



li a{
	margin:.25rem;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-collapse > ul {
    margin-bottom: 0px;
}

.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    filter: invert(100%);
}

.progress-container {
    display: flex;
    align-items: center;
}

.navbar-spacer{
  float: left;
  width: calc(100% - 252px);
  height: 10px;
}

@media all and (max-width: 992px) {
  .navbar-spacer{
    width: calc(100% - 99.17px);
  }
}

.navbar-spacer1{
  float: left;
  width: calc(100% - 201px);
  height: 10px;
}

@media all and (max-width: 992px) {
  .navbar-spacer1{
    width: calc(100% - 48px);
  }
}


button{
  margin: 5px;
  margin-top: 6px;
}

.btn-xs{
  padding: 0.6rem .6rem;
  font-size: 0.875rem;
  line-height: .5;
  border-radius: .2rem;
}

.disabled-button{
  pointer-events: none;
}



.modal{
  top: 20%;
}


.downdrop .dropdown-menu{ display: none; }
.downdrop:hover .nav-link{   }
.downdrop:hover .dropdown-menu{ display: block; }
.downdrop .dropdown-menu{ margin-top:0; }


.dropdown-menu{
  min-width: 100%;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.progress-div {
  height: 100%;
  width: 0;
  border-radius: 0.4rem;
  background: #34b719;
  transition: width 0.8s ease;
  font-size: 15px;
  line-height: 15px;
}

.navbar-toggler-icon{
  width: 1em;
  height: 1em;
}

.navbar-toggler{
  padding: .25rem .5rem;
}

/*!
.navbar{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
*/

#progress-container1 {
  height: 0.9rem;
  border-radius: 0.4rem;
  background: #191a1c;
  color:white;
  text-align:center;
  margin: auto 1.5%;
}

#progress-container2 {
  height: 0.9rem;
  border-radius: 0.4rem;
  background: #3a424a;
  color:white;
  text-align:center;
  width: 100%;
}

.dropdown-item{
  padding: 0.125rem 0.8rem;
}

.progress-container{
  width: 100%;
  height: 0.9rem;
  border-radius: 0.4rem;
  background: #3a424a;
  color:white;
  text-align:center;
  margin: 10px;
}

.navbar{
  height: 52px;
}

.container-fluid{
  width: 90%;
  height: 100%;
}

@media all and (max-width: 992px) {
  .navbar-nav{
    flex-direction: row;
  }
  .navbar-nav .nav-item{
    margin-right:3px;
  }
  .container-fluid{
    width: 100%;
  }
}




@media all and (max-width: 768px) {
    #homepage-h1{
        font-size:2.25rem;
        margin-left:10%;
        margin-right:10%;
        margin-bottom: 2rem !important;
    }
    #homepage-h3{
      font-size:1rem !important;
      margin-left:10%;
      margin-right:10%;
      margin-bottom: 1.5rem !important;
    }
    #buy-button{
      padding: 10px 10px;
      border-radius: 5px;
      font-size: 16px;
      margin-left: 12.5%;
      margin-right: 12.5%;
    }
    .features-icons-item.mb-5{
      margin-bottom: 1rem !important;
    }
    #heartModal .btn-primary{
      padding: 0.5rem !important;
      font-size:15px;
    }
    .download-icon{
      width:20px;
    }
}