@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Doto:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Doto, sans-serif;
    background-color: black;
    color: white;
}
a {
    color: white;
}
a:hover {
    font-weight: bold;
}
header {
    overflow: hidden;
    background-color: #1f1f1f;
    padding: 20px 10px;
    position: sticky;
    top: 0;
}
.navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 24px;
}
.navbar-brand:hover {
    color: white;
}
.nav-link {
    color: white;
    font-size: 20px;
}
.nav-link:hover {
    font-weight: bold;
    color: white;
}
.title {
    text-align: center;
}
.image img {
    width: 340px;
    height: auto;
    float: right;
    border-radius: 20px;
    margin: 20px;
}
.project-image img {
    width: 440px;
    height: auto;
    float: right;
    border-radius: 20px;
    margin: 20px;
}
.text {
    margin: 20px;
}
.socials {
    font-size: 24px;
}
.subtitle {
    text-decoration: underline;
}
footer {
    background-color: #1f1f1f;
    text-align: center;
    margin-top: auto;
    padding: 10px;
}
footer p {
    margin: 20px;
}
.text li {
    margin-left: 30px;
}
.splitter {
    width: 100%;
    height: 2px;
    background-color: #1f1f1f;
    margin: 20px 0;
}
#clock {
    text-align: center;
}
.larger-text {
    font-size: 25px;
}
h1 {
    padding-top: 10px;
}
.accordion-item {
    background-color: #1f1f1f;
    color: white;
}
.accordion-button {
    background-color: #1f1f1f;
    color: white;
}
.accordion-button:not(.collapsed) {
    background-color: #1f1f1f;
    color: white;
}
.bi-list {
    font-size: 32px;
    color: white;

}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}