* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
 min-height: 100%;
  width: 100%;
  font-size: 16px;
}

body {
  padding-top: 100px;
  width: 100%;
  background-color:#f9f5e2;
}

#navbar {
  left: 0px;
  top: 64px;
}

.navbar-dark a {
  color: #f9f5e2;
}

.navbar-dark a:hover {
text-decoration: none;
}

.sl-label {
  margin-top: -5px;
  font-size: 0.5rem;
  padding-bottom: 2px;
  letter-spacing: -0.0625em;
  font-weight: 600;
}

#responsebtn {
  bottom: 40px;
      position: absolute;
      width: 100%;
      text-align: center;
}
#responsebtn .btngroup {
  z-index: 999;
}

#footernav {
  bottom: 50px;
  left: -1px;
}

.navbar-toggler {
padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.navbar-collapse li:first-of-type {
  margin-top: 1rem;
}

.navbar-collapse li:last-of-type {
  margin-bottom: 1rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: transparent;
}
.modal {
  z-index: -1;
}

.modal.show {
  z-index: 9999;
}

.modal-content {
  background-color:#f9f5e2;
color: #343a40;
}

.modal-content .badge {
  margin-top: -3px;
}

.modal-open #avatar-container {
  display: none !important;
}



#showscore .modal-header {
  z-index: 100;
}

.badge-outline {
  border: 5px dotted;
}
.btn .svg-inline--fa {
  padding-right: 0.5rem;
  width: 2rem;
height: 1rem;
}

#grantmore .btn .svg-inline--fa {
  padding-right: 0.5rem;
  width: 2rem;
height: 1.2rem;
}

.btn .svg-inline--fa.fa-arrow-right {
  top: 0.1rem;
      position: relative;
}
.modal-content {
  color: 555;
}

.badge:not(.score) .svg-inline--fa {
  padding-right: 0.75rem;
  width: 3rem;
  height: 2rem;
}



.marker {
  border: none;
  cursor: pointer;
  height: 300px;
  width: 300px;
  background-image: url(marker.svg);
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.unset {
all:unset;
}
.close-button {
  right: 10px;
top: 7px;
font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.bg-red {
  background-color: rgba(238, 64, 53, 0.85);
}
.bg-steel {
  background-color: #b3dde2;
}

.badge i {
  all:unset;
}
.navbar .container-fluid .row, .navbar .container .row {
width: 100% !important;
}
button[disabled=disabled], button:disabled {
pointer-events:none;
cursor: not-allowed;
}

.d-xxs {display: none;}


.shortlistcounter a {
  font-size: 1.25rem;
}

#shortlisted .badge {
  padding: .25em .75em;
  line-height: 2;
}

#shortlisted .countAnim {
  animation: counterUpdate 3s;
}

@keyframes counterUpdate {
  20% {
    background: transparent;
    color: transparent;
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    background: #26bcce;
    transform: scale(1.25);
    opacity: 0.3;
  }
  70% {
    background: #f9f5e2;
  }

  85% {
    transform: scale(1);
    background: #26bcce;
  }

  100% {
    opacity: 1;
  }

}


.navbar-brand {
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #f9f5e2 !important;
}
.navbar-brand span {
  font-weight: 900;
  padding-left: 0.15rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-brand:hover {
  color: #f2f2f2 !important;
  text-decoration: none;
}
.navbar-toggler {
  font-size: 18px !important;
}


.navbar.fixed-top {
  height:100px;
}

.footer .navbar {
  height:60px;
}


.footer {
width: 100%;
}
@media (min-height: 600px) {
  .footer {
    position: absolute;
  bottom: 0;
  width: 100%;
  }
  .footer .navbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

.footer .badge {
  font-size: 100%;
}

.navbar-dark .navbar-text {
    color: #f9f5e2;
}


#tips_shortlisted {
    background-color: #f9f5e2;
    width: 100vw !important;
    height: calc(100vh - 160px);
    z-index: 1;
    display: none;
}
#map {
  background-color: #f9f5e2;
  width: 100vw !important;
  height: calc(100vh - 160px);
  min-height: 440px;
  z-index: 0;
}


#tipcontainer {
  position: absolute;
  top: 100px;
    left: 0;
    width: 100%;
    z-index: 100;
    height: calc(100% - 160px);
    min-height: 440px;
}

#next a{
  text-align: center;
}

#tip {
  list-style-type: none;
  letter-spacing: 0.5px;
      width: 90%;
      padding-top: 40px;

}

#tip .animated {

  animation-duration: 0.5s;

}
.shortlist-open #map, .shortlist-open #tipcontainer, .shortlist-open #responsebtn {
  display: none;
}

.shortlist-open .card h2 {
  text-transform: capitalize;
  color: #fff;
}

.shortlist-open #tips_shortlisted {
  display: block;
}

h1 {
  font-size: 2rem;
}

#tip h1 {
  font-size: 2rem;
  line-height: 1.5;
}

#tip p {
  line-height: 1.75;
}





#tiptitle a {
  color: #f9f5e2;
    font-weight: inherit;
    font: inherit;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}




#tiptitle a:hover {
  color: #fff;
}



#tipcontainer > * {
  display: block;
  margin-bottom: 0.25rem;
}

.btn-dark {
  color: #f9f5e2;
}

.navbar-dark .badge-light, .navbar-dark a.btn-light {
    background-color: #f9f5e2;
    color: #343a40;
  }
  a:hover .badge-light, a.btn-light:hover, #shortlisted:hover .badge-light {
  background-color: rgb(241, 92, 80)!important;
  color: #f9f5e2;
  }

a.nav-link  {
  font-size: 1rem;
}




.highlight {
  color: #f9f5e2;
  padding: 0.25rem 1rem 0.25rem 0.2rem;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background: rgba(238, 64, 53, 0.85);
  box-shadow: 0.5rem 0 0 rgba(238, 64, 53, 0.85), -0.5rem 0 0 rgba(238, 64, 53, 0.85);
  width: 100%;
}

.tipdescription.highlight {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.85), -0.5rem 0 0 rgba(0, 0, 0, 0.85);
}

.shortlist a:not(.btn) {
  color: #f9f5e2;
}


#avatar {
  display: flex;
}

#avatar a {
  display: block;
  width: 75px;
  height: 75px;
  text-align: center;
  background-size: 75px 75px;
  background-repeat:no-repeat;
  background-position: center;
}



.callout {
  position: relative;
  width: 140px;
  height: 60px;
  background: rgb(241, 92, 80);
  margin-left: 15px;
  border-radius: 5px;
}

.callout:after {
  content: '';
      position: absolute;
      border-style: solid;
      border-width: 8px 16px 8px 0;
      border-color: transparent rgb(241, 92, 80);
      display: block;
      width: 0;
      z-index: 1;
      left: -16px;
      bottom: 10px;
  }



.callout .comment {
  font-size: 14px;
  color: #f9f5e2;
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 1;
  padding: 0.1rem 0.5rem 0.1rem 0.7rem;
}
.modal-header .callout {
  width: auto;
  height: 75px;
  max-width: 160px;
}
.modal-header .callout:after {
  bottom: 20px;
}

.modal-header .callout .comment {
  font-size: 16px;
  line-height: 1.1;
  text-align: left;
  padding: 0.2rem 1rem;
}

.modal-header .modalavatar {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
}

.modalavatar.new {
  opacity: 0;
}

#announcement .modal-header .modalavatar {
  position: absolute;
  left: 0;
}

#announcement .modal-header .callout {
  margin-left: 80px !important;
}

@keyframes blinker {
  50% {
    width: 50px;

  }
}






.card p {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .modal-header {
    font-size: 1rem;
    border-bottom: 0;
  }



.btn-group .btn, #byebye .btn {
    color: #f9f5e2;
    background-color: rgb(38, 188, 206);
    border-color: transparent;
        transition: opacity .25s
}

#reject, .btn.btn-more {
  background-color: rgba(238, 64, 53, 0.85);
  color: #f9f5e2;
}

#shortlist, .btn.btn-share {
  background-color: rgba(38, 188, 206, 0.85);
  color: #f9f5e2;
}

.highlight  {
}


.btn.focus, .btn:focus {
  box-shadow: none;
}



.btn-group .btn .fas {
  padding: 0 0.5rem;
}

#tip h1, #tip p {
  opacity: 0;
}


#description {
  margin-top: 0.5em;
    line-height: 1.8em;
}


.shortlist #tipcanvas {
  display: none !important;
}


.btn-group a {
  color: #f9f5e2;
  text-decoration: none;
}

.loading .btn {
  pointer-events: none !important;
  opacity: 0.5 !important;
}


.badge.score {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-size: 1.5rem;
  padding: 0.75rem 1rem;
}

.slackerscore {
font-size: 1.25rem;
}
#grantmore {
  font-size: 1rem;
}

/* Custom page CSS
      -------------------------------------------------- */

/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer h5 {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  #tipcontainer h1 {
    font-size: calc(30px + 24 * ((100vw - 320px) / 992));
  }
#tipcontainer p {
    font-size: calc(16px + 12 * ((100vw - 320px) / 992));
  }
  .btn-group .btn  {
      font-size: calc(20px + 12 * ((100vw - 320px) / 992));
    }
}

@media (min-width: 375px) {
  .callout {
    width: 175px;
  }
}

@media (min-width: 576px) {
  .shortcount {
    font-size: 1.15rem;
  }

  .callout {
    width: 200px;
  }

.d-xxs {
  display: inline-block;
}

#tipcontainer h1 {
  line-height: 1.5;
}

#tipcontainer p {
  line-height: 1.7;
}


.sl-label {
  margin-top: 0;
  font-size: 1rem;
  padding-bottom: 0;
}
.modal-header .callout {
  max-width: 250px;
}

}

@media (min-width: 768px) {


.navbar-brand {
  font-size:1.25rem;
}


#tipcontainer h1 {
  line-height: 1.4;
}

#tipcontainer p {
  line-height: 1.6;
}

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



.badge.score {
  font-size: 1.5rem;
  padding: 1.5rem 3rem;
}

.slackerscore {
font-size: 1.25rem;
}

#grantmore {
  font-size: 1.5rem;
  padding: 0.7rem;
}


#grantmore .btn .svg-inline--fa {
height: 1.5rem;
}


}
@media (min-width: 992px) {



  .navbar-brand {
    font-size:1.5rem;
  }


  .leaflet-control-zoom {
    display: block;
  }
  a.nav-link  {
    font-size: 18px;
  }



  footer {
    font-size: 1rem;
  }

}



@media (min-width: 1200px) {

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

#tip {
  width:70%;
  }

}
