:root {
    --branding-color: #6c63ff;
    --secondary-color: #f9f7fe;
    --heading-font-family: "Playfair Display", serif;
    --default-font-family: "Poppins", sans-serif;
    --default-text-color: #272142;
    --link-hovered-color: #FF84A8;
}

body {
    font-family: var(--default-font-family);
    color: var(--default-text-color);
}

h1,
h2,
h3,
h4 {
    font-family: var(--heading-font-family);
    font-weight: bold;
    color: black;
    line-height: 1.5;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

img {
    border-radius: 10px;
}

a {
    color: var(--branding-color);
    text-decoration: none;
    transition: all 100ms ease-in-out;
}


a:hover {
    color: var(--link-hovered-color);
}

footer {
    text-align: center;
    margin: 40px 0 0;
}

.navbar {
    padding: 20px;
    margin: 0 0 20px;
}

.logo {
    max-height: 40px;
}

.btn-selected {
    background: var(--branding-color) ! important;
    color: white !important;
    padding: 9px 15px !important;
    font-size: 14px;
    border-radius: 20px;
}

.btn-selected:hover {
    background: white ! important;
    color: var(--branding-color) !important;
    border: 1px solid var(--branding-color) !important;
}

.btn-unselected {
    background: white ! important;
    color: var(--branding-color) !important;
    padding: 9px 15px !important;
    font-size: 14px;
    border-radius: 20px;
}

.btn-unselected:hover {
    border: 1px solid var(--branding-color) !important;
}

.hero {
    background: var(--secondary-color);
    text-align: center;
    padding: 160px 20px 80px;
    margin: 20px 0;
}

.hero p {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

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

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

.btn-branding {
    background: var(--branding-color);
    border-radius: 40px;
    color: white;
    font-size: 18px;
    line-height: 27px;
    padding: 15px 30px;
    transition: all 100ms ease-in-out;
}

.btn-branding:hover {
    background-color: white;
    border: 1px solid var(--branding-color);
    color: var(--branding-color);
}

.btn-branding-outline {
    border-radius: 40px;
    border: 1px solid var(--branding-color);
    color: var(--branding-color);
    font-size: 18px;
    line-height: 27px;
    padding: 15px 30px;
    transition: all 100ms ease-in-out;
}

.btn-branding-outline:hover {
    background: var(--branding-color);
    color: white;
}

.projects-overview p {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.row {
    margin-bottom: 30px;
}

.project-description {
    padding: 20px 30px;
    text-align: justify;
}

.project-description h2 {
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 25px;
}

.project-description h3 {
    font-size: 20px;
    line-height: 25px;
    color: var(--default-text-color);
    margin-bottom: 30px;
}

.project-description p {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
}

.project-description .btn {
    margin: 20px 0;
}

footer .contact-box {
    background-color: var(--secondary-color);
    padding: 40px 80px;
    border-radius: 10px;
    margin: 0 0 40px;
}

footer .contact-box h2 {
    font-size: 36px;
    text-align: justify;
}

footer .contact-box p {
    font-size: 18px;
    text-align: justify;
    margin: 20px 0;
}

footer .btn-branding {
    margin-top: 50px;
}

footer .email-link {
    font-size: 24px;
    margin-bottom: 20px;
}

footer .email-link:hover {
    font-size: 26px;
}

footer .social-links a {
    background-color: var(--secondary-color);
    color: var(--branding-color);
    font-size: 20px;
    border-radius: 50%;
    padding: 10px 16px;
    margin: 0 20px;
    transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
    background-color: var(--branding-color);
    color: white;
    font-size: 24px;
}

footer p {
    font-size: 14px;
    margin: 40px 20px 20px;
}

.content-container {
    padding: 160px 0 10px;
}

.content-box {
    padding: 0 0 0 10px;
}

.content {
    padding: 20px;
}

.content h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.content p {
    font-size: 16px;
    text-align: justify;
    padding: 0;
    margin-bottom: 10px;
}

.content .btn {
    margin: 30px 0;
}

.photo {
    padding: 0 25px;
    margin-top: 40px;
}

.project-overview {
    margin: 20px 0;
}

.main-contacts {
    margin: 20px 0;
}

@media (max-width: 900px) {

    .hero {
        padding: 120px 20px 60px;
    }

    .hero p {
        font-size: 28px;
    }

    .hero h1 {
        font-size: 44px;
        line-height: 60px;
    }

    .hero h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .btn-branding {
        font-size: 14px;
        line-height: 18px;
    }

    .projects-overview p {
        font-size: 16px;
        padding: 20px 30px;
        margin-bottom: 0;
    }

    .project-detail {
        margin-bottom: 0;
    }

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

    .project-description h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .project-description h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .project-description p {
        font-size: 14px;
        padding: 0;
        margin-bottom: 10px;
    }

    .btn-branding-outline {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px;
    }

    footer {
        margin: 0;
    }

    footer .container {
        margin-top: 0;
    }


    footer .contact-box {
        padding: 25px;
        margin: 0 20px;
    }

    footer .contact-box p {
        font-size: 14px;
        margin: 10px 0;
    }

    footer .btn-branding {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
        padding: 8px;
    }

    footer .email-link {
        font-size: 20px;
        margin: 20px 0;
    }

    footer .email-link:hover {
        font-size: 22px;
    }

    footer .social-links a {
        font-size: 18px;
    }


    footer .social-links a:hover {
        font-size: 20px;
    }

    footer p {
        font-size: 12px;
        padding: 0;
    }

    .content-container {
        padding: 120px 20px 0;
    }

    .content {
        padding-bottom: 0;
    }

    .content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .content h2 {
        font-size: 16px;
    }

    footer .contact-box h2,
    .content h3 {
        font-size: 20px;
    }

    .content p {
        font-size: 14px;
    }

    .content .btn {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px;
        margin: 20px 0 0;
    }

    .photo {
        margin-top: 20px;
    }

    .main-contacts {
        margin: 20px 0 40px;
    }

}