﻿body{
  background-color:white;
}

.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icon li{
  display: inline-block;
  text-align: center;
}

.social-icon a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 5px;
}

.social-icon a {
  background: rgba(255, 255, 255, 0.85); /* social icon background color */
  color: #000; /* social icon color */
}

.social-icon a:hover {
  /*background: rgba(255, 255, 255, 0.25);  social icon hover background color */

  background:rgba(255, 255, 255, 0.85); /*social icon hover background color*/
  color: #0064B6; /* social icon hover color */
}

.footer {
  position: absolute;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
  color:#fff;
  min-height: 60px;
  background-color: #000;
}
small{
    width: 80px;
    vertical-align:middle;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: greenyellow;
    background-color: transparent;
}

.navbar-default {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+43,207cca+63,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 43%, #207cca 63%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 43%,#207cca 63%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 43%,#207cca 63%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

/*anchor tag name color*/
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

/*Brand name color*/
 .navbar-default .navbar-brand{
     color:#fff;
 }
 .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;

    background-color: transparent;
}

 .brand-logo{
    
     width:50px;
     float:left;
     margin:-15px 10px 0 0;
     padding:0;
     -webkit-filter: invert(100%); filter: invert(100%);

 }
 

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: greenyellow;
}

.buttonlink{
       border: 1px solid black;
    padding: 5px 5px;
    background-color: #000;
    margin: 10px auto;
    color: #fff;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    display: block;
    transform:scale(1);
    transition-duration:0.2s;
}
    .buttonlink:hover {
        transform:scale(1.1);
        color:#fff;
        background-color:#0063B7;

    }
 a:hover{
    text-decoration: none;
}