a {
    color: #215A85;
}
.dropdown-content li > a, .dropdown-content li > span {
    color: #215A85;

}
.header-overrides {
	background-image: url(/media/public/e7f09d4d-43a9-41b0-bcbd-a6c5fab0b1a5.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: scroll;
}


.collection .collection-item.active {
    background-color: #0c2c4c;
}

.collection a.collection-item {
    color: #215A85;
}

.btn {
    background-color: #215A85;
}

.btn:hover {
    background-color: #0c2c4c;
}

.article-title {
	color: #215A85;
 	font-weight: 400;
}
#about_journal .card-title {
	color: #215A85;
	font-weight: bold;
}

[type="checkbox"]:checked + label::before {
	border-right: 2px solid #215A85;
	border-bottom: 2px solid #215A85;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color:#215A85

}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
	color:#0c2c4c

}
.footer-copyright p {
    color: #616161;
}

.pagination li.active {
    background-color: #0c2c4c;
}

.carousel {
    height: 400px;
}

.carousel-item {
    background-position: center;
}

.carousel-text-wrapper {
    /*opacity: 1;*/
}

.carousel-text-wrapper a {
    color: white;
}

.button-collapse {
    color: #616161;
}

.fig-inline-img img {
    width: 100%;
}


.fig-caption {
    background-color: #E5E5E5;
    padding: 15px;
}

.fig-download {
    float: right;
}

.table-wrap {
    border: solid #E5E5E5 1px;
    margin-bottom: 15px;
}

.table-caption {
    background-color: #E5E5E5;
    padding: 15px;
    margin-bottom: 15px;
}
