body {
    height: 100%;
    width: 100%;
}

html {
    height: 100%;
    width: 100%;
}

section.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}


@media (min-width: 577px) {

    .brand-identity {
        max-height: 15em;
        width: auto;
    }
}

@media (max-width: 767px) {

    p.fs-5,
    div.fs-5,
    ul.fs-5,
    li.fs-5 {
        font-size: 1rem !important;
    }

    p.fs-6,
    div.fs-6,
    ul.fs-6, 
    li.fs-6 {
        font-size: 0.9rem !important;
    }

    h5 {
        font-size: 0.9rem;
    }

    .container.padding-small {
        padding-left: 0;
        padding-right: 0;
    }

    .beyond-video {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    h {
        font-size: (1.375rem + 1.5vw) !important;
    }

    .about-me .header {
        font-size: (1.325rem + .9vw) !important;
    }

    .fs-sm-img {
        font-size: 0.7rem;
    }

    .fs-sm-2 {
        font-size: 1.45rem !important;
    }
    .brand-identity {
        max-height: 6em;
        width: auto;
    }

}

@media (max-width: 300px) {
    .fs-sm-img {
        font-size: 0.7rem;
    }
}

.container-fluid.content-container {
    font-family: 'Tajawal', sans-serif;
    height: 100%;
    background-color: #fff8f8;
    overflow-x: hidden;
}

.text {
    text-align: center;
}

.home-image {
    width: 5em;
}

.about-me {
    background: rgb(226, 245, 235);
}

.about-me .header {
    font-size: calc(2rem + 1.5vw);
}

.see-portfolio .line {
    border: 1px solid black;
}

.portfolio-image {
    width: 100%;
}

.card-img-overlay.work-overlay {
    opacity: 0;
    background-color: white;
    text-align: center;
}

.card-img-overlay.work-overlay:hover {
    opacity: 0.9;
    background-color: white;
    color: black
}

.card.work-card {
    border: none;
}

.card-img {
    height: 100%;
}

.portfolio-grid {
    column-gap: 1rem;
}

.cook-title {
    font-family: 'Antic Slab', serif;
}

.cook-image {
    width: 10rem;
    height: 10rem;
}

.text-justify {
    text-align: justify;
}

.blue-background {
    background: #dcecff;
}

.pink-background {
    background-color: #fff8f8;

}

.black-background {
    background-color: #0a0b0c;
    color: white;
}

.img-fluid.mockup {
    height: 100%;
}

.img-fluid.hook-model {
    width: 50rem;
}

.orange-background {
    background-color: #ffe8bc;
}

.circle {
    background-color: white;
    color: orange;
    height: 5rem;
    font-size: 2rem;
    border-radius: 1000px;
    width: 7rem;
}

.percentage-bar-container {
    width: 100%;
    height: 20px;
    background-color: #ddd;
    border-radius: 20px;
}

.bar {
    height: 100%;
    text-align: right;
    color: white;
    border-radius: 20px;
}

.percent-20 {
    width: 20%;
    background-color: pink;
}

.percent-100 {
    width: 100%;
    background-color: pink;
}

.percent-80 {
    width: 80%;
    background-color: pink;
}

.percent-60 {
    width: 60%;
    background-color: pink;
}

.nav-link.options,
.nav-link.options:focus {
    color: black;
}

.nav-link.options:hover {
    color: orchid;
}

.nav-link.active {
    color: orchid;
}

.about-me a {
    text-decoration: none;
}

.connect-title {
    font-weight: 700;
}

.beyond-logo {
    height: 10rem;
}

.stakeholder-img {
    width: 9em;
}

.beyond-sub-title {
    font-family: 'Antic Slab', serif;
    color: #dee2e6
}

.sub-title {
    font-family: 'Antic Slab', serif;
}

.beyond-overview-background {
    background-image: url("../assets/project_overview_photo.png");
    background-size: cover;
}


.green-background {
    background-color: #e5f9f0;
}

.white-background {
    background-color: white;
}