.form-control-custom:focus {
    border-color: #6DA043 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 102 51 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 102 51 / 60%);
}

.bg-orange {
    background-color: #6DA043;
}

html {
    scroll-behavior: smooth;
}

.mt-3 {
    margin-top: 3em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-1 {
    margin-top: 1em !important;
}

.text-green {
    color: #6DA043 !important;
}

.text-light {
    color: white !important;
}

.bg-green {
    background-color: #6DA043 !important;
}

.bg-blue {
    background-color: #0099cc !important;
}

.p-2 {
    padding: 1.5em;
}

.p-1 {
    padding: 1em;
}

.p-normal {
    padding: .5em 1em .5em 1em;
}

.bg-transparent {
    background-color: transparent !important;
}

#main-navbar a {
    font-weight: bold;
    font-size: 1.2em;
}

.logo-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mb-3{
    margin-bottom: 1rem !important;
}

.bg-logo-color{
    background-color:#17a0cd ;
}
.text-logo-green{
    color: #6d9f43;
}
/*shadow-lg {*/
/*box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important*/
/*}*/

/*.shadow-none {*/
/*box-shadow: none !important*/
/*}*/