 
  .social
  {
      /*background-color: rgb(31, 43, 78);*/
      /* background-color: rgb(60, 114, 28);*/
      /*background-color:  rgb(95, 178, 48);*/
      background-color:  rgb(31, 43, 78);
      /*border-bottom: .5px rgb(60, 114, 28) solid;*/
      width: 100%;
      position: relative;
      display: grid;
      text-align: center;
  }
  
  #container
  {
    margin-bottom: 3px;
    
  }
  ul.network {
    position: relative;
    margin-right: 1%;
    margin-bottom: 0 !important;
    padding: .2px 0;
    display:flex;
    justify-content: center;
    z-index: 1;
  }
  ul.network li {
    list-style:none;
  }

  ul.network li a {
    display:block;
    position:relative;
    width:2em;
    height:auto;
    line-height:1.2em;
    font-size:2em;
    text-align:center;
    text-decoration:none;
   color: rgb(255, 255, 255);
    margin: 0 0px;
    transition:.5s;
  }
  ul.network li a span {
    position:absolute;
    transition: transform .5s;
  }
  ul.network li a span:nth-child(1),
  ul.network li a span:nth-child(3){
    width:100%;
    height:3px;
    background:#fffdfd;
  }
  ul.network li a span:nth-child(1) {
    top:0;
    left:0;
    transform-origin: right;
  }
  ul.network li a:hover span:nth-child(1) {
    transform: scaleX(0);
    transform-origin: left;
    transition:transform .5s;
  }
  
  ul.network li a span:nth-child(3) {
    bottom:0;
    left:0;
    transform-origin: left;
  }
  ul.network li a:hover span:nth-child(3) {
    transform: scaleX(0);
    transform-origin: right;
    transition:transform .5s;
  }
  
  ul.network li a span:nth-child(2),
  ul.network li a span:nth-child(4){
    width:3px;
    height:100%;
    background:#ffffff;
  }
  ul.network li a span:nth-child(2) {
    top:0;
    left:0;
    transform:scale(0);
    transform-origin: bottom;
  }
  ul.network li a:hover span:nth-child(2) {
    transform: scale(1);
    transform-origin: top;
    transition:transform .5s;
  }
  ul.network li a span:nth-child(4) {
    top:0;
    right:0;
    transform:scale(0);
    transform-origin: top;
  }
  ul.network li a:hover span:nth-child(4) {
    transform: scale(1);
    transform-origin: bottom;
    transition:transform .5s;
  }


  .facebook:hover {
    color: rgb(143, 209, 239 );
  }
  ul.network li .facebook:hover span { 
    background: #3b5998;
  }
  .twitter:hover {
    color:  rgb(143, 209, 239 );
  }
  ul.network li .twitter:hover span { 
    background: #1da1f2;
  }
  .instagram:hover {
    color: rgb(143, 209, 239 );
  }
  ul.network li .instagram:hover span { 
    background: #c32aa3;
  }
  .google:hover {
    color:  rgb(143, 209, 239 );
  }

 
  ul.network li .google:hover span { 
    background: #00bb2d;
  }
  ul.network li a .twitter {
    color: #1da1f2;
  }
  ul.network li a:hover:nth-child(3) {
    color: #c32aa3;
  }
  ul.network li a:hover:nth-child(4) {
    color: #dd4b39;
  }

  /*
  @media all and (max-width: 320px) {

    #container
    {
        display: none;
    }

    ul.network
    {
        display: flex;
        justify-content: center;
        padding: 0;
    }

}


@media all and (max-width: 768px) {

  #container
  {
      display: none;
  }

  ul.network
  {
      display: flex;
      justify-content: center;
      padding: 0;
  }

 .fab{
    font-size: 1.8em;
    
  }


}

@media all and (max-width: 500px) {

.fab{
  font-size: 1.3em;
  
}

}
*/