﻿body {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
/*    overflow-x: hidden;
    overflow-y: hidden;
*/
    font-family:Montserrat;
}

.nav-link-bd {
    display: block;
    padding: .5rem 1rem;
    color: #052a3e;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

a.a-bd {
    color: #05213e;
    text-decoration: none;
}