@charset "utf-8";
body {padding-top: 60px;}

#footer {
	color: #FFF;
	background-color: #4fb1f4;
	margin-top: 20px;
	padding: 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;
}

.image, .image1 {
  display: block;
  width: 100%;
  height: auto;
}
.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;
}

.startext {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #1B07C2;
}
.lead {
	font-size: 1em;
	font-weight: bold;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -48px;
}

@media screen and (min-width: 896px) {
  .anchor a {
    position: absolute;
    left: 0px;
    padding-top: -350px;
  }

}
 h1 {font-size:1.4rem;} 
  h2 {font-size:1.3rem;} 
  h3 {font-size:1.2rem;}

 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
   h1 {font-size:1.4rem;} 
  h2 {font-size:1.3rem;} 
  h3 {font-size:1.2rem;}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
   h1 {font-size:2.25rem;} 
  h2 {font-size:1.75rem;} 
  h3 {font-size:1.5rem;}
  h4 {font-size:1.25rem;}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1 {font-size:2.5rem;} 
  h2 {font-size:2rem;} 
  h3 {font-size:1.75rem;}
  h4 {font-size:1.5rem;}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
/* Small devices (landscape phones, 544px and up) 
@media (min-width: 544px) {  
  h1 {font-size:1.4rem;} 
  h2 {font-size:1.3rem;} 
  h3 {font-size:1.2rem;} 
}*/

.nolink {
	color: #fff;
	font-weight: bold;
}