
a { color: #c59c37; }
.btn.btn-outline-warning.btn-xl.js-scroll-trigger:hover {
  color: #212529;
}
.col-lg-5 .header-content { 
  display: none;
}
@media (max-width:767px) {
    .device-container { width: 40% !important; }
}
@media (min-width:991.8px) {
    .footer-content { display: none; }
    .lnkImgGetTheApp { display: none; }
    .smartPhone2mobile { display: none; }
}
@media (max-width:991.8px) { /*********/
    .device-container { width: 30% !important; }
    .mb-5 { margin-bottom: 0.8rem !important; }
    .col-lg-7 .header-content { display: none; }
    .col-lg-5 .header-content { display: block; }
    header.masthead { padding-top: 130px; }
    .footer-content h1 {
        margin-top: 0.7rem;
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
    .device {
        height: 100% !important;
        width: 100% !important;
    }
    .btnGetApp { display: none; }
    .smartPhone2 { display: none; }
    .smartPhone2mobile { display: block; }

    /*****/
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover, #mainNav .navbar-brand {
        color: goldenrod !important;
    }
}
.lnkBgOchre a:hover { color: goldenrod !important; }
.lnkBgOchre a:link, .lnkBgOchre a:visited {
    color: #366da9;
    text-decoration: none;
}
.list-inline-item { margin-bottom: 7px; }
.col-lg-5.my-auto { text-align: center; }
section.features .section-heading { margin-bottom: 30px; }
section.features { padding-top: 60px; }
section.features .feature-item { padding-top: 0px; }
section#story {
  padding-top: 70px;
  padding-bottom: 0px;
}

.col-lg-4.my-auto { margin-top: 0; }
#mainNav .navbar-nav > li > a { color: hsla(155,0%,20%,0.9); }
.imgGetTheApp {
    position: absolute;
    width: 20vw;
    max-width: 130px;
    margin-left: 12vw;
}
.videoWrapper {
    position: relative;
    padding-bottom: 46.25%; /* width ((56.25% ... 16:9)) */
    height: 0;
    margin-bottom: 20px;
}
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#mainNav .navbar-nav > li > a.active {
    color: darkgoldenrod !important; /*#fdc53a*/
}
/*@media all and (min-width:992px)*/
.navbar-shrink#mainNav .navbar-brand:focus, .navbar-shrink#mainNav .navbar-brand:hover {
    color: darkgoldenrod;
}

/*#region participants*/
.team-clean { color: #313437; background-color: #fff; }
.team-clean p { color: #7d8285; }
.team-clean h2 {
  font-weight: 200;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width:767px) {
  .team-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 50px;
  }
}
.team-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.team-clean .intro p {
  margin-bottom: 0;
}
.team-clean .people {
  padding-bottom: 40px;
}
.team-clean .item {
  text-align: center;
  padding-top: 50px;
}
.team-clean .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}
.team-clean .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #a0a0a0;
  letter-spacing: 2px;
  font-size: 13px;
}
.team-clean .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.team-clean .item img {
  max-width: 160px;
}
.team-clean .social {
  font-size: 18px;
  color: #a2a8ae;
}
.team-clean .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}
.team-clean .social a:hover {
  opacity: 1;
}
.team-clean h2 {
    font-size: 50px;
    font-weight: 200;
}
/*#endregion participants*/

/*#region donate section ***/
.bgOrange a { color: darkgoldenrod; }
.bgOrange a:hover { color: black !important; }

/*dfe e-mail test for spam protection (combination js & css) */
#sendMai{transition:0.3s;text-transform:lowercase;color:#A7750a;font-weight:300}
#sendMai:hover::before{content:"ci";}
#sendMai:hover::after{content:"gestures.net";}
#sendMai:hover {
        -ms-transform: scale(1.2,1.5);
        -webkit-transform: scale(1.2,1.5);
        transform: scale(1.2,1.5);
    }

/*donate btn*/
#donateBtn{
  transition:0.3s;text-transform:lowercase;color:#A7750a;font-weight:300;
  height:70px;width:200px;
  background-image: url("../img/pinkepinke.anim-100x100.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 95%;
  background-position-x: 4%;
}
#donateBtn:hover {
        -ms-transform: scale(1.2,1.5);
        -webkit-transform: scale(1.2,1.5);
        transform: scale(1.2,1.5);
        color:black;
    }
.donate {
    color: #212529;
    padding: 50px 0;
    background-color: #fdcc52;
}
.donate p {
  line-height: 1.5;
}
.donate h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.donate .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}
.donate .buttons {
  text-align: center;
}
.donate .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.donate .buttons .btn:hover {
  opacity: 1;
}
.donate .buttons .btn:active {
  transform: translateY(1px);
}
.donate .buttons .btn-primary, .donate .buttons .btn-primary:active {
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: 14px 24px;
  background: #fdcc52;
  transition: background-color 0.25s;
}
/*#endregion donate*/

.contact .container h2 a:hover {
    color: black !important;
}

header.masthead .overlay {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0;
}

/*** privacy ***/
header.privacyHeader {text-align: center;}
@media (min-width:991.8px) {
    header.privacyHeader {
        padding-top: 300px;
    }
}
.titPrivacy {
    color: orange;
}

#btnScrollToTop {
  display: none;
  right: 5px;
  bottom: 5px;
  position: fixed;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  border: 0;
}
section.download{
    padding-bottom:50px;
}
section.contact ul.list-social li a {
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
}