@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.clr-prim {
    color: #38546a !important;
}
.clr-prim-1 {
    color: #4D697F !important;
}


.clr-sec {
    color: #c8ba8d !important;
}

.clr-light {
    color: #f5f2ed !important;
}

.btn-prim {
    background: #38546a !important;
    color: #f5f2ed !important;
    border: 1px solid #38546a;
    text-transform: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 15px;
}

.btn-prim:hover {
    background: transparent !important;
    border: 1px solid #38546a;
    color: #38546a !important;
}

body {
    background: #f5f2ed !important;
}

.content li i{
    font-size:1.75rem;
    color: #93D94E;
}

img.logo {
    max-width: 350px;
    height: auto;
    display: block;
    margin: auto;
}

h1 {
    color: #38546a;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
h2 {
    color: #4D697F;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

h3 {
    color: #38546a;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

footer {
    background: #38546a;
    padding: 10px;
    text-align: center;
    color: #f5f2ed;
    font-size:1.1rem;
}