body {
background:none;
background-color: #dfdfdf;
}

h1, h2, h3, h4, p, li, dt, span {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wrapper h2 {
text-align: left;
}
p {
font-size: 0.8em;
}

.projectsTop, .projectsBottom {
background-color: rgba(255, 255, 255, .4);
padding: 5px;
}

a {
font-weight: bold;
}
/*Hiding copy permanent link in faceted browse*/
/*
.browse-controls .permalink.button {
display: none;
}

*/
.container .site-title a img {
width: 230px;
}
/*styling the search bar */
.jumbotron-search form button span {
display: none;
}
.jumbotron-search .advanced-search {
font-weight:600;
font-size: 0.85em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.jumbotron-search h1 {
font-size: 1.3em;
}

.jumbotron-search input[type="text"] {
margin:0;
padding: 0;
width: 100%;
height: 70px;
border-color: white!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.jumbotron-search button[type="submit"] {
padding: 1.4em;
}
.jumbotron-search button[type="submit"]:hover {
background-color: #fc0;
}
.jumbotron-search button[type="submit"]:before {
content: "\21E8";
font-size: 1.6em;
line-height: 1;
}


/* Hiding the drupal ID in item pages */
.wrapper dl .property:nth-child(1) {
display: none;
}

/* Hiding site page result */
.site_pages.results{
display: none;
}

/* Adjusting display for item results */
.items.results ul{
flex-wrap: nowrap;
flex-direction: column;
}

.items.results ul li {
width: 100%;
background-color: #dfdfdf;
}

.index.search .results ul li {
border-bottom: none;
}

.items.results ul li .resource-link {
flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1em;
    display: flex;
    justify-content: space-between;
}

.items.results ul li .resource-link  img {
width: 200px;
height: auto;
}

.items.results ul li .resource-link .resource-name {
width: 60%;
}
@media screen and (max-width:650px) {
header ul.navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
}

