﻿body {

    font-family: 'Oxygen', sans-serif;
}

::selection {
    background-color: #487e4c;
    color: #e1f1e2;
}

/* Set padding to keep content from hitting the edges */


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.help-page-table {
    font-family: 'Droid Sans Mono', monospace;
}
.navbar {
    border-radius:0px;
}
.navbar-inverse {
    background-color: #487e4c;
    border-bottom: 3px solid #c9dd84;
    box-shadow:0px 2px 10px #999;
}
    .navbar-inverse li> a, .navbar-inverse .navbar-brand {
        color: #e1f1e2 !important;
        border-bottom:2px solid transparent;
        padding-bottom:10px;
        margin-bottom:3px;
    }
    .navbar-inverse li > a:hover, .navbar-inverse .navbar-brand:hover {
        color: #fff !important;
        border-bottom-color:#efe;
    }
.jumbotron {
    background-color: #487e4c;
    color: #e1f1e2;
    background-image: url(https://plantatlas.usf.edu/Images/congruent_outline.png);
}

.btn.btn-primary {
    color: #e1f1e2;
    border-color: #749e77;
    background-color: #487e4c;
}

footer {
    padding: 20px 0;
    margin-top: 10px;
    border-top: 5px solid #487e4c;
}

.pa-brand {
    font-family: 'Futura Std', 'Josefin Sans', sans-serif;
}

    .pa-brand.pa-brand-color {
        color: #e3edab;
    }
    .pa-brand.pa-brand-lowercase {
        text-transform:lowercase;
    }