@font-face {
    font-family: Bernhard;
    src: url(fonts/bernhardmod-bt/BernhardModernBoldBT.ttf);
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background-color: #694e50;
    color: white;
    font-family: Bernhard, Verdana, Geneva, Tahoma, sans-serif, Arial, sans-serif;
}

header {
    padding: 20px;
}

h1 {
    font-size: 40px;
}

h3 {
    font-family: cursive;
}



nav>a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

section {
    width: 100%;
    padding: 20px 0px;
    /* max-height: 100vh; */
}

.section-header {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 20px 0px 20px;
    /* height: 20vh; */
    width: 100%;
}

.section-img {
    /* height: 80vh; */
    width: 100%;
    border: none;
    display: block;
    /* height: 100%;*/
    object-fit: cover;
    object-position: left bottom;
    max-height: 80vh;

}

#intro {
    /* background-color: #e0ad65; */
    /* height: 70vh; */
}

#building {
    /* background-color: #e0ad65; */
    /* background-color: #fff;
    /* color: #645340; 
    color: black; */
}

#stories {
    /* background-color: #da8a55; */
    /* background-color: #e0ad65; */
    /* background-color: #694e50; */
    /* background-color: #fff;
    color: black */
}

#br {
    /* background-color: #fff;
    color: black */
}

#contact {
    background-color: #645340;
}


.article {
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; */
    max-width: 800px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}

.card {
    width: 250px;
    /* background-color: #e0ad65; */
    background-color: #694e50;
    color: #fff;
    /* background-color: #da8a55; */
    padding: 2px;
}

.card-img {
    width: 250px;
    /* height: 200px; */
    object-fit: cover;
    /* border-radius: 10px; */
}

.card-content {
    padding: 0px 10px;

}

.activity-date {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px;
}

.activity-text {
    font-size: 16px;
    padding: 5px 0px;
}

.sub-title {
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.file-href {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;

}

.file-wrapper {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    justify-content: start;
}

.file-img {
    width: 30px;
    height: 30px;
}

.file-text {
    font-size: 20px;
    align-self: center;
}

a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #e0ad65;
}