@charset "utf-8";
body {
	padding-top: 70px;
}
.dropdown-menu {
        max-height:400px;
        overflow-y:auto;
    }
@media (max-width: 500px) {
    .dropdown-menu {
        max-height:200px;
        overflow-y:auto;
    }
body {
	padding-top: 110px;
}
}
#footer {
	color: #FFF;
	background-color: #000080;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer  a {
	font-weight: bold;
	color: #FFF;
}
.card .card-body.border-primary.border {
	border-top-color: #4fb1f4;
	border-right-color: #4fb1f4;
	border-bottom-color: #4fb1f4;
	border-left-color: #4fb1f4;
}
.newsbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.card.text-white.bg-danger.mb-3 .card-body p a {
	font-weight: bold;
	color: #FFF;
}
.card.text-white.bg-warning.mb-3 .card-body .card-text a {
	font-weight: bold;
	color: #FFF;
}
.card.text-white.bg-success.mb-3 .card-body .card-text a {
	font-weight: bold;
	color: #FFF;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FFC93F ;
}
.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #B90504 ;
}
.highlight:hover .overlay, .highlight1:hover .overlay1, .highlight2:hover .overlay2 {
  opacity: 1;
}
 
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.card-header.bg-primary, .card-header.bg-info {
	color: #FFF;
}
.nav.navbar-nav li a {
	font-size: 18px;
}

.startext {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #1B07C2;
}
.attribute {
	font-size: 10%;
	color: #FFF;
}
.attribute a {
	color: #FFF;
}
.card-text a {
	font-weight: bold;
}
.card.bg-success.text-white.mb-2 .card-body p a {
	font-weight: bold;
	color: #FFF;
}
