.container {
    max-width: 1320px;
}
#carouselExampleDark {
    display: flex; 
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    min-height: 250px;
    max-height: 350px;
    height: 35vh;
    width: auto;
}
#top_row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35vh;
    width: auto;
}
.empty {
    /* text-align: center; */
    height: 50%;
    margin: auto auto;
}
.message {
    align-items: center; 
    justify-content: center;
    text-align: center;
    max-height: inherit;
    height:100%;
    margin: auto auto;
    font-family: sans-serif;
}
.card-img-top {
    aspect-ratio: 2/3;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3%;
    margin: auto auto;
    display: block;
}
.card {
    width: 180px;
    border-style: none;
    padding: 2%;
}
.card-body {
    padding: 0;
    margin: 0;
}
footer {
    width: 100%;
}
html, body {
    height: 100%;
    font-family: sans-serif;
}
#wrap {
    min-height: 100%;
}
footer {
    width: 100%;
    position: relative;
}
.bottom {
    text-align: center;
}
.bottom p{
    margin: 1%;
}
.bottom a{
    margin: 0% 3%;
}
.bottom a:link {
    color: black;
    text-decoration: underline;
}
  
/* visited link */
.bottom a:visited {
    color: black; 
}
  
/* mouse over link */
.bottom a:hover {
    color: #0f5f9a;
    background: transparent;
}
  
/* selected link */
.bottom a:active {
    color: black;
    background: transparent;
}

/* unvisited link */
.container a:link {
    color: black;
    text-decoration: underline;
}
  
/* visited link */
.container a:visited {
    color: black; 
}
  
/* mouse over link */
.container a:hover {
    color: #0f5f9a;
    background: transparent;
}

/* selected link */
.container a:active {
    color: black;
    background: transparent;
}
