@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Montserrat:ital,wght@0,300;0,400;0,700;1,400&display=swap');
body{
    background-color: #eee !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #69727b;
}

table{
    color: #69727b !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #00843d;
}

#container{
    background-color: #fff !important;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    box-shadow:2px 2px 2px #ddd;
    margin-bottom: 30px;
}

.btn-primary:hover{
    border-radius: .25rem !important;
    background-color: #fff !important;
    color: #00843D !important;
    border: 2px solid #00843D !important;
    letter-spacing: 0.08em !important;
}

.btn-primary, .btn-secondary{
    letter-spacing: 0.08em;
    border: 2px solid #00843d !important;
    border-radius: .25rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: .25rem !important;
    color: white !important;
    background-color: #00843d !important;

}

.btn-third{
    letter-spacing: 0.08em;
    border: 2px solid #00843d !important;
    border-radius: .25rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: .25rem !important;
    color: #00843d !important;
    background-color: white !important;

}

.btn-third:hover{
    border-radius: .25rem !important;
    background-color: #00843D !important;
    color: white !important;
    border: 2px solid #00843D !important;
    letter-spacing: 0.08em !important;
}

.btn-primary:hover, .btn-secondary:hover, .btn-third:hover {
    cursor: pointer;
    border: none;
}

a, .secondaryAction{
    color: #00843d !important;
}

 .secondaryAction:hover{
    text-decoration: underline !important;
}


td a{
    color: #00843d !important;
    text-decoration: underline !important;
}

a:hover, .nav-link:hover{
    cursor: pointer;
}

#navbar-brand{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #00843d;
    /* width: 175px; */
    text-transform: capitalize;
}

.site-logo {
    width: 135px;
    height: 100%;
}

.navbar-light{
    background-color: white !important;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 13px;
}

.nav-link {
    color: #00843d !important;
    font-weight: 700;
}

h2{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

select{
    padding: 5px
}

h4{
    font-size: 1rem !important;
}

h5{
    font-size: 1.1rem;
}

h6{
    font-size: 1rem;
}


label{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #69727b;
}

option{
    color: #69727b !important;
}


 .home-button{
     border: 2px solid #00843d;
     border-radius: .25rem;
     text-align: center;
     padding: 10px;
     margin: 10px;
     transition: 0.5s;
 }

 .home-button:hover{
     border: 2px solid #00843d;
     color: rgb(148, 140, 140);
     background: #00843d;
     opacity: 0.8;
 }

 .home-button a:hover{
    text-decoration: none;
 }


.home-button:hover .fas, .home-button:hover h5{
    color: white;
}

 @media (min-width: 1200) {
    .collapse {
        display: none !important;
    }
 }

 /* desktop mode */
@media (min-width: 1200px){
    .mobile{
        display: none;
    }
}

/* mobile mode */
@media (max-width: 1200px){
    .desktop{
        display: none;
    }

    .filter-options{
        width: 200px !important;
    }


}


/* Dashboard */
.project{
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
  }

  .project-p{
    line-height: 16px;
  }

  .project-p strong{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
  }

  .project-error{
    word-wrap: break-word;
  }
