﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #23A049;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Custom Styles*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

/* Homepage */
.navbar-light .navbar-brand {
    margin: 0;
}

    .navbar-light .navbar-brand:hover {
        opacity: 0.9;
        color: #23A049;
    }

    .navbar-light .navbar-brand img {
        margin: 0;
    }

.navbar-light .navbar-nav .nav-item {
}

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: #23A049 !important;
        border-bottom: 5px solid white;
        padding: 0 20px;
        text-align: center;
    }

        .navbar-light .navbar-nav .nav-item .nav-link:hover,
        .navbar-light .navbar-nav .nav-item.permanent-selection .nav-link {
            opacity: 0.9;
            border-bottom: 5px solid #23A049;
        }

body header .navbar-collapse.show {
    margin-top: 20px;
}

body {
    background-color: #23A049;
}


.content * {
    font-size: 0;
}

.content .sections .section {
    margin-bottom: 40px;
}

    .content .sections .section:first-child {
        margin-top: 60px;
    }

    .content .sections .section .title {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 25px;
        color: white;
        display: block;
        margin-bottom: 20px;
    }

    .content .sections .section .description {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        color: white;
        overflow-wrap: break-word;
        margin-top: 10px;
    }

    .content .sections .section p:first-child {
        margin-top: 0;
    }

    .content .sections .section p span.company-name {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: white;
    }

    .content .sections .section.services {
    }

        .content .sections .section.services .subsection {
            margin-top: 20px;
        }

            .content .sections .section.services .subsection .service-item {
                border: 1px solid #23A049;
                border-radius: 8px;
                padding: 20px;
                background-color: white;
                text-align: left;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                text-align: center;
            }

                .content .sections .section.services .subsection .service-item img {
                    max-width: 100%;
                }

                .content .sections .section.services .subsection .service-item .title {
                    font-family: "Open Sans", sans-serif;
                    font-weight: 600;
                    font-style: normal;
                    font-size: 16px;
                    line-height: 26px;
                    color: #23A049;
                    margin: 15px 0 0 0;
                    text-align: center;
                }

                .content .sections .section.services .subsection .service-item .description {
                    font-family: "Open Sans", sans-serif;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 14px;
                    line-height: 20px;
                    color: #23A049;
                    text-align: center;
                    margin-top: 4px;
                }

    .content .sections .section.contact p a,
    .content .sections .section.error p a {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: white;
        text-decoration: none;
    }

        .content .sections .section.contact p a:hover,
        .content .sections .section.error p a:hover {
            text-decoration: underline;
        }

    .content .sections .section.privacy-policy {
    }

        .content .sections .section.privacy-policy h1 {
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 25px;
            color: white;
            display: block;
            margin-bottom: 70px;
        }

        .content .sections .section.privacy-policy h2 {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 22px;
            color: white;
            display: block;
            margin: 40px 0 20px;
        }

        .content .sections .section.privacy-policy p {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 24px;
            color: white;
        }

        .content .sections .section.privacy-policy a {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            color: white;
        }

footer {
    background-color: white;
}

    footer .container {
        word-wrap: break-word; /* Deprecated, but still works */
        overflow-wrap: break-word; /* Modern equivalent */
        word-break: break-word; /* For additional support */
        line-height: 0;
        padding: 20px 0;
    }

        footer .container span {
            display: inline-block;
            width: 100%;
            overflow-wrap: anywhere;
            word-break: break-word;
            line-height: 22px;
        }

        footer .container a {
            text-decoration: none;
            word-wrap: break-word; /* Deprecated, but still works */
            overflow-wrap: break-word; /* Modern equivalent */
            word-break: break-word; /* For additional support */
            white-space: normal;
        }

            footer .container a:hover {
                text-decoration: underline;
                opacity: 0.9;
            }
