h1 {
    font-family: 'Polo', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color:#0080c8    
}

p {
    font-family: 'Polo', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color:#0080c8    
}

a {
    font-family: 'Polo', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    color:#0080c8    
}


/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
.fa:hover {
    opacity: 0.7;
}
/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Instagram */
.fa-instagram {
    background: #125688;
    color: white;
}