html, body {
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

.fill {
    height: 95vh;
    min-height: 670px;
}

.url {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.url:hover {
    text-decoration: underline;
    text-decoration-style: solid;
}

.urlOld {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.card-hover{
    transition: transform .2s;
    margin-bottom: 10px;
}
.card-hover:hover{
    transform: scale(1.2);
    z-index: 90;
}

.btn {
    margin-bottom: 6px;
}

h3{
    display:inline-block; 
}
.nav-image{
    padding-bottom: 10px;
    padding-left: 20px;
}
.nav-item-custom{
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.3s;
    margin-right: 10px;
}
.nav-item-custom:hover{
    background-color: #5c636a;
    color: white;
    border-radius: 16px;
}
.navbar-toggler{
    margin-right: 20px;
}
.container-older-years {
    padding-bottom: 30px;
}