/* CSS Document */

@font-face {
    font-family: 'Bianco-Sans';
    src: url('../fonts/bianco_sans-webfont.woff2') format('woff2'),
         url('../fonts/bianco_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bianco-Serif';
    src: url('../fonts/bianco_serif-webfont.woff2') format('woff2'),
         url('../fonts/bianco_serif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sans{
  font-family: Bianco-Sans !important;
}

.serif{
  font-family: Bianco-Serif !important;
}

a { transition: 0.6s;  }
p { font-family: Bianco-Serif; }

a:link {color:black;}
a:visited{ color: black; text-decoration:none !important; }
a:hover{ color: #9D8DEA !important; text-decoration:none !important; }
a:active{ color: black; text-decoration:none !important; }

/*
a:link.menu_btn ,  a:link.login_btn_head{ color: black !important; font-family: Bianco-Sans;}
a:visited.menu_btn,  a:visited.login_btn_head{ color: black !important; text-decoration:none !important; font-family: Bianco-Sans;}
a:hover.menu_btn,  a:hover.login_btn_head{ color: #EDEDED !important; text-decoration:none !important; font-family: Bianco-Sans;}
a:active.menu_btn,   a:active.login_btn_head{ color: black !important; text-decoration:none !important; font-family: Bianco-Sans;}
*/
.menu a:link{ color: black; }
.menu a:visited{ color: black; text-decoration:none; }
.menu a:hover{ color: black; text-decoration:none; }
.menu a:active{ color: #9D8DEA; text-decoration:none; }

a:link.subLinks { color: #9F9898; text-decoration:none; }
a:visited.subLinks { color: #9F9898; text-decoration:none; }
a:hover.subLinks { color: #9D8DEA; text-decoration:none; }
a:active.subLinks { color: #9F9898; text-decoration:none; }

a:link.breadcrumbs {color: #C3C3C3; text-decoration: none; }
a:visited.breadcrumbs {color: #C3C3C3; text-decoration: none; }
a:hover.breadcrumbs {color: black; text-decoration: none; }
a:active.breadcrumbs {color: #C3C3C3; text-decoration: none; }

a:link.menu_footer  { color: black;  text-decoration:none;font-family: Bianco-Sans !important;}
a:visited.menu_footer  { color: black; text-decoration:none;font-family: Bianco-Sans !important;}
a:hover.menu_footer  { color: #9D8DEA; text-decoration:none;font-family: Bianco-Sans !important;}
a:active.menu_footer  { color: black; text-decoration:none;font-family: Bianco-Sans !important;}

a:link#changeProfileImage { color: #9E8DEB !important; Bianco-Sans !important;}
a:visited#changeProfileImage { color: #9E8DEB !important; Bianco-Sans !important;}
a:hover#changeProfileImage { color: #9E8DEB !important; Bianco-Sans !important;}
a:active#changeProfileImage { color: #9E8DEB !important; Bianco-Sans !important;}

a:link.linkGeneral { color: black;  text-decoration: none;}
a:visited.linkGeneral { color: black;  text-decoration: none;}
a:hover.linkGeneral { color: #9D8DEA;  text-decoration: none;}
a:active.linkGeneral { color: black;  text-decoration: none;}

a:link.btnRenewPwd { color: black;  text-decoration: none;}
a:visited.btnRenewPwd { color: black;  text-decoration: none;}
a:hover.btnRenewPwd { color: #EDEDED !important;  text-decoration: none;}
a:active.btnRenewPwd { color: black;  text-decoration: none;}

h1{
  font-size: 42px !important;
  line-height: 52px !important;
  font-family: Bianco-Serif;

}
h2{
  font-size: 35px !important;
  line-height: 45px !important;
}

h3{
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: Bianco-Sans;
}

h4{
  font-size: 24px !important;
  line-height: 28px !important;
  font-family: Bianco-Serif;
}

.txt1{
  font-size: 22px !important;
  line-height: 28px !important;
  font-family: Bianco-Sans;
}
.txt2{
  font-size: 22px;
  line-height: 28px !important;
  font-family: Bianco-Serif;
}
.txt3{
  font-size: 14px;
  line-height: 18px !important;
  font-family: Bianco-Sans;
}

.info{
  font-size: 18px !important;
  font-family: Bianco-Sans;
}

.menu_footer{
  font-size:16px !important;
  font-family: Bianco-Sans;
}

.menu_head{
  font-size:16px !important;
  font-family: Bianco-Sans;
}

.grey{ color: #9E9898 !important; }
.purple{ color: #9D8DEA !important; }
.red{ color: #BB0606 !important; }
.green{ color: #008000 !important; }
