.navbar-inverse { 
background-color: #6a2c91; background-image: -webkit-linear-gradient(top, #8738b8 0%, #6a2c91 100%); background-image: -o-linear-gradient(top, #8738b8 0%, #6a2c91 100%); background-image: -webkit-gradient(linear, left top, left bottom,
from(#8738b8), to(#6a2c91)); background-image: linear-gradient(to bottom, #8738b8 0%, #6a2c91 100%); }

@font-face {
  font-family: texgyreadventorbold;
  src: url("texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("texgyreadventor-bold-webfont.woff") format("woff"), url("texgyreadventor-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
 font-family: texgyreadventorregular;
  src: url("texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("texgyreadventor-regular-webfont.woff") format("woff"), url("texgyreadventor-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-static-top .navbar-brand,
weblink,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a
 {
  font-family: "texgyreadventorbold" !important;
}

body {
  font-family: "texgyreadventorregular" !important;
}

html body.vsc-initialized section.page_section div.container div.content-home div.container div.row a
{
    text-decoration: none;
}

.blue_border {
    border-bottom-color: #6a2c91;
}
	
	


