.socialmedia {
    font-size: 2em;
    margin-top: 2%;
    text-align: center;

}

.contactMeText {
padding-top: 2%;

}
.fa {
  padding: 20px;
  font-size: 1.33em;
  width: 60px;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}


.fa-google {
  color: white;
}


.fa-instagram {
    color: rgb(25, 24, 24);
}


  .fa-youtube-play {
    color: rgb(25, 24, 24);
  }

  .ridersImg {
    max-width: 70%;
  }

  .footerClass {
    border-right: 1px solid #4d4d4d;
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
    font-family: 'Roboto Condensed', sans-serif;
    color: #110f0f;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }

    a:link, a:visited {
    
        color: black;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
      }
      
      a:hover, a:active {
        background-color:#a8a5a5;
      }
