@import url('https://fonts.googleapis.com/css?family=Boogaloo'); 
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andada&display=swap');

.pkp_structure_main h1 {
    color: #26190c;
    margin: 10px 0 5px 0;
    font-weight: 550;
    font-size: 2.1em;
    line-height: 30px;
    font-family: Boogaloo, serif;
    text-shadow: 0 1px 2px #353d3a;
}
	
.panel-default > .panel-heading, .pkp_block .title {   
  
    color: #ffffff;    
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(100%, rgba(41,184,229,1)));
    background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}

.obj_article_details .doi {
    font-family: Andada, serif;
	Font-size: 0.8em;
}

.obj_article_details .authors {
	Font-size: 1.0em;
    font-family: Andada, serif;
}

a {
    color: #003399;
    text-decoration: none;
}


.galley_links {
    list-style-type: none;
    padding-left: 0;
    display: none;
    padding-right: 10px;
}

.obj_article_summary {
padding-bottom: 0px !important;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(106deg, #000000 0%, #43bf64 44%, #275197 100%);
  border-image-slice: 1;
  font-size: 12px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0);
	}