/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 20, 2019 */



@font-face {
	font-family: 'bimini';
	src: url('bimini.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'squaretype_bregular';
	src: /*url('squaretype_b.woff2') format('woff2'),
		 url('squaretype_b.woff') format('woff'),*/
		 url('squaretype_b.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

.navbar-nav {
	font-family:'squaretype_bregular', sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 12px;
	font-size: 2em;
}

.navbar-brand {
	float: left;
	height: 75px;
	padding: 4px;
  }

.dropdown-menu {
	font-family: 'bimini', sans-serif;
	font-size: 1em;
}

h1 {
	font-family: 'squaretype_bregular', sans-serif;
	font-weight: bold;
}

.lead {
	font-family: 'bimini', sans-serif;
	font-size: 1.75em;
}

.panel {
	background-color: black;
}

.panel-body {
	background-color: #222222;
	color: white;
}

.jumbotron {
	background-color: maroon;
	color: white;
	box-shadow: 0 0 1em 1em silver;
}

.carousel-indicators {
	left: 5%;
	bottom: -1em;
}

#injumbotron {
	color: turquoise;
}

@media screen and (min-width: 768px) {
		img.mobilefloat {
		float: right;
	}
}