﻿body {
    position: relative;
    background-color:#f1f1f1; 
}
.navbar {
	border-bottom: 1px #0066cc solid;
    box-shadow: 0 .125rem .5rem rgba(0,102,204,.1)!important;
}
nav.bg-light {    

}
.navbar-light .navbar-nav .nav-link {
	color: #0066cc;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #0059b3;
}
.nav-link {
	letter-spacing:1px;
}
.navbar-toggler {
    padding: 0.8rem;
    font-size: 1.0rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #0066cc !important;
}
.dropdown-item {
    padding: 0.25rem 1rem;
}
.dropdown-item:focus, .dropdown-item:hover, a.dropdown-toggle:hover {
    color: #0066cc;
}
#dropbut {
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 805;
}
.btn-primary {
    background-color: #0066cc;
    border-color: #0059b3;
}
.btn-primary:hover {
    background-color: #0059b3;
    border-color: #004d99;
}
#footer {
	border-top: 1px #0066cc solid;
	box-shadow: 0 -.125rem .5rem rgba(130,130,130,.1)!important;
}
a {
    color: #0066cc;
    text-decoration: none;
}
a:focus, a:hover {
    color: #0059b3;
    text-decoration: none;
}
.dropdown-toggle.wigl {
  animation: wigl 7s infinite;
  animation-timing-function: linear;
}
.dropdown-toggle.wigl:active, .dropdown-toggle.wigl:focus {
  animation-play-state: paused;
}
@keyframes wigl {
  0% {padding-right: 10px;}
  5% {padding-right: 15px;}
  10% {padding-right: 10px;}
  15% {padding-right: 15px;}
  20% {padding-right: 10px;}
  100% {padding-right: 10px;}
}
.whtxt, a.whtxt,a .whtxt:hover {
	color:#fff!important;
}
.whtbg {
	background-color:#fff;
}
