/* Show it is fixed to the top */
@import url('https://fonts.googleapis.com/css?family=Slackey');

body {
  min-height: 75rem;
  padding-top: 4.5rem;
    background:#e6efe4;
    color:#000;
    font-size: 14px;
}

ul {
    padding: 0px;
    padding-left: 15px;
}

.bg-dark {
	background: #000;
background: -moz-linear-gradient(left, #000 0%, #4d9e35 100%);
background: -webkit-linear-gradient(left, #000 0%,#4d9e35 100%);
background: linear-gradient(to right, #000 0%,#4d9e35 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#4d9e35',GradientType=1 );
	border:0px;
}

.btn {
     border:1px solid #4d9e35;
    background:#4d9e35;
    color:#fff;
}

.logo {
    width: 30px;
    margin-right: 20px;
}

.navbar-toggler {
    background: #000;
}



.nav-link {
    color:#fff !important;
}

.nav-tabs .nav-link {
    color:#000 !important;
    border:1px solid #000;
    display: block !important;
}

h1,h2,h3 {
    font-size: 22px;
}

.btn-outline-success {
    border:1px solid #fff;
    background:#000;
    color:#fff;
}

.btn-primary {
     border:1px solid #000;
    background:#000;
    color:#fff;
}


.search_item {
    border:1px solid #DEDEDE;
    padding:15px;
    margin-bottom: 15px;
}

.search_item h3 {
    font-size:22px;
    padding:0px;
    margin-bottom: 0px !important;
    color:#000;
}

.search_item p {
    margin-top: 0px;
    color:#767676;
}

.search_stats {
    background: #000;
    color:#fff;
    padding:15px;
    margin-bottom: 15px;
}

.login-box-sub {
    text-align: center;
    margin-top: 30px;
}
