body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.bg-main {
    background: #91D644 !important;
}

.text-main {
    color: #91D644 !important;
}

.border-main {
    border: 1px solid #91D644 !important;
}

.border-main-bold {
    border: 3px solid #91D644 !important;
}

.bg-main-alt {
    background-color: #466637;
}

.text-main-alt {
    color: #466637 !important;
}

.border-main-alt {
    border: 1px solid #466637 !important;
}

.border-main-alt-bold {
    border: 3px solid #466637 !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.section-heading {
    color: black !important;
    letter-spacing: 0px;
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.section-subheading {
    font-family: 'Roboto', sans-serif;
    color: #466637;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-feature {
    transition: 0.3s;
    cursor: pointer;
}

.single-feature:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-feature:hover i {
    color: white !important;
}

.carousel-img {
    width: 100%;
    height: 600px;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}


.main-features h4 {
    color: black;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.main-features .sub-heading {
    color: #363636;
    font-size: 95%;
    margin-bottom: 0px;
}

.main-features .sub-features p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    transition: 0.5s;
}

.main-features .sub-features p i {
    transition: 0.5s;
}

.main-features .sub-features {
    padding-top: 10px;
}

.main-features .sub-features p:hover {
    font-size: 110%;
    cursor: pointer;
}

.main-features .sub-features p:hover i:first-child {
    padding-right: 5px;
}

.main-features .sub-features p:hover i:last-child {
    padding-left: 5px;
}

.main-features .img-box {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #363636;
    width: 90px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.main-features img {
    border-radius: 50%;
    width: 100%;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main {
    background-color: #466637;
    color: #91D644;
    transition: 0.5s;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #466637;
    font-family: 'Montserrat', sans-serif;
}

.btn-main i {
    transition: padding-left 0.5s;
}

.btn-main:hover {
    background-color: #466637 !important;
    color: #91D644 !important;
    border: 1px solid #91D644;
}

.btn-main:hover i {
    padding-left: 5px;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}

.page-header {
    color: white;
    background: #466637;
}

.page-header h1 {
    font-size: 300%;
}

.profile-card .profile-name {
    font-weight: 600;
    color: black;
    margin-top: 0.8rem;
    text-align: center;
    width: 100%;
}

.profile-card .profile-card-status {
    background: white;
    padding: 8px 13px 8px 13px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid lightgrey;
    position: absolute;
    top: 8%;
    left: 10%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


@media only screen and (max-width:786px) {
    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    label {
        font-size: 80% !important;
    }

}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}
