.Footer {
    position: relative;
    padding: 0rem 0;
    overflow: hidden;
    outline: none;
    box-sizing: inherit;
    display: block;
    font-family: 'ITC Pro';
    width: 100%;
    font-size: 1.1rem;

    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    pointer-events: all;
}


.Footer-title {
    font-size: 3.5vh;
    line-height: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2rem 0;
}

.Footer-desc {
    color: #ffffff;
    margin: 0;
}


.Footer-socialNetworks--list {
    flex-wrap: wrap;
}


.Footer-right {
    z-index: 3;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 12rem;
}


.Footer-right p, span, a {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #637177;
    list-style: none;
}






/* Style all font awesome icons */
.fa {
  padding: 5px;
  padding: 6px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;

}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */


.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

