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;
}

.text-white {
    color: white;
}

.float-right {
    float: right;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.image-roundcorners {
    border-radius: 25px;
    background-position: left top;
    background-repeat: repeat;
}

.btn {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}


a:hover, a:focus {
    color: #336600;
    text-decoration: underline;
}

hr {
    border-top: 1px solid #336600;
}


/* Alignment*/

.text-right {
    text-align: right;
}

.padding-left {
    padding-left: 50px;
}

.colbor {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-left: 10px;
    /*padding: 20px;*/
    outline: 2px solid #336600;
    outline-offset: -10px;
}

.bgColorLiteBlue {
    background-color: #B6D0E2;
}

.bgColorLiteYellow {
    background-color: #FFFFE0;
}

.colorRed {
    color: red;
}

.marginUp {
    margin-top: -14px;
    margin-left: -55px;
}