html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body{
    height:auto;
    min-height:100vh;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.center {
    height:auto;
    padding-left: 48px;
    width: 970px;
    margin: 0 auto;
    padding-bottom: 8px;
    background: url("../img/bg1.jpg")
}

.footer-content {
    color: #B3A579;
    background: #EAE7E2;
    text-align:center;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    padding:12px;
}

.navbg {
    display: flex;
    background: url("../img/lkbg.jpg");
    background-repeat:no-repeat;
    width:875px;
}

.nav-a {
    width: 130px;
    text-align: center;
    color: #eeeeee;
    font-weight:600;
}

a {
    text-decoration: none !important;
}
a:hover{
    color:#eeeeee;
}
