body {
	/*	padding-top: 70px;*/
	background-color: #FFFFFF !important;
	font-family: 'Inter', sans-serif;
/*	background-color:transparent !important;*/
}

bg-img {
/*	height: 100%;
	background-image: url("/static/img/container_lg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}

/*$primary: #0a8754;*/

.btn-primary{
	background-color: #0a8754;
	border-color: #0a8754;;
	color: #fff;
	font-weight: bold;
}

.btn-primary:hover{
	background-color: #89B59B;
	border-color: #89B59B;;
	color: #fff;
	font-weight: bold;
}

.nav-bg {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
/*	opacity: 75;*/
}

.navbar {
    background-color: transparent !important;
}

.navbar:not(.fixed-top) {
  position: relative;
  z-index: 1030;
}

.push-spaces {
	height: 100%;
}

.mt-6{
	margin-top: 4rem;
}

.mt-7{
	margin-top: 5rem;
}

.mt-8{
	margin-top: 6.5rem;
}

.mt-n50 {
	margin-top: -50px !important;
}

.mt-n70 {
	margin-top: -70px !important;
}

.mt-n150 {
	margin-top: -150px !important;
}

/* top margin for the spartships jumbotron */
.mt-ssjb {
	margin-top: 10% !important;
}

.mb-p20 {
	margin-bottom: -20% !important;
}

/* padding top 70 pixels */
.pt-70 {
	padding-top: 100px !important;
}

.text-over-img {
z-index:1;
font-size: 1.2em
margin-top: -10%;
}

.jumbotron-index{
	margin:0px 0px 0px 0px;
	border-radius:0px;
	background: 
	linear-gradient(
		rgba(0, 0, 250, 0), 
		rgba(125, 250, 250, 0.0)
	),
	url('../img/container_lg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:white !important;
	height: 85vh;
	width: 100vw
}

.form-group:last-child {
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 10px;
}

.jumbotron-scope {
	background-color: #4c90ad;
	padding-bottom: 5%;
}

.jumbotron-scope h1,
.jumbotron-scope p {
	color: white;
}

.display-7 {
	font-size: 1.2em;
}

.txt-white {
	color: white;
}


.bg-scope {
	background-color: #4c90ad;
	color: white;
}

.flashes {
	list-style:none;
	padding-left: 0rem
}

.card-bg1 {
	background-color: #BFDCF2;
}

ul {
/*	margin-left: 30;*/
	list-style-position: outside;
	padding-left: 50px;
}

li 
{
    margin: 10px;
    /*padding: 0px;
    text-indent: 0.5em;
    margin-left: 2em;*/
}

ol {
/*	margin-left: 30;*/
	list-style-position: outside;
	padding-left: 50px;
}

/*ol li 
{
    margin: 0px;
    padding: 0px;
    text-indent: 0.5em;
    margin-left: 2em;
}*/

td {
    white-space: nowrap;
}

/* make last row in table bold */
tr:last-child {
  font-weight: bold;  
}

/* controls the spacing of the show X entries drop down for data tables */
div.dataTables_wrapper div.dataTables_length select {
	padding-right: 25px; 
}