@font-face {
    font-family: 'BPG Excelsior Caps DejaVu 2010';
    src: url('fonts/BPGExcelsiorCapsDejaVu2010.eot');
    src: url('fonts/BPGExcelsiorCapsDejaVu2010.eot?#iefix') format('embedded-opentype'),
    url('fonts/BPGExcelsiorCapsDejaVu2010.woff') format('woff'),
    url('fonts/fonts/BPGExcelsiorCapsDejaVu2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG Excelsior DejaVu 2010';
    src: url('fonts/BPGExcelsiorDejaVu2010.eot');
    src: url('fonts/BPGExcelsiorDejaVu2010.eot?#iefix') format('embedded-opentype'),
    url('fonts/BPGExcelsiorDejaVu2010.woff') format('woff'),
    url('fonts/BPGExcelsiorDejaVu2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn-lmd,
.text-holder h4{
    font-size: 14px!important;
}



.text-holder span{
    font-weight: normal;
    font-size: 11px !important;
    font-family: 'BPG Excelsior DejaVu 2010';
}
.btn-lmd,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'BPG Excelsior Caps DejaVu 2010' !important;
    font-weight: normal !important;

}
.copyright-text,
li,
.geo
 html, body, p{
    font-weight: normal;
    font-size: 14px !important;
    font-family: 'BPG Excelsior DejaVu 2010' !important;
}

.geo{
    font-size: 13px!important;
}
.blue{
    color: #0392ce;
}
.red {
    color: #ff0000;
}
.yellow {
    color:yellowgreen;
}
.bb{
    font-weight: bold;
}

.mainList li{
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0392ce;
    width: 100% !important;
}
.mainList i{
color: #0392ce;
    margin-right: 15px;
    font-size: 10px !important;

}



/* unvisited link */
a:link {
    /* removes the underline */
    color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: blue;
    /*background-color: black;*/
    text-decoration: none;
}

/* selected link */
a:active {
    color: green;
    text-decoration: none;
}