/**body {
background-image: url(../images/bg1.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}*/

h3
{
  font-size:12pt;
  font-weight:normal;
}

h2
{
  font-size:12pt;
  font-weight:normal;
}

.readmore a.btn {
  background:#3f5c98; 
  color:#fff;
  text-shadow:none;
  border-color: #3f5c98;
}
span.icon-chevron-right {
display:none; 
}

.navigation ul.nav-child li a:hover {
background:#3f5c98; 
}

#blink {
 
  animation: blink 2s linear infinite;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**img {
border: 3px solid #a75385;
height: auto;
max-width: 25%;
vertical-align: middle;
}*/
