body
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    color: #343a40;
    background-color: #f8f8f8;
}

.main-color1-bg
{
    background-color: #a5d07a;
}

.main-color2-bg
{
    background-color: #f1927b;
}

.gray-color-bg
{
    background-color: #a8a29e;
}

.main-color1-text
{
    color: #a5d07a;
}

.main-color2-text
{
    color: #f1927b;
}

.btn-main
{
    color: white;
    border-color: #a5d07a;
    background-color: #a5d07a;
}

.btn-main:hover
{
    border-color: #a8a29e;
    background-color: #a8a29e;
}

.logo
{
    height: 56px;
}

@media screen and (min-width: 992px)
{
    .menu-item,
    .menu-item-color
    {
        padding-right: 16px !important;
        padding-left: 16px !important;

        color: white;
        border-radius: 16px;
        background-color: #a8a29e;
    }
}

@media screen and (min-width: 992px)
{
    .menu-item-color
    {
        background-color: #f1927b;
    }
}

@media screen and (min-width: 992px)
{
    .menu-item:hover,
    .menu-item-color:hover
    {
        background-color: #fce4ec !important;
    }
}

.main-hero
{
    padding: 5rem 0;

    background-color: #fcfcfc;
    background-image: url('/images/key.webp');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5%;
    background-size: 85%;
}
@media screen and (min-width: 576px)
{
    .main-hero
    {
        padding: 7rem 0;

        background-size: 75%;
    }
}
@media screen and (min-width: 768px)
{
    .main-hero
    {
        padding: 9rem 0;

        background-size: 55%;
    }
}
@media screen and (min-width: 992px)
{
    .main-hero
    {
        padding: 11rem 0;

        background-size: 55%;
    }
}
@media screen and (min-width: 1200px)
{
    .main-hero
    {
        padding: 13rem 0;

        background-size: 55%;
    }
}

.hero-title
{
    font-size: 1.5rem;
}
@media screen and (min-width: 576px)
{
    .hero-title
    {
        font-size: 2rem;
    }
}
@media screen and (min-width: 768px)
{
    .hero-title
    {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 992px)
{
    .hero-title
    {
        font-size: 3rem;
    }
}
@media screen and (min-width: 1200px)
{
    .hero-title
    {
        font-size: 3.5rem;
    }
}
.hero-title
{
    font-weight: 700;
    line-height: 1.3;

    color: #343a40;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.navbar-brand-custom
{
    font-size: 1.5rem;
    font-weight: bold;

    color: #4caf50 !important;
}

.rounded-card
{
    min-height: 250px;
    padding: 2rem;

    transition: transform .3s, box-shadow .3s;
    text-align: center;
    text-decoration: none !important;

    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
.rounded-card h3
{
    color: #343a40;
}
.rounded-card .badge
{
    position: absolute;
    top: 10%;
    left: 10%;

    background-color: #a5d07a !important;
}

.rounded-card:hover
{
    transform: translateY(-5px);

    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .1);
}

.bordered-card
{
    min-height: 120px;

    border: 2px solid #ccc;
    background-color: transparent;
}

.illustration-container
{
    min-height: 200px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.project
{
    font-size: 2rem;
}

.faq
{
    font-size: 1.4rem;

    padding-left: 1em;

    text-indent: -1.2em;
}

.main-text
{
    font-size: 1rem;
    line-height: 2;
}

.about
{
    font-size: 1.4rem;
    line-height: 1.8;
}

.office-bg
{
    background-image: url('/images/office.webp');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5%;
    background-size: auto;
}
@media screen and (min-width: 576px)
{
    .office-bg
    {
        background-size: 75%;
    }
}
@media screen and (min-width: 768px)
{
    .office-bg
    {
        background-size: 55%;
    }
}
@media screen and (min-width: 992px)
{
    .office-bg
    {
        background-size: 55%;
    }
}
@media screen and (min-width: 1200px)
{
    .office-bg
    {
        background-size: 55%;
    }
}

.image-text
{
    height: 64px;
}
@media screen and (min-width: 576px)
{
    .image-text
    {
        height: 64px;
    }
}
@media screen and (min-width: 768px)
{
    .image-text
    {
        height: 80px;
    }
}
@media screen and (min-width: 992px)
{
    .image-text
    {
        height: 96px;
    }
}
@media screen and (min-width: 1200px)
{
    .image-text
    {
        height: 96px;
    }
}

.edge-text
{
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.bg-pastel-blue
{
    background-color: #e0f7fa;
}

.bg-pastel-green
{
    background-color: #e8f5e9;
}

.bg-pastel-pink
{
    background-color: #fce4ec;
}

.bg-pastel-yellow
{
    background-color: #faf8e4;
}

.bg-pastel-gray
{
    background-color: #eaf0f5;
}

.bg-very-white
{
    background-color: #fcfcfc;
}
