html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
/*  min-height: 100%;*/
}

body {
/*  margin-bottom: 60px;*/
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


.more-articles {
    margin-top: 20px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

    .more-articles .card {
        border: none;
    }

img.first-img {
/*    max-width: 625px !important;*/
}

.top-ten-articles > div {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.top-ten-articles .card {
    border: none !important;
    border-bottom: 1px dotted #efefef !important;
}

.top-ten-articles .card-title, .top-four-articles .card-title {
    font-size: 1.05rem !important;
}

.top-ten-articles .card .card-body {
    padding: 0px 8px !important;
}

.top-slide {
    height: 600px;
}

.footer-info {
    padding: 5rem 0px;
    background-color: #111111;
}

    .footer-info a {
        color: gray;
        font-size: 32px;
        margin: 0px 8px;
    }

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        color: orange;
    }