﻿body {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #14342c;
}

nav, main, header, .bg-green {
    background-color: #14342c;
    color: #f8f9fa;
}

#main-menu .nav-link {
    color: #f8f9fa;
}

#main-menu .nav-link:hover {
    color: #fff;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .5rem;
    margin-right: .5rem;
}

.icon {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 1.25rem;
    background-color: rgb(100,85,74, 1);
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #f8f9fa;
    border: 1px solid #55493f;
}

    .icon:hover {
        border-color: #372f29;
    }

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #64554a;
    color: #f8f9fa;
}

    .btn-custom:hover {
        background-color: #55493f;
        border-color: #55493f;
        color: #f8f9fa;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #64554a !important;
        border-color: #64554a !important;
        color: #f8f9fa;
    }

.rounded-custom{
    border-radius: 30px 30px 30px 30px;
}

.bg-light-custom, footer{
    background-color: #f0efed;
}

.list-padding li, .list-unstyled li {
    padding-top: .45rem;
    padding-bottom: .45rem;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    border: 2px solid #043270;
}

@media (min-width: 1200px) {
    .w-xl-80 {
        max-width: 80%;
    }
}