.overfooter{
  font-family: Neuzeit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  border-bottom: 2px #b7b7b7 solid;
}
@media(max-width: 600px) {
  .overfooter{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overfooter-button{
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.overfooter-button{
  background: green; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3be2bd, #47fd3e); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3be2bd, #47fd3e); /* Standard syntax */
  padding: 10px 30px 10px 30px;
}
.overfooter-title .overfooter-title:hover{
  text-decoration: none;
}
.overfooter-title{
  font-family: NeuzeitBold;
  color: white;
  font-size: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-decoration: none;
}
.footer{
  font-family: Neuzeit;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.footer-content{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.footer-image{
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  diplay: flex;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}
.footer-image img{
  width: 100%;
  height: auto;
}
.footer-terms{
  padding-top: 2%;
  color: black;
  text-align: center;
}
.footer-terms-links, .footer-terms-links:visited{
  color: #b7b7b7;
}

.gray-bar{
  color: #b7b7b7;
}
#home-button{
  cursor: pointer;
}
a:active{
  text-decoration: none;
}
.R-icon{
  font-size: 8px;
  top: 0;
  vertical-align: super;
}
