@font-face {
  font-family: 'calibri';
  font-display: swap;
}
body {
	text-color: #666;
}
.dx-font-andrea {
    font-family: "andreaii";
}
.dx-hr {
    border-bottom: 1px solid rgb(238, 238, 238);
}
.dx-br-8 {
    border-radius: 8px;
}
.dx-callout {
    z-index: 1;
    position: fixed;
    top: 30%;
    right: 0;
    background-color: rgba(196,1,1);
    padding: .6em 1em;
}
.dx-callout-link {
    color: white;
    text-decoration: none;
}
.dx-callout-link:hover {
    color: rgb(180, 221, 255);
    text-decoration: none;
}
.dx-nav-link {
    font-size: 1.2em;
    text-decoration: none;
    color:#444;
    margin: .5em .5em;
    padding: .5em .5em;
}
.dx-nav-link:hover {
    color:rgb(45, 171, 255); 
}
.dx-nav-link.active {
    color:rgb(45, 171, 255);
}
.dx-dropdown-menu{
    border-top: 2px solid rgb(45, 171, 255);
    padding: 0;
}
.dx-dropdown-item{
    padding: 1em 2em;
}
.dx-btn-blue {
    background-color:rgb(45, 171, 255);
    font-size: 1.3em;
    color:#fff;
}
.dx-h123 {
    font-family: "calibri";
    color:rgb(45, 171, 255);
    margin-top: 0.5em;
}
h1.dx-h123 {
    font-size: 1.8em;
}
h3.dx-h123 {
    font-size: 24px;
}
.dx-footer {
    background-color: #444;
    color: rgb(156, 156, 156);
    padding: .8em;
}
.dx-footer-link {
    color: rgb(235, 235, 235);
}
.dx-footer-link:hover {
    color:rgb(45, 171, 255);
}
