body {
    background-color: #F9FAFC;
}

nav{
    color: #08e4e4;
}

.brand {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4A4A4F;
}

.red-o {
    color: #E84610;
}

.thin {
    font-weight: 300;
}

.light-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #445261;
}

.main-bg {
    background-color: #F9FAFC;
}

.card {
    border: none;
    background-color: transparent;
}

.image-container {
    position: relative;
}

.image-flash {
    position: absolute;
    bottom: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #188181;
}

.scale {
    width: 200px;
    height: auto;
}

.name {
    color: white;
    margin: 4px;
    text-transform: uppercase;
}

.author {
    color: white;
    margin: 4px;
    text-transform: uppercase;
}

.masthead {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.masthead-text {
    background-color: #445261;
    color: white;
    position: relative;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #445261;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

.dashboard{
    max-width: 900px; 
    margin: auto; 
    padding: 20px;
}

.post-link {
    text-decoration: none;
    color: #445261;
}

.badge-link {
    text-decoration: none;
    color: #445261;
    margin: auto;
    display : flex;
}
.post-link:hover,
.page-link {
    color: #E84610;
}

.post-title {
    margin-top: 10%;
    margin-left: 5%;
}

.post-subtitle {
    margin-left: 5%;
    color: lightgray;
}

.btn-signup,
.btn-edit {
    background-color: #188181;
    color: #fff;
}

.btn-signup:hover,
.btn-signup:active {
    background-color: #fff;
    color: #23BBBB;
}

.link {
    color: #23BBBB;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #445261;
    text-decoration: underline;
}

.btn-like {
    color: #E84610;
    border: none;
    background: transparent;
}

.btn-delete {
    color: #fff;
    background: #E84610;
}

.btn-like:hover,
.btn-like:active {
    color: #E84610;
    background: transparent;
    border: none;
}

.faded {
    color: rgb(172, 175, 175);
}

.approval {
    color: rgb(222, 146, 168);
}

.blog-img{
    height:100px;
    width:100px;
}

.badge-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.badge-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.badge-header img {
    width: 120px;
    height: auto;
}

.badge-info h1 {
    margin: 0;
    font-size: 2rem;
}

.badge-info p {
    margin-top: 10px;
    color: #555;
}

.badge-requirements-section {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.badge-requirements {
    padding-left: 20px;
}

.badge-requirements li {
    margin-bottom: 10px;
}

.badge-list{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.margin{
    margin-top: 20px;
}


/* Form */
.form-page {
    max-width: 700px;
    margin: 3rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.form-page h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.form-page form p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-page label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.form-page input,
.form-page textarea,
.form-page select {
    padding: 0.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
}


@media (max-width: 600px) {
    .badge-header {
        flex-direction: column;
        text-align: center;
    }
}
