html {
    overflow-x: hidden;
}

body {
    color: #343a40 !important;
    background-color: #FEF6E3 !important;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

.container-fluid {
    /* Color Picker in setup and stored and derived from siteConfig */
    border-top: .5em solid #283A14;
    max-width: 75%;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@supports(padding:max(0px)) {

    body,
    header,
    footer {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}

@media only screen and (max-width: 448px) {
    .container-fluid {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 449px) {
    .container-fluid {
        max-width: 88% !important;
    }
}

@media only screen and (min-width: 569px) {
    .container-fluid {
        max-width: 75% !important;
    }
}

@media only screen and (min-width: 639px) {
    .container-fluid {
        max-width: 75% !important;
    }
}

@media only screen and (min-width: 789px) {
    .container-fluid {
        max-width: 90% !important;
    }
}

h1,
h2 {
    color: #425e23;
    text-transform: uppercase;
}

label {
    font-weight: 500;
    color: #AAB8C2;
}

h5 a {
    text-decoration: none !important;
    color: #FEF6E3 !important;
    transition: all .3s ease-in-out;
}

input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #425e23;
    font-weight: 200;
    display: block;
    padding: 7px 15px;
    border-left: solid 2px;
    margin: 20px 0;
    transition: all .3s ease-in-out;
    outline: none;
}

select {
    background: #FEF6E3;
    height: 40px;
    border: solid 1px;
}

textarea {
    height: 25%;
}

input::placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
    color: #95999d !important;
}

input:focus:required:invalid {
    outline: none;
    border-left: solid .25rem #fa5252;
}

input:valid {
    outline: none;
    border-left: solid .25rem #40c057;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

input.blogPostTitle {
    font-weight: 200;
    font-size: 18px;
}

p.details {
    color: #495057;
}

h2 {
    margin: 1rem 0;
}

.postText {
    margin-top: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.postSVGBG {
    background-color: #425e23 !important;
}

.postBodyBG {
    background-color: #D5DDCA !important;
}

/* #6601CE */
.filter-indica {
    filter: invert(10%) sepia(91%) saturate(7386%) hue-rotate(274deg) brightness(78%) contrast(116%);
}

/* #329532 */
.filter-hybrid {
    filter: invert(42%) sepia(96%) saturate(418%) hue-rotate(71deg) brightness(94%) contrast(82%);
}

/* #D03400 */
.filter-sativa {
    filter: invert(23%) sepia(78%) saturate(2522%) hue-rotate(6deg) brightness(95%) contrast(105%);
}

.card {
    border: .25rem solid #283A14 !important;
    border-radius: .5rem !important;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
}

.img-home {
    height: 9rem;
}

.img-dash {
    height: auto !important;
}

ol,
ul,
dl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.btn-primary,
button.nav-link.active {
    background-color: #425e23 !important;
    border: .125rem solid #283A14 !important;
    color: #FEF6E3 !important;
}

#searchAction {
    border-radius: 0% .25rem .25rem 0% !important;
    background-color: #FEF6E3 !important;
    border: .125rem solid #24af47 !important;
    color: #425e23 !important;
}

#searchQuery {
    border: .125rem solid #24af47 !important;
    border-right-style: none !important;
    background-color: #FEF6E3 !important;
    color: #425e23 !important;
}

li.page-item.active a.page-link {
    background-color: #425e23 !important;
    color: #FEF6E3 !important;
}

#installApp {
    border-radius: 2rem !important;
    background-color: #24af47 !important;
    font-weight: bold;
    color: #FEF6E3 !important;
}

.light {
    background-color: #FEF6E3 !important;
    border: .125rem solid #24af47 !important;
    color: #425e23 !important;
}

.medium {
    background-color: #FEF6E3 !important;
    border: .125rem solid #D03400 !important;
    color: #425e23 !important;
}

.dark {
    background-color: #FEF6E3 !important;
    border: .125rem solid #6601CE !important;
    color: #425e23 !important;
}

.btn-primary#searchAction:hover {
    border: .125rem solid #425e23 !important;
}

.btn-primary.light:hover,
.btn-primary#searchAction:hover {
    background-color: #24af47 !important;
    color: #FEF6E3 !important;
}

.btn-primary.medium:hover {
    background-color: #D03400 !important;
    color: #FEF6E3 !important;
}

.btn-primary.dark:hover {
    background-color: #6601CE !important;
    color: #FEF6E3 !important;
}

.btn-primary:hover,
button.nav-link.active:hover,
li.page-item.active a.page-link:hover {
    background-color: #283A14 !important;
    border: .125rem solid #283A14 !important;
}

.btn-secondary,
button.nav-link,
li.page-item a.page-link {
    color: #425e23 !important;
    background-color: #D5DDCA !important;
    border: .125rem solid #425e23 !important;
}

.btn-secondary:hover,
button.nav-link:hover,
li.page-item a.page-link:hover {
    color: #D5DDCA !important;
    background-color: #425e23 !important;
}

.btn-danger {
    color: #FEF6E3 !important;
    background-color: #dc3545 !important;
    border: .125rem solid #ac2936 !important;
}

.btn-danger:hover {
    color: #FEF6E3 !important;
    background-color: #ac2936 !important;
}

.btn-danger,
.btn-secondary,
button.nav-link,
.btn-primary,
.light,
.medium,
.dark {
    border-radius: .25rem !important;
}

#pills-login-tab {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: .125rem solid #425e23 !important;
}

#pills-signup-tab {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: .125rem solid #425e23 !important;
}

.img-fluid {
    height: 7.5rem !important;
}

.row-btn {
    max-width: 50% !important;
}

li {
    text-transform: capitalize;
}

.category {
    background-color: #D5DDCA;
    max-width: 75%;
    border: .25rem solid #283A14 !important;
    border-radius: .5rem !important;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 350px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .col-sm-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .col-lg-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}