@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif|Adamina');
/* CSS Document */

body {
   
	margin: 0;
	background-attachment: fixed;
	background-color: rgb(155,188,194);
	
}
a:link, a:visited {
	color: rgb(12,97,111);
}
body, p, td {
	font-family: 'IBM Plex Serif';
	line-height: 1.3em;
	color: rgb(12,97,111);
}
header h1 {
	font-family: 'Adamina';
	font-size: 2.1rem;
}
.bg-dark, .jumbotron p, #homePhoto .card p {
	color: #f1e8ce;
}
#homePhoto {
	background-image: url(../images/home-photo-bg.jpg);
	background-size: cover;
	height: 400px;
}
.templateContent {
	background-color: #fff;
	color: #333;
	height: auto;
}
.templateContent p, .templateContent td {
	color: #333;
}
.templateContent a:link, .templateContent a:hover, .templateContent a:visited{
	color: #0050a1;	
}
.templateContent h1, .templateContent h2, .templateContent h3 {
	color: #102a46;
}
.templateContent h1 {
	margin-bottom: 30px;
}
hr {
    border-top: 1px solid rgba(0,0,0,0.5);
}

a.btn  {
	color: #fff;
}

footer h6 {
	font-weight: bold
}
.navbar {
	padding: 0.1rem 0.1rem;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
	display: inline-block;
}
.navbar.bg-info {
	background-color: transparent !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1.0);
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
	
	color: #fff;
}
.nav-item.active {
    border-bottom: solid 2px rgb(12,97,111);
}
.navbar .dropdown-menu {
	background-color: rgb(23, 162, 184);
}
.navbar a.dropdown-item {
    color: #fff;
	
}
.navbar a.dropdown-item:hover {
background-color: rgb(12,97,111) !important;
}

.dropdownRemoved .dropdown-toggle::after {
    display: none;

}
.navbar-toggler {
    background-color: rgb(23, 162, 184);;
    border: 1px solid #fff;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdownRemoved .dropdown-toggle::after {
    display: none;
}


.bg-dark {
	background-color: rgb(12,97,111) !important;
	
}

.btn-success {
     color: #fff;
	 background: #2aa138;
    border-color: #2aa138;
}
.btn-warning {
    color: #f2da00;
    background-color: #c7b300;
    border-color: #c7b300;
}
.btn-outline-secondary {
    color: #839bb4;
    border-color: #839bb4;

}
.btn-warning:hover {
    color: #fff;
    background-color: #867901;
    border-color: #867901;
}
.form-control, .form-control:focus {
    color: #333;
    background-color: #fff;
}
.form-control-lg {
    height: calc(2.6rem);
}
#homePhoto .card {
	background: rgba(12,97,111,0.8);
	margin-top: 10%;
	height: auto;
}
#homePhoto .card p {
	font-size: 1.1em;
	line-height: 1.5em;
}
.card {
	background-color: #f1e8ce;
	border-radius: 8px;
	cursor: pointer;
	height: 100%;
}
.card-body {
	padding: 1rem;
}
.card:hover {
	
	cursor: pointer;
}
h4.card-title {
	font-weight: normal;
}

footer p {
	color: #fff;
	font-size: 1em;
	
}
footer a, footer a:link, footer a:visited {
	color: #8fe8f6;
}
footer ul {
	list-style: square;
	padding-left: 30px;
}
.documents-table, .meetings-table {
	width: 100%;
}
.documents-table thead th {
	background-color: #A7D7E1;
	color: #666;
}
.documents-table tbody th {
	font-size: 16px;
	padding: 6px;
}
.documents-table tbody td {
	padding: 6px;
	padding-left: 10px;
}
.meetings-table th {
	background-color: #A7D7E1;
	color: #666;
	font-size: 16px;
	padding: 6px;
}
.row.searchResult {
	border-top: solid 1px #999;
	margin-bottom: 15px;
	padding-top: 15px;
}
.search-input {
	border: solid 1px #888;
	border-radius: 3px;
}
.search-input .input-group-addon {
	padding: 3px;
}
#search-box {
	font-size: 1em;
	
	color: #000;
}

#calculator  {
	border: solid 2px #888;
	border-radius: 6px;
	padding: 15px;
	background-color: #d8ebe9;
}
#calculator .table {
	background-color: #fff;
}
#calculator .table th {
	color: #666;
}
.error {
	color: crimson;
}

/*/ Special header styles for extra extra small /*/
@media (max-width: 460px) { 

}
/*/ X-Small devices /*/
@media (max-width: 575px) { 

}
/*/ Small devices (landscape phones, 576px and up) /*/
@media (min-width: 576px) { 

}
@media (min-width: 576px) and (max-width: 768px) { 
h4.card-title {
	font-size: 1.4rem;
}
}
/*/  Medium devices (tablets, 768px and up)/*/ 
@media (min-width: 768px) { 
#homePhoto .card p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.navbar.bg-info {
	background-color: #17a2b8 !important;
}
html {
	background: -moz-linear-gradient(0deg, rgba(155,188,194,1) 0%, rgba(56,173,193,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(155,188,194,1) 0%, rgba(56,173,193,1) 100%);
	background: linear-gradient(0deg, rgba(155,188,194,1) 0%, rgba(56,173,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bbcc2",endColorstr="#38adc1",GradientType=1);
	background-repeat: no-repeat;
}
 }

/*/ Large devices (desktops, 992px and up)/*/ 
@media (min-width: 992px) { 

header h1 {
	font-size: 2.3rem;
}
 }

/*/  Extra large devices (large desktops, 1200px and up)/*/ 
@media (min-width: 1200px) { 
header h1 {
	font-size: 2.6575rem;
}

 }