/*OLD				*/
/*------------------------------*/

.fa {

  font-size: 25px;
  height:25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
}


.fa:hover {
    opacity: 0.7;
}


/*NEW				*/
/*------------------------------*/

.fab {

  font-size: 25px;
  height:25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
}


.fab:hover {
    opacity: 0.7;
}


.far {

  font-size: 25px;
  height:25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
}


.far:hover {
    opacity: 0.7;
}


.fas {

  font-size: 25px;
  height:25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
}

.fas:hover {
    opacity: 0.7;
}


/*ICONS::			*/
/*------------------------------*/

/*Footer (Social Media)		*/
/*------------------------------*/

.fa-envelope{
  background: #DADADA;
  color: #000 !important;
}


.fa-facebook {
  background: #DADADA;
  color: #000 !important;
}

.fa-twitter {
  background: #DADADA;
  color: #000 !important;
}

.fa-google {
  background: #DADADA;
  color: 000 !important;
}


.fa-youtube {
  background: #DADADA;
  color: #000 !important;
}


.fa-youtube-square {
  background: #DADADA;
  color: #000 !important;
}


.fa-soundcloud {
  background: #DADADA;
  color: #000 !important;
}

.fa-envelope-o{
  background: #DADADA;
  color: #000 !important;
}

.fa-rss {
  background: #DADADA;
 color: #000 !important;
}





/*Domain Icons			*/
/*------------------------------*/
.fa-heartbeat {
 background: #4CA146;
 color: #fff !important;
}

/*Directional Buttons/Icons			*/
/*------------------------------*/
.fa-chevron-circle-down, .fa-chevron-circle-up, .fa-chevron-circle-right, .fa-chevron-circle-left {
 
 font-size:50px!important;
 color: #fff !important;
}