@charset "utf-8";
/* CSS Document */

/* GLOBAL */

body {
	background-image: url("images/background.png");
	background-color: rgba(0,23,71,1.0); /* navy */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: 1px 1px 1px rgba(129,129,129,1.00); /* dark grey */
	/* padding-top: 20px;
	padding-bottom: 150px; */
	min-height: 100vh;
	margin: 0;
	position: relative;
}
body::after {
	content: '';
	display: block;
	height: 150px; /* Set same as footer's height */
  }
h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(0,23,71,1.00); /* navy */
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(129,129,129,1.00); /* dark grey */
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(240,240,240,1.00);
	font-size: 26px;
	font-weight: bold;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(240,240,240,1.00);
	font-size: 18px;
	font-weight: bold;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: rgba(129,129,129,1.00); /* dark grey */
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,23,71,1.00); /* navy */
}
.midspace {
	height: 40px;
}
.content1 {
	background-color: rgba(255,255,255,1);
	color: rgba(0,23,71,1.00); /* navy */
	padding: 20px 0px;
}
.content1 p {
	margin: 10px;
}
.content2 {
	color: rgba(240,240,240,1.00);
}
.content2 a {
	color: rgba(240,240,240,1.00);
	text-decoration: underline;
}
.content2 a:hover {
	color: rgba(240,240,240,1.00);
	text-decoration: underline;
}

.list {
	text-align: left;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 250px;
	margin: 0 20px;
}
.card img {
	max-width: 250px;
}
.card-body {
	text-align: left;
	color: rgba(129,129,129,1.00); /* dark grey */
	line-height: 0.5;
	font-size: 0.9em;
}
.card-body h4 {
	font-size: 1em;
}
.card-footer {
	padding: 0;
}
.btn {
	background-color: rgba(129,129,129,1.00); /* dark grey */
	border-style: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 
}
.card-footer a {
	color: rgba(240,240,240,1.00);
	text-decoration: none;
	font-size: 1em;
	border-style: none;
}
.card-footer a:hover, .card-footer a:focus {
	background-color: rgba(0,23,71,1.0); /* navy */
	color: rgba(240,240,240,1.00);
	text-decoration: none;
	border-style: none;
}


/* END GLOBAL */

/* HEADER */
header {
	min-height: 80px;
}
#header-nav {
	border-radius: 0;
	border: 0; 
	background-color: white;
}
.navbar-brand {
	margin: 0;
	padding: 2px;
}
.navbar-brand a:hover, .navbar-brand a:focus {
	text-decoration: none;
}
.navbar-toggler {
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: white;
	padding: 10px;
}
#nav-list {
	position: absolute;
	text-align: center;
	right: 10px;
	top: 5px;
	background-color: white;
	padding: 10px;
}
#nav-list a {
	color: rgba(129,129,129,1.00); /* dark grey */
	text-decoration: none;
}
#nav-list a:hover {
	background: rgba(0,23,71,1.00); /*navy */
	color: white;
	text-decoration: none;
}
/* END HEADER */

/* FOOTER */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: white;
	/* font-size: 0.75em; */
	height: 150px;
	padding-bottom: 20px;

	font-weight: 400;
	color: rgba(129,129,129,1.00); /* dark grey */
	margin-top: 10px;
	text-align: center;
}
#hours > span, #address > span {
	font-style: italic;
  	font-size: 1.25em;
}
.contact-links a {
	color: rgba(129,129,129,1.00); /* dark grey */
	font-size: 2em;
	padding: 10px;
}
.contact-links a:hover {
	background: rgba(0,23,71,1.00); /*navy */
	color: white;
	text-decoration: none;
}
#ft_contact {
	font-size: 1.4em;
}
#ft_privacy {
	font-size: 1em;
}
/* END FOOTER */

/* HOME PAGE */
#pics {
	padding: 10px;
}
#about-info {
	padding: 10px;
}
#home-tiles h3 {
	text-decoration: underline;
}
#home-tiles h3:hover{
	color: rgba(255,255,255,1.00);
	text-decoration-color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
/* END HOME PAGE */

/* FUNDS PAGE */
#forms {
	text-align: left;
}
#forms a {
	color: rgba(240,240,240,1.00);
	text-decoration-color: rgba(240,240,240,1.00);
	text-decoration: underline;
}
#forms a:hover {
	color: white;
	text-decoration-color: white;
	text-decoration: underline;
}
/* END FUNDS PAGE */

/* ACCOUNTING PAGE */
#promo-acc p {
	padding: 10px;
	font-size: 0.8em;
}
#promo-acc a {
	color: rgba(240,240,240,1.00);
	text-decoration-color: rgba(240,240,240,1.00);
	text-decoration: underline;
	font-weight: bold;
}
#promo-acc a:hover{
	color: white;
	text-decoration-color: white;
	text-decoration: underline;
	font-weight: bold;
}

/* END ACCOUNTING PAGE */

/* IT PAGE */
#promo-it p{
	padding: 10px;
	font-size: 0.8em;
}
/* END IT PAGE */

/* CONTACT PAGE */
#contact-info {
	text-align: right;
}
#hours-cont {
	text-align: right;
}
#contact-info div {
	padding-top: 10px;
}
#contact-info span p {
	font-size: 0.9em;
	line-height: 2;
}
#contact-info a, a:hover {
	color: rgba(0,23,71,1.00); /*navy */
}
#contact-form {
	text-align: center;
	font-size: 0.8em;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* END CONTACT PAGE */

/********** Extra large devices only **********/
@media (min-width: 1200px) {
}

/********** Large devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 0.9em;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;;
	}
	h3 {
		font-size: 16px;
	}
}

/********** Medium devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 0.9em;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;;
	}
	h3 {
		font-size: 14px;
	}
	.card {
		margin: 0 10px;
	}
	.card-title {
		font-size: 0.75em;
		line-height: 0.5;
	}
	.card-body {
		font-size: 0.75em;
	}
	.card-body h4 {
		font-size: 0.9em;
	}
	.card-footer {
		font-size: 0.9em;
	}
	#nav-list {
		position: absolute;
		right: 0px;
/*		top: 70px;*/
		background-color: white;
	}
	#contact-links a {
		font-size: 1.9em;
	}
	
	
	#hours, #address {
		font-size: 0.9em;
	}

}

/********** Small devices only **********/
@media (min-width: 576px) and (max-width: 767px) {
	body {
		font-size: 0.85em;
/*		padding-bottom: 220px;
		padding-top: 160px;
*/	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;;
	}
	h3 {
		font-size: 12px;
	}
/*	.navbar-toggler {
		position: absolute;
		right: 10px;
		top: 30px;
	}*/
	#nav-list {
		position: absolute;
		right: 0px;
/*		top: 70px;*/
		background-color: white;
	}
	#collapsible-nav a {
		background-color: white;
		color: rgba(129,129,129,1.00); /* dark grey */
		text-align: center;
		font-size: 1.25em;
		padding: 6px;
	}
	#collapsible-nav a:hover {
		background-color: rgba(0,23,71,1.00); /*navy */
		color: white;
	}
	.collapsing {
		-webkit-transition: none;
		transition: none;
		display: none;	
	}
	#contact-links a {
		font-size: 1em;
	}
	#ft_contact {
		font-size: 1.4em;
	}
	#ft_privacy {
		font-size: 1em;
	}
	#hours, #address {
		font-size: 0.725em;
	}
	.card {
		margin: 0 5px;
	}

}

/********** Extra small devices only **********/
@media (max-width: 575px) {
	body {
		font-size: 0.85em;
/*		padding-bottom: 200px;
		padding-top: 130px;
*/	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;;
	}
	h3 {
		font-size: 12px;
	}
	.midspace {
		height: 30px;
	}
	#nav-list {
		position: absolute;
		right: 0px;
/*		top: 70px;*/
		background-color: white;
	}
/*	.navbar-toggler {
		position: absolute;
		right: 10px;
		top: 30px;
	}*/
	#collapsible-nav a {
		background-color: white;
		color: rgba(129,129,129,1.00); /* dark grey */
		text-align: center;
		font-size: 1.25em;
		padding: 6px;
	}
	#collapsible-nav a:hover {
		background-color: rgba(0,23,71,1.00); /*navy */
		color: white;
	}
	.collapsing {
		-webkit-transition: none;
		transition: none;
		display: none;	
	}
/*	.panel-footer {
		padding: 0;
		margin: 0px;
	} */
	#contact-links a {
		font-size: 1em;
	}
	#contact-tiles div {
		text-align: center;
	}
	.card {
		margin: 0 5px;
	}
	.card-title {
		font-size: 0.6em;
	}
	.card-body {
		font-size: 0.6em;
	}
	.card-footer {
		font-size: 0.7em;
	}
}
