@import url(https://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/*Main Colors*/
$color-alpha: #1abc9c;
$color-beta: #eee;
$color-gamma:#95a5a6;
$color-delta:#34495e;
$color-epsilon:black;
$color-zeta:#16a085;
/* Change base color for each links*/
$color-alpha-2: #2ecc71;
$color-zeta-2 : #27ae60;
$color-alpha-3: #3498db;
$color-zeta-3 : #2980b9; 
$color-alpha-4: #e67e22;
$color-zeta-4 : #d35400;
$color-alpha-5: #e74c3c;
$color-zeta-5 : #c0392b;


$shade-1:rgba(0,0,0,.05);

$time-1: .4s;
$time-2: .3s; 

#twitlist{
width:400px;
background-color: red;
margin:100px auto;

text-decoration: none;
-webkit-font-smoothing:antialiased;
color:inherit;
}
.twitlink{
  background:#34495e;
  width:400px;
  height:60px;
  box-shadow:1em 0px  #2c3e50,inset 0 1px 0 rgba(0,0,0,.05);
  cursor:pointer;
  display:block ;
  transition:box-shadow .4s ease,padding .3s ease;
}
.twitlink h1{
  position: relative;

  z-index: 900;

  left: 30px;
  top: -42px;

  color: #0d92d1;
  font-size:24px;

  float:center;
}

#twitlists li h1
{
  left: 23px;
}
.twitlink h2{
  position: relative;

  z-index: 900;

  left: 23px;
  top: -42px;

  color: #0d92d1;
  font-size:20px;

  float:center;
}

#twitlink11 h2,#twitlink12 h2,#twitlink13 h2,#twitlink14 h2,#twitlink21 h2,#twitlink22 h2,#twitlink23 h2,#twitlink24 h2,#twitlink31 h2,#twitlink32 h2,#twitlink33 h2,#twitlink34 h2{
  left: 26px;
  }
/* 

  old span

.twitlink span{
  display:block;
  width:80px;
  height:60px;
  background:#eee;
  float:left;
  font-size:2.5em;
  line-height:1.5em;
  margin:-1.48em auto;  
  text-align:center;
  color:$color-delta;
  position:relative;
  z-index:2;
  box-shadow:.5em 0px  $color-epsilon,inset 0 1px 0 $shade-1;
  transform:rotate(0deg);
  transition:z-index 0s ease $time-2;
} */
.twitlink span{
  display:block;
  width:80px;
  height:60px;
  background:black;
  float:left;
  font-size:2.5em;
  line-height:1.5em;
  margin:-1.48em auto;  
  text-align:center;
  color:$color-delta;
  position:relative;
  z-index:2;
  box-shadow:.5em 0px  $color-epsilon,inset 0 1px 0 $shade-1;
  transform:rotate(0deg);
  transition:z-index 0s ease $time-2;
}
.twitlink p:before{
  text-decoration: none;
-webkit-font-smoothing:antialiased;
color:inherit;

  content:'';
  position:absolute;
  z-index:1;
  display:block;
  width:20px;
  height:20px;
  margin:1em -1.7em;
 background:$color-epsilon;
transform:rotate(-45deg);
  opacity:0;
}
.twitlink p{
  text-decoration: none;
  -webkit-font-smoothing:antialiased;
  color:inherit;

  background-color: black;

  font-size:1.4em;
  width:300px; 
  display:block;
  float:left;
  padding-left:5em;
  padding-top:0;
  margin:0;
  line-height:2.7;
  color:$color-beta;
  font-family:helvetica;
  transition: $time-1 ease;
}

.twitlink *{
  text-decoration: none;
  -webkit-font-smoothing:antialiased;
}

.twitlink:hover{
  text-decoration: none;
-webkit-font-smoothing:antialiased;
color:inherit;

 background:$color-zeta;
  box-shadow:1em 0px  $color-alpha,inset 0 1px 0 $shade-1;
  padding-right:1em;
  span{
    color:$color-zeta;
   box-shadow:.5em 0px $color-alpha;
    z-index:0;
  }
  p{
    padding-left:6em;
    
    color:#ecf0f1;
    &:before{
      background:$color-alpha;
      margin:1em -2.7em;
        opacity:1
      }
   }
}


.twitlink:nth-child(2):hover{
 background:$color-zeta-2;
  box-shadow:1em 0px  $color-alpha-2,inset 0 1px 0 $shade-1;
  span{
    color:$color-zeta-2;
   box-shadow:.5em 0px $color-alpha-2;
  }
  p:before{
      background:$color-alpha-2;
      }
}
.twitlink:nth-child(3):hover{
 background:$color-zeta-3;
  box-shadow:1em 0px  $color-alpha-3,inset 0 1px 0 $shade-1;
  span{
    color:$color-zeta-3;
   box-shadow:.5em 0px $color-alpha-3;
  }
  p:before{
      background:$color-alpha-3;
      }
}
.twitlink:nth-child(4):hover{
 background:$color-zeta-4;
  box-shadow:1em 0px  $color-alpha-4,inset 0 1px 0 $shade-1;
  span{
    color:$color-zeta-4;
   box-shadow:.5em 0px $color-alpha-4;
  }
  p:before{
      background:$color-alpha-4;
      }
}
.twitlink:nth-child(5):hover{
 background:$color-zeta-5;
  box-shadow:1em 0px  $color-alpha-5,inset 0 1px 0 $shade-1;
  span{
    color:$color-zeta-5;
   box-shadow:.5em 0px $color-alpha-5;
  }
  p:before{
      background:$color-alpha-5;
      }
}
