:root {
    --branding-color: #d8eee7;
}

body {
    background-color: #f9f7fe;
}

h1 {
    color: rgb(88, 135, 59);
    font-family: "Lora", sans-serif;
}

h2, h3, h4, h5 {
    color: rgb(88, 135, 59);
    font-family: "Nunito", sans-serif;
}

p {
    color: black;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0 20px;
}

a:hover {
    text-decoration: none !important;
    color: cadetblue !important;
}

.project-page h5:hover {
   color: cadetblue !important; 
}

.img-thumbnail {
    width:  300px;
    height: 200px;
    object-fit: fill;
}

.hero .sophia-128 {
    filter: sepia(20%);
    border-radius: 140px 20px 140px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.hero {
    background: var(--branding-color);
    text-align: left;
    border-radius: 20px;
    padding: 60px 20px;
}

.index-about, .project-page {
    text-align: center;
}

.index-links {
    font-family: "Nunito", sans-serif;
}

.index-links a {
    color: green;
}

.hero h1 {
font-weight: 800;
font-size: 34px;
}

.hero h2 {
    font-weight: 400;
    font-size: 30px;
}

.hero h4 {
    font-weight: 200;
}

.about-hero h3 {
    font-weight: 300;
}

.about-hero {
    background: var(--branding-color);
    text-align: center;
    border-radius: 20px;
    padding: 40px 10px;
}

.about-sophia {
    text-align: left;
    padding: 10px 20px;
}

.btn-branding-main {
    background: #f9f7fe;
    border-radius: 8px;
    color:cadetblue;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px;
    margin: 10px 0;
}

.btn-branding-other {
    background: cadetblue;
    border-radius: 8px;
    color:#f9f7fe;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px;
    margin: 10px 0;
}

.nav-link {
    font-family: "Nunito", sans-serif;
}

.navbar-logo {
  width: 125px;
  height: 50px;
}

footer {
    background-color: var(--branding-color);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    padding: 10px;
}

footer .social-links a {
    margin: 0 10px;
    color: rgb(88, 135, 59);
    font-size: 28px;

}

@media (max-width: 960px) {

    h1 {
        font-size: 24px;
        margin: 12px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .hero {
        text-align: center;
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero h2 {
        font-size: 24px;
    }

     .hero h4 {
        font-size: 22px;
    }

    .after-hero {
        text-align: center;
        padding: 0px 10px;
    }

    .hero .sophia-128 {
    width:  300px;
    height: 200px;
    object-fit: fill;
    filter: sepia(20%);
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

footer {
    background-color: var(--branding-color);
    font-family: "Nunito", sans-serif;
    font-size: 10px;
}

footer .social-links a {
    color: rgb(88, 135, 59);
    font-size: 20px;

}

}

