/*
normal: rgb(13,155,202);
*/

h2 {
  color: rgb(13,155,202);
}

h3, .subtitle, .highlight, h4 {
  color: rgb(13,155,202);
}

.navbar-dark a.active {
  background-color: rgb(13,155,202);
  color: white;
}

.navbar-dark .dropdown-menu a:hover {
  background-color: rgb(13,155,202);
} /**/

.header.incoped {
  background-color: rgb(13,155,202);
}

.incoped .left {
/*  background-image: url(../images/head_txt_incoped.jpg); */
  background-image: url(../images/incoped_w.png);
}

.incoped .left2 {
  background-color: rgb(13,155,202); /* normal */
  background-color: rgba(13,155,202,0.5); /* normal */
}

.incoped .right {
  background-image: url(../images/head_img_incoped.jpg);
}

a:hover,
.btn-new2 {
  color: rgb(13,155,202);
}

.btn-new2:hover {
  border-color: rgb(13,155,202);
}

