html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* tj */
.jumbotron {
    background-color: #ecf8e0;
}


/*TJ*/
.bg-darkgreen {
    background-color: #336600;
}

/*TJ*/
.bg-silver {
    background-color: #C0C0C0;
}


/* JUMBOTRON STYLES
-------------------------------------------------- */
.jumbotron {
    padding: 80px 0px 16px 20px;
    /*margin: 0px 0px 20px;*/
    margin: 0px 0px 20px;
    /*background-color: #975;*/
    background-color: #FFF;
    /*
	background-image: -webkit-linear-gradient(top, #975 95%, #753 100%);
	background-image: -o-linear-gradient(top, #975 95%, #753 100%);
	background-image: linear-gradient(to bottom, #ba9 20%, #876 100%); */
    background-repeat: repeat-x;
    border-bottom: 1px solid #654;
}

    .jumbotron .container {
        background-size: auto 80px;
        background-position: 34px 0px;
        background-repeat: no-repeat;
    }

    .jumbotron h1 {
        font-family: "Lucida Sans", sans-serif;
        font-size: 50px;
        font-style: italic;
        color: #fff;
        text-shadow: 2px 3px 3px #222;
        display: inline-block;
        vertical-align: bottom;
        height: 80px;
        padding: 14px 20px 0 0;
        margin: 0px;
    }

    .jumbotron h2 {
        padding: 0px;
        padding-bottom: 20px;
        font-size: 30px;
        color: #fff;
        text-shadow: 1px 2px 2px #222;
        display: inline-block;
        vertical-align: bottom;
        margin: 0px;
    }

    .jumbotron h1 a {
        color: inherit;
        text-decoration: none;
    }


.floatleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 117px;
    width: 98px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #edffff;
    border: 1px solid #006666;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}