/* ICONS */

.fa
{
  font-size: 25px;
  vertical-align: middle;
  color: rgb(157, 231, 255);
}

.fa-bars
{
  padding: 5px 10px 5px 10px;
  background: orange;
  border-radius: 10px;
  color: white;
  font-size: 40px;
  box-shadow: 2px 2px 5px #888888;
}

.fa-bars:hover
{
  background: white;
  border-radius: 10px;
  color: orange;
  box-shadow: 1px 1px 3px #888888;
}

.fa-arrow-left
{
  font-size: 40px;
  color: orange;
  padding: 5px 10px;
  background: white;
  border-radius: 5px;
  
}
.fa-arrow-left:hover 
{
  color: white;
  background: orange;
  padding: 5px 10px;;
}

.fa-facebook-square
{
  vertical-align: middle;
  margin-top: 5px;
}
.fa-facebook-square:hover
{
  color: #0199d9
}

@media (max-width: 700px)
{
  .fa-facebook-square {
    vertical-align: top;
    margin-top: 0px;
  }
}
