body{
    font-family: 'Ubuntu', sans-serif;
  }
  
  
  .dropdown-toggle::after {
    display: none !important;
  }
  
  ul, ol{
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  
  a:link, a:visited,  a:hover, a:active{
      text-decoration: none !important;
      color: inherit !important;
  }
  
  .topColor{
    background: black; 
    color:white;
  }
  
  .templateColor, .templateColor:hover, a.templateColor{
    background: #0f4989 !important;
    color:white !important;
  }
  
  .main-footer{
    border-top: 0 !important;
  }

  .secondColor, .secondColor:hover, a.secondColor{
    background: #a31e22 !important;
    color:white !important;
  }

  .payColor, .payColor:hover, a.payColor{
    background: #008A62 !important;
    color:white !important;
  }

  .text-facebook{

    color: #3b5999;
  }
  
  .text-instagram{
  
    color: #e4405f;
  }
  
  .text-twitter{
  
    color: #55acee;
  }
  
  .text-linkedin{
  
    color: #0077B5;
  }
  
  .text-youtube{
  
    color: #dd4b39;
  }
  
  .text-twitch{
  
    color: #A142F7;
  }

[class*=sidebar-dark-] .sidebar a {
    color: #c2c7d0 !important;
}

[class*=sidebar-dark] .brand-link, [class*=sidebar-dark] .brand-link .pushmenu {
    color: rgba(255,255,255,.8) !important;
}

.page-error{
  height: 50vh !important;
}

.facebook{
  color:white;
  background:#46639f;
}

.google{
  color:white;
  background:#d6513e;
}
