/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.1.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

.records{
  margin-top: 20px;
  color: white;
  font-weight: 100;
}

ul#socialMenu li {
  display:inline;
  font-size: 24px;
  padding: 10px;
}

ul#socialMenu li i {
color: white;
}

ul#socialMenu li i:hover{
  color: grey;
}
  
::selection {
  background-color: grey !important;
}