html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
#aboutintro{
padding:10px;
align-items:center;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.footer-logo{
text-align:center;
}
#navcontent {
    background-color: #1e1e1e;
}
 #navcontent a {
        color: #F8C300;
    }

.nav-item a {
    color: #F8C300;
}
#btnPrimary {
    background-color: #F8C300;
    color:black;
    border:solid 1px;
    border-color:black;
}
#login-submit, #registerSubmit, #logout {
    background-color: #F8C300;
    color: black;
    border: solid 1px;
    border-color: black;
}

.navbar-toggler {
    background-color: #F8C300;
}
.social-media-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 9px 8px;
    margin-left: -8px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .15s ease-in-out;
    color:#F8C300;
}
#outlookcolor{
color:lightblue;
}
.page-item.active .page-link {
color: black;
background-color:#F8C300;
border: black;
}
.page-link {
    border-radius: 6px;
}

#previous {
    background-color: #F63049;
    border: #8DC63F;
    color: black;
}
#next {
    background-color: #8DC63F;
    border: #8DC63F;
    color: black;
}
.title {
    background-color: black;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#title{
color:white;
}
#titleTopic {
    color: #F8C300;
}
.titleheader {
    background-color: #F8C300;
    text-align: center;
    width: 90%;
    max-width: 400px;
    color: black;
}



/* Default = Light Mode */
body {
    background-color: #fff;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

    /* Dark Mode */
    /*body.dark-mode {
        background-color: #121212;
        color: #ffffff;
    }*/

/* Your existing styles adjusted */
.title {
    background-color: black;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body {
    background-color: #1e1e1e;
}

body.dark-mode .title {
    background-color: #1e1e1e;
}

.titleheader {
    background-color: #F8C300;
    text-align: center;
    width: 90%;
    max-width: 400px;
    color: black;
}

body.dark-mode .titleheader {
    background-color: #F8C300;
    color: black;
}

/* Toggle button */
.top-bar {
    display: flex;
    justify-content: flex-end;
    padding: 2px 6px;
}

.theme-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.footer-logo {
    color: #F8C300;
}
h1, h2, h3, h4 {
    color: #F8C300;
}
#brandName{
color:black;
}
#brandNameCodeL{
color:black;
}
body.dark-mode .footer-logo {
    color: #F8C300;
}