
body {
    color: grey;
    /*font-family: 'Bradley Hand, cursive', cursive;*/
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Bradley Hand, cursive', cursive;
    padding-top: 1%;
}

.main-padding {
    margin-bottom: 3%;
    padding-top: 56px; 
    padding-bottom: 60px;
}
        
.carousel-item .d-block {
    width: 100%;
    height: 500px; 
    object-fit: cover; 
}

.navbar {
    font-family: 'Bradley Hand, cursive', cursive;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article {
    font-family: 'Bradley Hand, cursive', cursive;
    margin-bottom: 2%;
}

.file-link {
    font-family: 'Bradley Hand, cursive', cursive;
    color: grey;
}

.error {
    margin: 2% 10%;
}

.search-content {
    margin: 2% 10%;
}

#home-message {
    margin: 2% 10% 2% 10%;
    text-align: center;
}

#home-topics {
    margin: 2% 10% 2% 10%;
}

#content {
    min-width: 100%;
}

#about-content {
    margin: 2% 10%;
}

#allTopics-content {
    margin: 2% 10%;
}

#article-content {
    margin: 2% 10%;
}

#topic-content {
    margin: 2% 10%;
}

#message-form {
    margin: 2% 10%;
}
