@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);
.special-title{
  font-family: "Philosopher", sans-serif;
    font-weight: bold;
  color: #2591cd;
/*background: -webkit-linear-gradient(#51baea, #2e5398);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.partners .partners-icons{
  max-width:none !important;
}
#myBtn {

 position: fixed;
    right: 20px;
    bottom: 20px;
    border: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0px 0px 5px #cccccc;
    color: #333;
    text-align: center;
    font-size: 28px;
    display: none;
}

#myBtn:hover {
  background-color: #f4f4f4;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
